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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Jan 2018 08:38:49 +0000 (09:38 +0100)
commit234c8e60437d3733cdcae996a62064757f3f35ac
treebb6980fbd8840b7a80238a9b59d3a293a0cfb4e9
parentb58aa24edb621469040b0a8a47f25d91f5ee2c58
mac80211: Add RX flag to indicate ICV stripped

commit cef0acd4d7d4811d2d19cd0195031bf0dfe41249 upstream.

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>
Cc: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/net/mac80211.h
net/mac80211/wep.c
net/mac80211/wpa.c