diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 3b0fcb255717..e3ae0f5cc228 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -26,6 +26,8 @@ | |||
26 | * send and receive non-IEEE 802.1X frames | 26 | * send and receive non-IEEE 802.1X frames |
27 | */ | 27 | */ |
28 | #define WLAN_STA_SHORT_PREAMBLE BIT(7) | 28 | #define WLAN_STA_SHORT_PREAMBLE BIT(7) |
29 | /* whether this is an AP that we are associated with as a client */ | ||
30 | #define WLAN_STA_ASSOC_AP BIT(8) | ||
29 | #define WLAN_STA_WME BIT(9) | 31 | #define WLAN_STA_WME BIT(9) |
30 | #define WLAN_STA_WDS BIT(27) | 32 | #define WLAN_STA_WDS BIT(27) |
31 | 33 | ||
@@ -90,9 +92,6 @@ struct sta_info { | |||
90 | int channel_use; | 92 | int channel_use; |
91 | int channel_use_raw; | 93 | int channel_use_raw; |
92 | 94 | ||
93 | int assoc_ap; /* whether this is an AP that we are | ||
94 | * associated with as a client */ | ||
95 | |||
96 | #ifdef CONFIG_MAC80211_DEBUG_COUNTERS | 95 | #ifdef CONFIG_MAC80211_DEBUG_COUNTERS |
97 | unsigned int wme_rx_queue[NUM_RX_DATA_QUEUES]; | 96 | unsigned int wme_rx_queue[NUM_RX_DATA_QUEUES]; |
98 | unsigned int wme_tx_queue[NUM_RX_DATA_QUEUES]; | 97 | unsigned int wme_tx_queue[NUM_RX_DATA_QUEUES]; |