3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

mpdu: Fix style

This commit is contained in:
Denis Kenzior 2014-12-16 16:57:30 -06:00
parent b0af0177ac
commit ca742bb95d

View File

@ -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;
}