mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +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:
|
||||
return decode_authentication_mgmt_mpdu(mpdu, len, offset, out);
|
||||
case MPDU_MGMT_TYPE_DEAUTHENTICATION:
|
||||
return decode_deauthentication_mgmt_mpdu(mpdu, len, offset, out);
|
||||
return decode_deauthentication_mgmt_mpdu(mpdu, len, offset,
|
||||
out);
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user