aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2008-01-29 11:07:43 -0500
committerJohn W. Linville <linville@tuxdriver.com>2008-02-29 15:19:21 -0500
commit38f3714d66b5679aee2a4fe23b1235c3829fcce4 (patch)
tree375e30764e348fd4afb4babb3a54b056e3332894 /net/mac80211/ieee80211_i.h
parent145de9b693943f052c2c15efbc31b2851fedb6e0 (diff)
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>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index cfd0717c0033..9d09ba8cc02b 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -480,7 +480,6 @@ struct ieee80211_local {
480 * deliver multicast frames both back to wireless 480 * deliver multicast frames both back to wireless
481 * media and to the local net stack */ 481 * media and to the local net stack */
482 482
483 ieee80211_rx_handler *rx_pre_handlers;
484 ieee80211_rx_handler *rx_handlers; 483 ieee80211_rx_handler *rx_handlers;
485 ieee80211_tx_handler *tx_handlers; 484 ieee80211_tx_handler *tx_handlers;
486 485
@@ -816,7 +815,6 @@ void ieee80211_regdomain_init(void);
816void ieee80211_set_default_regdomain(struct ieee80211_hw_mode *mode); 815void ieee80211_set_default_regdomain(struct ieee80211_hw_mode *mode);
817 816
818/* rx handling */ 817/* rx handling */
819extern ieee80211_rx_handler ieee80211_rx_pre_handlers[];
820extern ieee80211_rx_handler ieee80211_rx_handlers[]; 818extern ieee80211_rx_handler ieee80211_rx_handlers[];
821 819
822/* tx handling */ 820/* tx handling */