summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/atmel.c
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2006-10-03 23:49:32 (GMT)
committerJeff Garzik <jeff@garzik.org>2006-12-02 05:11:57 (GMT)
commit837925df022a667c302b24aad9d6a58f94efd959 (patch)
treef1f4aebf44d3f44635fac65efcdd4a56749d376f /drivers/net/wireless/atmel.c
parent42a4cf9576f036db69e15fa6b4e72986e17f0359 (diff)
downloadlinux-fsl-qoriq-837925df022a667c302b24aad9d6a58f94efd959.tar.xz
[PATCH] ieee80211: Drop and count duplicate data frames to remove 'replay detected' log messages
In the SoftMAC version of the IEEE 802.11 stack, not all duplicate messages are detected. For the most part, there is no difficulty; however for TKIP and CCMP encryption, the duplicates result in a "replay detected" log message where the received and previous values of the TSC are identical. This change adds a new variable to the ieee80211_device structure that holds the 'seq_ctl' value for the previous frame. When a new frame repeats the value, the frame is dropped and the appropriate counter is incremented. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/atmel.c')
0 files changed, 0 insertions, 0 deletions