diff options
author | Christian Lamparter <chunkeey@web.de> | 2009-03-30 22:30:32 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:37 -0400 |
commit | 1878f77e13b9d720b78c4f818b94bfd4a7f596e5 (patch) | |
tree | 94d1a41d588676865ddd78cdfb6e32e91c82e688 /drivers/net/wireless/ar9170/ar9170.h | |
parent | f769c36bd71ebe8d7a5f83764f0428d36ebced35 (diff) |
Make ar9170 use common ath reg code
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ar9170/ar9170.h')
-rw-r--r-- | drivers/net/wireless/ar9170/ar9170.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ar9170/ar9170.h b/drivers/net/wireless/ar9170/ar9170.h index f4fb2e94aea0..87c19859ba70 100644 --- a/drivers/net/wireless/ar9170/ar9170.h +++ b/drivers/net/wireless/ar9170/ar9170.h | |||
@@ -48,6 +48,8 @@ | |||
48 | #include "eeprom.h" | 48 | #include "eeprom.h" |
49 | #include "hw.h" | 49 | #include "hw.h" |
50 | 50 | ||
51 | #include "../ath/regd.h" | ||
52 | |||
51 | #define PAYLOAD_MAX (AR9170_MAX_CMD_LEN/4 - 1) | 53 | #define PAYLOAD_MAX (AR9170_MAX_CMD_LEN/4 - 1) |
52 | 54 | ||
53 | enum ar9170_bw { | 55 | enum ar9170_bw { |
@@ -151,6 +153,7 @@ struct ar9170 { | |||
151 | 153 | ||
152 | /* EEPROM */ | 154 | /* EEPROM */ |
153 | struct ar9170_eeprom eeprom; | 155 | struct ar9170_eeprom eeprom; |
156 | struct ath_regulatory regulatory; | ||
154 | 157 | ||
155 | /* global tx status for unregistered Stations. */ | 158 | /* global tx status for unregistered Stations. */ |
156 | struct sk_buff_head global_tx_status; | 159 | struct sk_buff_head global_tx_status; |