Searched refs:ath_bt_config (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.c58 const struct ath_btcoex_config ath_bt_config = { ath9k_hw_init_btcoex_hw() local
69 bool rxclear_polarity = ath_bt_config.bt_rxclear_polarity; ath9k_hw_init_btcoex_hw()
72 rxclear_polarity = !ath_bt_config.bt_rxclear_polarity; ath9k_hw_init_btcoex_hw()
76 SM(ath_bt_config.bt_time_extend, AR_BT_TIME_EXTEND) | ath9k_hw_init_btcoex_hw()
77 SM(ath_bt_config.bt_txstate_extend, AR_BT_TXSTATE_EXTEND) | ath9k_hw_init_btcoex_hw()
78 SM(ath_bt_config.bt_txframe_extend, AR_BT_TX_FRAME_EXTEND) | ath9k_hw_init_btcoex_hw()
79 SM(ath_bt_config.bt_mode, AR_BT_MODE) | ath9k_hw_init_btcoex_hw()
80 SM(ath_bt_config.bt_quiet_collision, AR_BT_QUIET) | ath9k_hw_init_btcoex_hw()
82 SM(ath_bt_config.bt_priority_time, AR_BT_PRIORITY_TIME) | ath9k_hw_init_btcoex_hw()
83 SM(ath_bt_config.bt_first_slot_time, AR_BT_FIRST_SLOT_TIME) | ath9k_hw_init_btcoex_hw()
87 SM(ath_bt_config.bt_hold_rx_clear, AR_BT_HOLD_RX_CLEAR) | ath9k_hw_init_btcoex_hw()

Completed in 40 milliseconds