Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlegacy/
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()
4493 D_MAC80211("enter\n"); in il_mac_conf_tx()
4496 D_MAC80211("leave - RF not ready\n"); in il_mac_conf_tx()
4501 D_MAC80211("leave - queue >= AC_NUM %d\n", queue); in il_mac_conf_tx()
4521 D_MAC80211("leave\n"); in il_mac_conf_tx()
4532 D_MAC80211("enter\n"); in il_mac_tx_last_beacon()
4536 D_MAC80211("leave ret %d\n", ret); in il_mac_tx_last_beacon()
[all …]
D3945-mac.c2772 D_MAC80211("enter\n"); in il3945_mac_start()
2814 D_MAC80211("leave\n"); in il3945_mac_start()
2819 D_MAC80211("leave - failed\n"); in il3945_mac_start()
2828 D_MAC80211("enter\n"); in il3945_mac_stop()
2831 D_MAC80211("leave - skip\n"); in il3945_mac_stop()
2845 D_MAC80211("leave\n"); in il3945_mac_stop()
2855 D_MAC80211("enter\n"); in il3945_mac_tx()
2863 D_MAC80211("leave\n"); in il3945_mac_tx()
2918 D_MAC80211("enter\n"); in il3945_mac_set_key()
2921 D_MAC80211("leave - hwcrypto disabled\n"); in il3945_mac_set_key()
[all …]
D4965-mac.c5793 D_MAC80211("enter\n"); in il4965_mac_start()
5825 D_MAC80211("leave\n"); in il4965_mac_start()
5834 D_MAC80211("enter\n"); in il4965_mac_stop()
5850 D_MAC80211("leave\n"); in il4965_mac_stop()
5878 D_MAC80211("enter\n"); in il4965_mac_update_tkip_key()
5882 D_MAC80211("leave\n"); in il4965_mac_update_tkip_key()
5895 D_MAC80211("enter\n"); in il4965_mac_set_key()
5898 D_MAC80211("leave - hwcrypto disabled\n"); in il4965_mac_set_key()
5908 D_MAC80211("leave - ad-hoc group key\n"); in il4965_mac_set_key()
5941 D_MAC80211("enable hwcrypto key\n"); in il4965_mac_set_key()
[all …]
Dcommon.h3025 #define D_MAC80211(f, a...) IL_DBG(IL_DL_MAC80211, f, ## a) macro