Home
last modified time | relevance | path

Searched refs:bt_is_active (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dcoex.c30 bool bt_is_active = memcmp(notif, &zero_notif, sizeof(*notif)); in iwl_mld_handle_bt_coex_notif() local
32 if (bt_is_active == mld->bt_is_active) in iwl_mld_handle_bt_coex_notif()
35 IWL_DEBUG_INFO(mld, "BT was turned %s\n", bt_is_active ? "ON" : "OFF"); in iwl_mld_handle_bt_coex_notif()
37 mld->bt_is_active = bt_is_active; in iwl_mld_handle_bt_coex_notif()
H A Dmlo.c703 if (link->chandef->chan->band == NL80211_BAND_2GHZ && mld->bt_is_active) in iwl_mld_emlsr_disallowed_with_link()
1039 if (!mld->bt_is_active) { in iwl_mld_emlsr_check_bt_iter()