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)
commit589052904a60f00dd2cbc1d3488ee3f520a7de21
tree7fa7c83895b38ae84ec12ff035862bb3291952d9
parent2c9745e5684ad75d02020bcaa31ab6d4b498e1e1
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