diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2009-08-26 11:38:50 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-28 14:40:51 -0400 |
commit | 1773912bd25196c2a3ca6c174574561363f43b2b (patch) | |
tree | 9e48b824bb5800f90c59bfa2a9a4d6437f230e2f /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | ff155a45cea56ad7a90c3f5192db59a4c7812fde (diff) |
ath9k: Add Bluetooth Coexistence 3-wire support
This patch adds 3-wire bluetooth coex support for AR9285.
This support can be enabled through btcoex_enable modparam.
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 83f2c8fa8879..1c68a9da22d4 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -523,6 +523,7 @@ struct ath_led { | |||
523 | #define SC_OP_WAIT_FOR_TX_ACK BIT(18) | 523 | #define SC_OP_WAIT_FOR_TX_ACK BIT(18) |
524 | #define SC_OP_BEACON_SYNC BIT(19) | 524 | #define SC_OP_BEACON_SYNC BIT(19) |
525 | #define SC_OP_BTCOEX_ENABLED BIT(20) | 525 | #define SC_OP_BTCOEX_ENABLED BIT(20) |
526 | #define SC_OP_BT_PRIORITY_DETECTED BIT(21) | ||
526 | 527 | ||
527 | struct ath_bus_ops { | 528 | struct ath_bus_ops { |
528 | void (*read_cachesize)(struct ath_softc *sc, int *csz); | 529 | void (*read_cachesize)(struct ath_softc *sc, int *csz); |
@@ -708,4 +709,5 @@ bool ath9k_all_wiphys_idle(struct ath_softc *sc); | |||
708 | void ath9k_iowrite32(struct ath_hw *ah, u32 reg_offset, u32 val); | 709 | void ath9k_iowrite32(struct ath_hw *ah, u32 reg_offset, u32 val); |
709 | unsigned int ath9k_ioread32(struct ath_hw *ah, u32 reg_offset); | 710 | unsigned int ath9k_ioread32(struct ath_hw *ah, u32 reg_offset); |
710 | 711 | ||
712 | int ath_tx_get_qnum(struct ath_softc *sc, int qtype, int haltype); | ||
711 | #endif /* ATH9K_H */ | 713 | #endif /* ATH9K_H */ |