Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c5443 IPW_DEBUG_MERGE("Network '%*pE (%pM)' excluded due to capability mismatch.\n", in ipw_find_adhoc_network()
5455 IPW_DEBUG_MERGE("Network '%*pE (%pM)' excluded because of non-network ESSID.\n", in ipw_find_adhoc_network()
5467 IPW_DEBUG_MERGE("Network '%*pE (%pM)' excluded because of ESSID mismatch: '%*pE'.\n", in ipw_find_adhoc_network()
5479 IPW_DEBUG_MERGE("Network '%*pE excluded because newer than current network.\n", in ipw_find_adhoc_network()
5483 IPW_DEBUG_MERGE("Network '%*pE excluded because newer than current network.\n", in ipw_find_adhoc_network()
5491 IPW_DEBUG_MERGE("Network '%*pE (%pM)' excluded because of age: %ums.\n", in ipw_find_adhoc_network()
5501 IPW_DEBUG_MERGE("Network '%*pE (%pM)' excluded because of channel mismatch: %d != %d.\n", in ipw_find_adhoc_network()
5511 IPW_DEBUG_MERGE("Network '%*pE (%pM)' excluded because of privacy mismatch: %s != %s.\n", in ipw_find_adhoc_network()
5523 IPW_DEBUG_MERGE("Network '%*pE (%pM)' excluded because of the same BSSID match: %pM.\n", in ipw_find_adhoc_network()
5531 IPW_DEBUG_MERGE("Network '%*pE (%pM)' excluded because of invalid frequency/mode combination.\n", in ipw_find_adhoc_network()
[all …]
H A Dipw2200.h1476 #define IPW_DEBUG_MERGE(f, a...) IPW_LL_DEBUG(IPW_DL_MERGE, f, ## a) macro