Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/mld/
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()
A Dmld.h218 bool bt_is_active;
A Dmlo.c706 if (link->chandef->chan->band == NL80211_BAND_2GHZ && mld->bt_is_active) in iwl_mld_emlsr_disallowed_with_link()
1051 if (!mld->bt_is_active) { in iwl_mld_emlsr_check_bt_iter()

Completed in 12 milliseconds