Home
last modified time | relevance | path

Searched refs:IWL_DEBUG_LAR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmcc.c55 IWL_DEBUG_LAR(mld, "send MCC update to FW with '%c%c' src = %d\n", in iwl_mld_update_mcc()
72 IWL_DEBUG_LAR(mld, in iwl_mld_update_mcc()
93 IWL_DEBUG_LAR(mld, "Getting regdomain data for %s from FW\n", alpha2); in iwl_mld_get_regdomain()
99 IWL_DEBUG_LAR(mld, "Could not get update from FW %ld\n", in iwl_mld_get_regdomain()
111 IWL_DEBUG_LAR(mld, "MCC update response version: %d\n", resp_ver); in iwl_mld_get_regdomain()
121 IWL_DEBUG_LAR(mld, "Could not get parse update from FW %ld\n", in iwl_mld_get_regdomain()
126 IWL_DEBUG_LAR(mld, "setting alpha2 from FW to %s (0x%x, 0x%x) src=%d\n", in iwl_mld_get_regdomain()
266 IWL_DEBUG_LAR(mld, "Ignore mcc update while associated\n"); in iwl_mld_handle_update_mcc()
275 IWL_DEBUG_LAR(mld, in iwl_mld_handle_update_mcc()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c426 IWL_DEBUG_LAR(mvm, "send MCC update to FW with '%c%c' src = %d\n", in iwl_mvm_update_mcc()
526 IWL_DEBUG_LAR(mvm, in iwl_mvm_update_mcc()
605 IWL_DEBUG_LAR(mvm, "Ignore mcc update while associated\n"); in iwl_mvm_rx_chub_update_mcc()
617 IWL_DEBUG_LAR(mvm, in iwl_mvm_rx_chub_update_mcc()
625 IWL_DEBUG_LAR(mvm, "RX: No change in the regulatory data\n"); in iwl_mvm_rx_chub_update_mcc()
H A Dmac80211.c128 IWL_DEBUG_LAR(mvm, "Getting regdomain data for %s from FW\n", alpha2); in iwl_mvm_get_regdomain()
134 IWL_DEBUG_LAR(mvm, "Could not get update from FW %d\n", in iwl_mvm_get_regdomain()
148 IWL_DEBUG_LAR(mvm, "MCC update response version: %d\n", resp_ver); in iwl_mvm_get_regdomain()
159 IWL_DEBUG_LAR(mvm, "Could not get parse update from FW %d\n", in iwl_mvm_get_regdomain()
164 IWL_DEBUG_LAR(mvm, "setting alpha2 from FW to %s (0x%x, 0x%x) src=%d\n", in iwl_mvm_get_regdomain()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-debug.h216 #define IWL_DEBUG_LAR(p, f, a...) IWL_DEBUG(p, IWL_DL_LAR, f, ## a) macro