mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 23:40:43 +01:00
mpdu: Fix style
This commit is contained in:
parent
b0af0177ac
commit
ca742bb95d
@ -133,7 +133,8 @@ static bool decode_mgmt_mpdu(const unsigned char *mpdu, int len,
|
|||||||
case MPDU_MGMT_TYPE_AUTHENTICATION:
|
case MPDU_MGMT_TYPE_AUTHENTICATION:
|
||||||
return decode_authentication_mgmt_mpdu(mpdu, len, offset, out);
|
return decode_authentication_mgmt_mpdu(mpdu, len, offset, out);
|
||||||
case MPDU_MGMT_TYPE_DEAUTHENTICATION:
|
case MPDU_MGMT_TYPE_DEAUTHENTICATION:
|
||||||
return decode_deauthentication_mgmt_mpdu(mpdu, len, offset, out);
|
return decode_deauthentication_mgmt_mpdu(mpdu, len, offset,
|
||||||
|
out);
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user