]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: clean up RX key checks
authorJohannes Berg <johannes.berg@intel.com>
Thu, 9 Dec 2010 18:49:00 +0000 (19:49 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 13 Dec 2010 20:23:28 +0000 (15:23 -0500)
commit2587a6eba420fb454fd77f03af6ec91815ae754c
tree5b0a61044ec2a1b3e41d2435ed3dff652eebac82
parent4633f42f038b3bf444ca0628d96907294604df2c
mac80211: clean up RX key checks

Using the default key for "any key set" isn't
quite what we should do. It works, but with the
upcoming changes it makes life unnecessarily
complex, so do something better here and really
check for "any key".

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c