mac80211: dissolve pre-rx handlers
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 29 Jan 2008 16:07:43 +0000 (17:07 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:19:21 +0000 (15:19 -0500)
These handlers do not really return a status and the compiler
can do a much better job when they're simply static functions
that it can inline if appropriate. Also makes the code shorter.

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

No differences found