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)
commit38f3714d66b5679aee2a4fe23b1235c3829fcce4
tree375e30764e348fd4afb4babb3a54b056e3332894
parent145de9b693943f052c2c15efbc31b2851fedb6e0
mac80211: dissolve pre-rx handlers

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>
net/mac80211/ieee80211.c
net/mac80211/ieee80211_i.h
net/mac80211/rx.c