mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 00:53:40 +00:00
rndis_wlan: add missing padding to struct rndis_80211_remove_key
OID_802_11_REMOVE_KEY failed with invalid length error, add missing padding to structure fix this. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
030645aceb
commit
9d40934e5e
@ -327,6 +327,7 @@ struct ndis_80211_remove_key {
|
||||
__le32 size;
|
||||
__le32 index;
|
||||
u8 bssid[6];
|
||||
u8 padding[2];
|
||||
} __attribute__((packed));
|
||||
|
||||
struct ndis_config_param {
|
||||
|
Loading…
Reference in New Issue
Block a user