Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c361 wiphy_debug(wiphy, "%s: test=%u\n", __func__, val); in mac80211_hwsim_vendor_cmd_test()
618 wiphy_debug(data->hw->wiphy, in hwsim_send_ps_poll()
649 wiphy_debug(data->hw->wiphy, in hwsim_send_nullfunc()
1279 wiphy_debug(hw->wiphy, "Trying to TX when idle - reject\n"); in mac80211_hwsim_tx()
1328 wiphy_debug(hw->wiphy, "%s\n", __func__); in mac80211_hwsim_start()
1339 wiphy_debug(hw->wiphy, "%s\n", __func__); in mac80211_hwsim_stop()
1346 wiphy_debug(hw->wiphy, "%s (type=%d mac_addr=%pM)\n", in mac80211_hwsim_add_interface()
1367 wiphy_debug(hw->wiphy, in mac80211_hwsim_change_interface()
1385 wiphy_debug(hw->wiphy, "%s (type=%d mac_addr=%pM)\n", in mac80211_hwsim_remove_interface()
1507 wiphy_debug(hw->wiphy, in mac80211_hwsim_config()
[all …]
Dadm8211.c377 wiphy_debug(dev->wiphy, "frame too long (%d)\n", in adm8211_interrupt_rci()
461 wiphy_debug(dev->wiphy, "%s\n", #x); \ in adm8211_interrupt()
574 wiphy_debug(dev->wiphy, in adm8211_write_bbp()
609 wiphy_debug(dev->wiphy, in adm8211_write_bbp()
679 wiphy_debug(dev->wiphy, "unsupported transceiver type %d\n", in adm8211_rf_set_channel()
736 wiphy_debug(dev->wiphy, "unsupported BBP type %d\n", in adm8211_rf_set_channel()
1031 wiphy_debug(dev->wiphy, "unsupported transceiver %d\n", in adm8211_hw_init_bbp()
1036 wiphy_debug(dev->wiphy, "unsupported BBP %d\n", priv->bbp_type); in adm8211_hw_init_bbp()
Dmwl8k.c1788 wiphy_debug(hw->wiphy, "Added a new stream for %pM %d", in mwl8k_add_stream()
1806 wiphy_debug(hw->wiphy, "Failed to start stream for %pM %d: " in mwl8k_start_stream()
1809 wiphy_debug(hw->wiphy, "Started stream for %pM %d\n", in mwl8k_start_stream()
1817 wiphy_debug(hw->wiphy, "Remove stream for %pM %d\n", stream->sta->addr, in mwl8k_remove_stream()
2038 wiphy_debug(hw->wiphy, in mwl8k_txq_xmit()
4023 wiphy_debug(hw->wiphy, "Created a BA stream for %pM : tid %d\n", in mwl8k_create_ba()
4046 wiphy_debug(hw->wiphy, "Deleted BA stream index %d\n", idx); in mwl8k_destroy_ba()
4679 wiphy_debug(hw->wiphy, in mwl8k_tx()
5467 wiphy_debug(hw->wiphy, "no free AMPDU streams\n"); in mwl8k_ampdu_action()
5537 wiphy_debug(hw->wiphy, in mwl8k_ampdu_action()
/linux-4.4.14/drivers/net/wireless/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-4.4.14/net/mac80211/
Dmain.c1054 wiphy_debug(local->hw.wiphy, "Failed to initialize wep: %d\n", in ieee80211_register_hw()
1066 wiphy_debug(local->hw.wiphy, in ieee80211_register_hw()
Drate.c923 wiphy_debug(local->hw.wiphy, "Selected rate control algorithm '%s'\n", in ieee80211_init_rate_ctrl_alg()
Drx.c3432 wiphy_debug(local->hw.wiphy, in ieee80211_prepare_and_rx_handle()
Dtx.c1621 wiphy_debug(local->hw.wiphy, in ieee80211_skb_resize()
Dcfg.c1927 wiphy_debug(local->hw.wiphy, in ieee80211_set_txq_params()
Dmlme.c3947 wiphy_debug(local->hw.wiphy, in ieee80211_sta_work()
/linux-4.4.14/include/net/
Dcfg80211.h5353 #define wiphy_debug(wiphy, format, args...) \ macro