Searched defs:is_2g (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.h72 bool is_2g; member in struct:ath9k_hw_mci
H A Dar9003_mci.c289 if (mci->is_2g) {
294 if ((mci->is_2g && !mci->update_2g5g)) {
396 static void ar9003_mci_2g5g_changed(struct ath_hw *ah, bool is_2g) argument
401 (mci->is_2g != is_2g))
404 mci->is_2g = is_2g;
826 void ar9003_mci_reset(struct ath_hw *ah, bool en_int, bool is_2g, argument
833 ath_dbg(common, MCI, "MCI Reset (full_sleep = %d, is_2g = %d)\n",
834 is_full_sleep, is_2g);
[all...]
H A Dar9003_mci.h289 void ar9003_mci_reset(struct ath_hw *ah, bool en_int, bool is_2g,
326 static inline void ar9003_mci_reset(struct ath_hw *ah, bool en_int, bool is_2g, argument

Completed in 180 milliseconds