]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: remove "dynamic" RX/TX handlers
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 31 Jan 2008 18:48:25 +0000 (19:48 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:37:03 +0000 (15:37 -0500)
commita841192f2cca323e3da791e5cd8b1ed5209115b9
tree7fa7c83895b38ae84ec12ff035862bb3291952d9
parentf52356849bab679e5c194225edf5e17caa442c27
mac80211: remove "dynamic" RX/TX handlers

It doesn't really make sense to have extra pointers to the RX/TX
handler arrays instead of just using the arrays directly, that
also allows us to make them static.

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
net/mac80211/tx.c