]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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, 16 May 2018 08:06:46 +0000 (10:06 +0200)
commitdf94ad02f0aac87efdda3a33c6f3eff1c53b9a09
tree4457fcfb4db16ddde8c988bf7c33359eae375357
parent6de1fabb6cbcf3203e4dc831c230ef23df0c0079
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: Sriram R <srirrama@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/net/mac80211.h
net/mac80211/wep.c
net/mac80211/wpa.c