]> git.baikalelectronics.ru Git - kernel.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)
commit76b18a87cf1b7c1641826b27ece200975d3b319f
tree30e065072ae53bc107c359503a2b659acab65c96
parent081ef54181a1ff0d2c7e189052277797ff8dd0dd
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