mac80211: Add RX flag to indicate ICV stripped
authorDavid Spinadel <david.spinadel@intel.com>
Mon, 21 Nov 2016 14:58:40 +0000 (16:58 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 12 Jan 2017 09:15:18 +0000 (10:15 +0100)
commitcef0acd4d7d4811d2d19cd0195031bf0dfe41249
treed240324b4bbfb68400c3ea1508c9a5b84746256f
parent93be2b74279c15c2844684b1a027fdc71dd5d9bf
mac80211: Add RX flag to indicate ICV stripped

Add a flag that indicates that the WEP ICV was stripped from an
RX packet, allowing the device to not transfer that if it's
already checked.

Signed-off-by: David Spinadel <david.spinadel@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/wep.c
net/mac80211/wpa.c