Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.c1587 D_MAC80211("enter\n"); in il_mac_hw_scan()
1603 D_MAC80211("leave ret %d\n", ret); in il_mac_hw_scan()
2470 D_MAC80211("enter station %pM\n", sta->addr); in il_mac_sta_remove()
2476 D_MAC80211("leave ret %d\n", ret); in il_mac_sta_remove()
4507 D_MAC80211("enter\n"); in il_mac_conf_tx()
4510 D_MAC80211("leave - RF not ready\n"); in il_mac_conf_tx()
4515 D_MAC80211("leave - queue >= AC_NUM %d\n", queue); in il_mac_conf_tx()
4535 D_MAC80211("leave\n"); in il_mac_conf_tx()
4546 D_MAC80211("enter\n"); in il_mac_tx_last_beacon()
4550 D_MAC80211("leave ret %d\n", ret); in il_mac_tx_last_beacon()
[all …]
D3945-mac.c2801 D_MAC80211("enter\n"); in il3945_mac_start()
2843 D_MAC80211("leave\n"); in il3945_mac_start()
2848 D_MAC80211("leave - failed\n"); in il3945_mac_start()
2857 D_MAC80211("enter\n"); in il3945_mac_stop()
2860 D_MAC80211("leave - skip\n"); in il3945_mac_stop()
2874 D_MAC80211("leave\n"); in il3945_mac_stop()
2884 D_MAC80211("enter\n"); in il3945_mac_tx()
2892 D_MAC80211("leave\n"); in il3945_mac_tx()
2947 D_MAC80211("enter\n"); in il3945_mac_set_key()
2950 D_MAC80211("leave - hwcrypto disabled\n"); in il3945_mac_set_key()
[all …]
D4965-mac.c5815 D_MAC80211("enter\n"); in il4965_mac_start()
5847 D_MAC80211("leave\n"); in il4965_mac_start()
5856 D_MAC80211("enter\n"); in il4965_mac_stop()
5872 D_MAC80211("leave\n"); in il4965_mac_stop()
5900 D_MAC80211("enter\n"); in il4965_mac_update_tkip_key()
5904 D_MAC80211("leave\n"); in il4965_mac_update_tkip_key()
5917 D_MAC80211("enter\n"); in il4965_mac_set_key()
5920 D_MAC80211("leave - hwcrypto disabled\n"); in il4965_mac_set_key()
5930 D_MAC80211("leave - ad-hoc group key\n"); in il4965_mac_set_key()
5963 D_MAC80211("enable hwcrypto key\n"); in il4965_mac_set_key()
[all …]
Dcommon.h3055 #define D_MAC80211(f, a...) IL_DBG(IL_DL_MAC80211, f, ## a) macro