aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ar9170/ar9170.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-08-17 21:07:23 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-08-20 11:36:03 -0400
commit608b88cb34b0e70a538ee1fc334cc833ef691836 (patch)
tree6d2a363cea722241581306964da6cff8724b407a /drivers/net/wireless/ath/ar9170/ar9170.h
parent4c48381786159ba3f3d8a33d967aeb049341a220 (diff)
ath: move regulatory info into shared common structure
This moves the shared regulatory structure into the common structure. We will use this ongoing for common data. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ar9170/ar9170.h')
-rw-r--r--drivers/net/wireless/ath/ar9170/ar9170.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ar9170/ar9170.h b/drivers/net/wireless/ath/ar9170/ar9170.h
index e6c3ee3e0581..95f8256c2026 100644
--- a/drivers/net/wireless/ath/ar9170/ar9170.h
+++ b/drivers/net/wireless/ath/ar9170/ar9170.h
@@ -157,6 +157,7 @@ struct ar9170_sta_tid {
157 157
158struct ar9170 { 158struct ar9170 {
159 struct ieee80211_hw *hw; 159 struct ieee80211_hw *hw;
160 struct ath_common common;
160 struct mutex mutex; 161 struct mutex mutex;
161 enum ar9170_device_state state; 162 enum ar9170_device_state state;
162 unsigned long bad_hw_nagger; 163 unsigned long bad_hw_nagger;
@@ -222,7 +223,6 @@ struct ar9170 {
222 223
223 /* EEPROM */ 224 /* EEPROM */
224 struct ar9170_eeprom eeprom; 225 struct ar9170_eeprom eeprom;
225 struct ath_regulatory regulatory;
226 226
227 /* tx queues - as seen by hw - */ 227 /* tx queues - as seen by hw - */
228 struct sk_buff_head tx_pending[__AR9170_NUM_TXQ]; 228 struct sk_buff_head tx_pending[__AR9170_NUM_TXQ];