]> git.baikalelectronics.ru Git - kernel.git/commit
[MAC80211]: split ieee80211_rx_h_check handler
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 27 Jul 2007 13:43:22 +0000 (15:43 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:47:31 +0000 (16:47 -0700)
commitf15c44eb85c5e44612c8e56e611ea377a07ad163
tree3f77e577764bdadb18869fb89bfc8fa60db20954
parentc883951c678e09cb61660c77fe1cb7f8359ba6de
[MAC80211]: split ieee80211_rx_h_check handler

The ieee80211_rx_h_check handler really does two things, it's
a lot easier to understand if it's split into ieee80211_rx_h_check
and ieee80211_rx_h_load_key, and it may be possible in the future
to optimise the key loading to not do it for each interface.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c