aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54/p54.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/p54/p54.h')
-rw-r--r--drivers/net/wireless/p54/p54.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h
index b585ff65e0e4..491ab96c7b67 100644
--- a/drivers/net/wireless/p54/p54.h
+++ b/drivers/net/wireless/p54/p54.h
@@ -102,6 +102,9 @@ struct p54_common {
102 unsigned int output_power; 102 unsigned int output_power;
103 u32 tsf_low32; 103 u32 tsf_low32;
104 u32 tsf_high32; 104 u32 tsf_high32;
105 u64 basic_rate_mask;
106 u16 wakeup_timer;
107 u16 aid;
105 struct ieee80211_tx_queue_stats tx_stats[8]; 108 struct ieee80211_tx_queue_stats tx_stats[8];
106 struct p54_edcf_queue_param qos_params[8]; 109 struct p54_edcf_queue_param qos_params[8];
107 struct ieee80211_low_level_stats stats; 110 struct ieee80211_low_level_stats stats;