aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index 0342091dfe7d..6e33aadc161c 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -18,6 +18,7 @@
18#include <asm/unaligned.h> 18#include <asm/unaligned.h>
19#include <linux/pci.h> 19#include <linux/pci.h>
20 20
21#include "hw.h"
21#include "ath9k.h" 22#include "ath9k.h"
22#include "initvals.h" 23#include "initvals.h"
23 24
@@ -3558,7 +3559,7 @@ void ath9k_hw_fill_cap_info(struct ath_hw *ah)
3558{ 3559{
3559 struct ath9k_hw_capabilities *pCap = &ah->caps; 3560 struct ath9k_hw_capabilities *pCap = &ah->caps;
3560 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); 3561 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah);
3561 struct ath_btcoex_info *btcoex_info = &ah->ah_sc->btcoex_info; 3562 struct ath_btcoex_info *btcoex_info = &ah->btcoex_info;
3562 3563
3563 u16 capField = 0, eeval; 3564 u16 capField = 0, eeval;
3564 3565