]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: move some code into ieee80211_invoke_rx_handlers
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 31 Jan 2008 18:48:26 +0000 (19:48 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:37:03 +0000 (15:37 -0500)
commit6d2690265244c43a61704b3b0f3eddc25b6ef353
tree3a3b0e66b44c874306ca81f1ff24177c74a19354
parenta841192f2cca323e3da791e5cd8b1ed5209115b9
mac80211: move some code into ieee80211_invoke_rx_handlers

There is some duplicated code that sits in front of each function
call to ieee80211_invoke_rx_handlers() that can very well be part
of that function if it gets slightly different arguments.

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