Make ar9170 use common ath reg code
[deliverable/linux.git] / drivers / net / wireless / ar9170 / ar9170.h
index f4fb2e94aea0588f749f7acbbd1a329d7769baed..87c19859ba701be24d0ec6e0d4bce8f301c98428 100644 (file)
@@ -48,6 +48,8 @@
 #include "eeprom.h"
 #include "hw.h"
 
+#include "../ath/regd.h"
+
 #define PAYLOAD_MAX    (AR9170_MAX_CMD_LEN/4 - 1)
 
 enum ar9170_bw {
@@ -151,6 +153,7 @@ struct ar9170 {
 
        /* EEPROM */
        struct ar9170_eeprom eeprom;
+       struct ath_regulatory regulatory;
 
        /* global tx status for unregistered Stations. */
        struct sk_buff_head global_tx_status;
This page took 0.023815 seconds and 5 git commands to generate.