]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: WEP extra head/tail room in ieee80211_send_auth
authorMax Stepanov <Max.Stepanov@intel.com>
Tue, 10 Jun 2014 17:00:08 +0000 (20:00 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 23 Jun 2014 08:45:14 +0000 (10:45 +0200)
commit744462a91ecf5d1ec64857488bf99000ef626921
tree30e065072ae53bc107c359503a2b659acab65c96
parent7171511eaec5bf23fb06078f59784a3a0626b38f
mac80211: WEP extra head/tail room in ieee80211_send_auth

After skb allocation and call to ieee80211_wep_encrypt in ieee80211_send_auth
the flow fails with a warning in ieee80211_wep_add_iv on verification of
available head/tailroom needed for WEP_IV and WEP_ICV.

Signed-off-by: Max Stepanov <Max.Stepanov@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/util.c