diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-09-09 17:52:02 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:22 -0400 |
commit | 766ec4a9a813ae262b61842020f150f865c1b10a (patch) | |
tree | d02074b1242ef41d0e144515a4bf9074f022e61c /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 46289e1e5f2155ba1502b079e786e91755919823 (diff) |
ath9k: rename ath_btcoex_info to ath_btcoex_hw
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/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index b244225ca05..4d187aa8b8d 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -555,7 +555,7 @@ struct ath_hw { | |||
555 | enum ath9k_ani_cmd ani_function; | 555 | enum ath9k_ani_cmd ani_function; |
556 | 556 | ||
557 | /* Bluetooth coexistance */ | 557 | /* Bluetooth coexistance */ |
558 | struct ath_btcoex_info btcoex_info; | 558 | struct ath_btcoex_hw btcoex_hw; |
559 | 559 | ||
560 | u32 intr_txqs; | 560 | u32 intr_txqs; |
561 | enum ath9k_ht_extprotspacing extprotspacing; | 561 | enum ath9k_ht_extprotspacing extprotspacing; |