commit | 744462a91ecf5d1ec64857488bf99000ef626921 | [log] [tgz] |
---|---|---|
author | Max Stepanov <Max.Stepanov@intel.com> | Tue Jun 10 20:00:08 2014 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Jun 23 10:45:14 2014 +0200 |
tree | 30e065072ae53bc107c359503a2b659acab65c96 | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f [diff] |
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>