mac80211: allow drivers to access IPv6 information
[linux-2.6-block.git] / net / mac80211 / ieee80211_i.h
index 0fa44a965ad923ff09619f9d040f42cb62535887..aec1b332aeb7cb27ae39e4807ac2f3fec40a5a0c 100644 (file)
@@ -747,8 +747,6 @@ struct ieee80211_sub_if_data {
        struct work_struct work;
        struct sk_buff_head skb_queue;
 
-       bool arp_filter_state;
-
        u8 needed_rx_chains;
        enum ieee80211_smps_mode smps_mode;
 
@@ -1129,6 +1127,7 @@ struct ieee80211_local {
        struct timer_list dynamic_ps_timer;
        struct notifier_block network_latency_notifier;
        struct notifier_block ifa_notifier;
+       struct notifier_block ifa6_notifier;
 
        /*
         * The dynamic ps timeout configured from user space via WEXT -