mac80211: clean up some things in the RX path
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 31 Jan 2008 18:48:24 +0000 (19:48 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:37:03 +0000 (15:37 -0500)
commit2c9745e5684ad75d02020bcaa31ab6d4b498e1e1
tree9bbb636cd650c71e26fb52cd3b4d8f1a0930caf6
parent8cc9a73914b07b5908d8a59320f4557fc9639f2e
mac80211: clean up some things in the RX path

Uninline ieee80211_invoke_rx_handlers to save .text space,
make the code more readable in some places and remove the
"optimisation" that is hit only very few times and unclear
to start with.

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