rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC.
authorGertjan van Wingerde <gwingerde@gmail.com>
Sun, 30 Jan 2011 12:23:22 +0000 (13:23 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 31 Jan 2011 20:06:25 +0000 (15:06 -0500)
commita0aff623ca8bc8779e6c3a394772d70d8a65dee9
tree23a5b466c7131cf0d61c0ef02c6d6080d90f70bf
parent10026f77b3555af13e43b8de0a91ad94cd2119d7
rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC.

Both rt61pci and rt73usb check the Michael MIC in hardware and strip the
Michael MIC from received frames. This is perfectly allowed by mac80211 as
long as this is properly reported to mac80211.
Both these drivers reported the Michael MIC handling properly to mac80211, but
still contained a FIXME comment on this, which is not needed to be handled, since
mac80211 doesn't really need the Michael MIC in this case.

Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt61pci.c
drivers/net/wireless/rt2x00/rt73usb.c
This page took 0.025855 seconds and 5 git commands to generate.