Home
last modified time | relevance | path

Searched refs:wiphy_debug (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/wireless/admtek/
Dadm8211.c377 wiphy_debug(dev->wiphy, "frame too long (%d)\n", in adm8211_interrupt_rci()
468 wiphy_debug(dev->wiphy, "%s\n", #x); \ in adm8211_interrupt()
581 wiphy_debug(dev->wiphy, in adm8211_write_bbp()
616 wiphy_debug(dev->wiphy, in adm8211_write_bbp()
686 wiphy_debug(dev->wiphy, "unsupported transceiver type %d\n", in adm8211_rf_set_channel()
743 wiphy_debug(dev->wiphy, "unsupported BBP type %d\n", in adm8211_rf_set_channel()
1038 wiphy_debug(dev->wiphy, "unsupported transceiver %d\n", in adm8211_hw_init_bbp()
1043 wiphy_debug(dev->wiphy, "unsupported BBP %d\n", priv->bbp_type); in adm8211_hw_init_bbp()
/Linux-v4.19/drivers/net/wireless/intersil/p54/
Dtxrx.c42 wiphy_debug(priv->hw->wiphy, "/ --- tx queue dump (%d entries) ---\n", in p54_dump_tx_queue()
52 wiphy_debug(priv->hw->wiphy, in p54_dump_tx_queue()
66 wiphy_debug(priv->hw->wiphy, in p54_dump_tx_queue()
660 wiphy_debug(priv->hw->wiphy, in p54_rx_control()
/Linux-v4.19/drivers/net/wireless/marvell/
Dmwl8k.c1793 wiphy_debug(hw->wiphy, "Added a new stream for %pM %d", in mwl8k_add_stream()
1811 wiphy_debug(hw->wiphy, "Failed to start stream for %pM %d: " in mwl8k_start_stream()
1814 wiphy_debug(hw->wiphy, "Started stream for %pM %d\n", in mwl8k_start_stream()
1822 wiphy_debug(hw->wiphy, "Remove stream for %pM %d\n", stream->sta->addr, in mwl8k_remove_stream()
2043 wiphy_debug(hw->wiphy, in mwl8k_txq_xmit()
4028 wiphy_debug(hw->wiphy, "Created a BA stream for %pM : tid %d\n", in mwl8k_create_ba()
4051 wiphy_debug(hw->wiphy, "Deleted BA stream index %d\n", idx); in mwl8k_destroy_ba()
4684 wiphy_debug(hw->wiphy, in mwl8k_tx()
5474 wiphy_debug(hw->wiphy, "no free AMPDU streams\n"); in mwl8k_ampdu_action()
5544 wiphy_debug(hw->wiphy, in mwl8k_ampdu_action()
/Linux-v4.19/net/mac80211/
Dmain.c1136 wiphy_debug(local->hw.wiphy, "Failed to initialize wep: %d\n", in ieee80211_register_hw()
1152 wiphy_debug(local->hw.wiphy, in ieee80211_register_hw()
Drate.c978 wiphy_debug(local->hw.wiphy, "Selected rate control algorithm '%s'\n", in ieee80211_init_rate_ctrl_alg()
Dtx.c1935 wiphy_debug(local->hw.wiphy, in ieee80211_skb_resize()
3091 wiphy_debug(local->hw.wiphy, in ieee80211_amsdu_realloc_pad()
Dcfg.c2175 wiphy_debug(local->hw.wiphy, in ieee80211_set_txq_params()
Drx.c4287 wiphy_debug(local->hw.wiphy, in ieee80211_prepare_and_rx_handle()
/Linux-v4.19/include/net/
Dcfg80211.h6585 #define wiphy_debug(wiphy, format, args...) \ macro