Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1571 D_MAC80211("enter\n"); in il_mac_hw_scan()
1587 D_MAC80211("leave ret %d\n", ret); in il_mac_hw_scan()
2453 D_MAC80211("enter station %pM\n", sta->addr); in il_mac_sta_remove()
2459 D_MAC80211("leave ret %d\n", ret); in il_mac_sta_remove()
4468 D_MAC80211("enter\n"); in il_mac_conf_tx()
4471 D_MAC80211("leave - RF not ready\n"); in il_mac_conf_tx()
4476 D_MAC80211("leave - queue >= AC_NUM %d\n", queue); in il_mac_conf_tx()
4496 D_MAC80211("leave\n"); in il_mac_conf_tx()
4507 D_MAC80211("enter\n"); in il_mac_tx_last_beacon()
4511 D_MAC80211("leave ret %d\n", ret); in il_mac_tx_last_beacon()
[all …]
H A D3945-mac.c2726 D_MAC80211("enter\n"); in il3945_mac_start()
2768 D_MAC80211("leave\n"); in il3945_mac_start()
2773 D_MAC80211("leave - failed\n"); in il3945_mac_start()
2782 D_MAC80211("enter\n"); in il3945_mac_stop()
2785 D_MAC80211("leave - skip\n"); in il3945_mac_stop()
2799 D_MAC80211("leave\n"); in il3945_mac_stop()
2809 D_MAC80211("enter\n"); in il3945_mac_tx()
2817 D_MAC80211("leave\n"); in il3945_mac_tx()
2872 D_MAC80211("enter\n"); in il3945_mac_set_key()
2875 D_MAC80211("leave - hwcrypto disabled\n"); in il3945_mac_set_key()
[all …]
H A D4965-mac.c5791 D_MAC80211("enter\n"); in il4965_mac_start()
5823 D_MAC80211("leave\n"); in il4965_mac_start()
5832 D_MAC80211("enter\n"); in il4965_mac_stop()
5848 D_MAC80211("leave\n"); in il4965_mac_stop()
5876 D_MAC80211("enter\n"); in il4965_mac_update_tkip_key()
5880 D_MAC80211("leave\n"); in il4965_mac_update_tkip_key()
5893 D_MAC80211("enter\n"); in il4965_mac_set_key()
5896 D_MAC80211("leave - hwcrypto disabled\n"); in il4965_mac_set_key()
5906 D_MAC80211("leave - ad-hoc group key\n"); in il4965_mac_set_key()
5939 D_MAC80211("enable hwcrypto key\n"); in il4965_mac_set_key()
[all …]
H A Dcommon.h3035 #define D_MAC80211(f, a...) IL_DBG(IL_DL_MAC80211, f, ## a) macro