commit | 452218d9fd22505ed790e95b460b0f40cebb95a0 | [log] [tgz] |
---|---|---|
author | Arik Nemtsov <arik@wizery.com> | Wed Oct 22 12:33:45 2014 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Oct 23 20:40:01 2014 +0200 |
tree | 77dfca537a74f8a472044e858069fd852b8f2f06 | |
parent | a7f3a768289858f03f5c1866639c8b476c1b8ebc [diff] |
mac80211: fix network header breakage during encryption When an IV is generated, only the MAC header is moved back. The network header location remains the same relative to the skb head, as the new IV is using headroom space that was reserved in advance. Signed-off-by: Arik Nemtsov <arikx.nemtsov@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>