]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit939766a032758ed168521d69d6cc34c1824f1ccb
tree375e30764e348fd4afb4babb3a54b056e3332894
parent158fde3aa4f66551639f12f52e4562921f464b6d
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