mac80211: remove drop_unencrypted code
[deliverable/linux.git] / net / mac80211 / ieee80211_i.h
index 0266c573c36619c72f5e27b757204f11dbf5bb12..4f4bcc6c5dfe4877f70b8c26a6f8ad146f95da92 100644 (file)
@@ -818,8 +818,6 @@ struct ieee80211_sub_if_data {
 
        unsigned long state;
 
-       int drop_unencrypted;
-
        char name[IFNAMSIZ];
 
        /* Fragment table for host-based reassembly */
@@ -1262,7 +1260,6 @@ struct ieee80211_local {
        /* TX/RX handler statistics */
        unsigned int tx_handlers_drop;
        unsigned int tx_handlers_queued;
-       unsigned int tx_handlers_drop_unencrypted;
        unsigned int tx_handlers_drop_fragment;
        unsigned int tx_handlers_drop_wep;
        unsigned int tx_handlers_drop_not_assoc;
This page took 0.026892 seconds and 5 git commands to generate.