Home
last modified time | relevance | path

Searched refs:IWL_DEBUG_LAR (Results 1 – 2 of 2) 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/
H A Diwl-debug.h216 #define IWL_DEBUG_LAR(p, f, a...) IWL_DEBUG(p, IWL_DL_LAR, f, ## a) macro