Home
last modified time | relevance | path

Searched refs:wiphy_warn (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dbh.c134 wiphy_warn(priv->hw->wiphy, "BH error -- can't suspend\n"); in cw1200_bh_suspend()
149 wiphy_warn(priv->hw->wiphy, "BH error -- can't resume\n"); in cw1200_bh_resume()
484 wiphy_warn(priv->hw->wiphy, in cw1200_bh()
507 wiphy_warn(priv->hw->wiphy, in cw1200_bh()
Dscan.c181 wiphy_warn(priv->hw->wiphy, in cw1200_scan_work()
347 wiphy_warn(priv->hw->wiphy, in cw1200_scan_timeout()
Dwsm.c1387 wiphy_warn(priv->hw->wiphy, in wsm_handle_rx()
1400 wiphy_warn(priv->hw->wiphy, in wsm_handle_rx()
1487 wiphy_warn(priv->hw->wiphy, in wsm_handle_tx_data()
1499 wiphy_warn(priv->hw->wiphy, in wsm_handle_tx_data()
Dtxrx.c885 wiphy_warn(priv->hw->wiphy, "Requeue for link_id %d (try %d). STAs asleep: 0x%.8X\n", in cw1200_tx_confirm_cb()
1072 wiphy_warn(priv->hw->wiphy, "Malformed SDU rx'ed. Size is lesser than IEEE header.\n"); in cw1200_rx_cb()
1139 wiphy_warn(priv->hw->wiphy, "Malformed SDU rx'ed. Size is lesser than crypto headers.\n"); in cw1200_rx_cb()
Dsta.c2119 wiphy_warn(priv->hw->wiphy, in cw1200_mcast_timeout()
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/
Dcfg.c121 wiphy_warn(wiphy, in orinoco_change_vif()
/Linux-v4.19/drivers/net/wireless/realtek/rtl818x/rtl8187/
Drtl8225.c461 wiphy_warn(dev->wiphy, "RF Calibration Failed! %x\n", in rtl8225_rf_init()
827 wiphy_warn(dev->wiphy, "RF Calibration Failed! %x\n", in rtl8225z2_rf_init()
/Linux-v4.19/net/mac80211/
Dmain.c1163 wiphy_warn(local->hw.wiphy, in ieee80211_register_hw()
1252 wiphy_warn(local->hw.wiphy, "skb_queue not empty\n"); in ieee80211_unregister_hw()
Doffchannel.c344 wiphy_warn(local->hw.wiphy, in _ieee80211_start_next_roc()
Drate.c970 wiphy_warn(local->hw.wiphy, in ieee80211_init_rate_ctrl_alg()
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00.h75 wiphy_warn((dev)->hw->wiphy, "%s: Warning - " fmt, \
/Linux-v4.19/drivers/net/wireless/marvell/
Dmwl8k.c2014 wiphy_warn(hw->wiphy, in mwl8k_txq_xmit()
2552 wiphy_warn(hw->wiphy, "fw reported %d ampdu queues" in mwl8k_cmd_get_hw_spec_ap()
4824 wiphy_warn(hw->wiphy, "AP interface is running.\n" in mwl8k_add_interface()
5469 wiphy_warn(hw->wiphy, "Unexpected call to %s. " in mwl8k_ampdu_action()
5959 wiphy_warn(hw->wiphy, "failed to set # of RX antennas"); in mwl8k_probe_hw()
5962 wiphy_warn(hw->wiphy, "failed to set # of TX antennas"); in mwl8k_probe_hw()
/Linux-v4.19/drivers/net/wireless/intersil/p54/
Deeprom.c920 wiphy_warn(dev->wiphy, in p54_parse_eeprom()
/Linux-v4.19/include/net/
Dcfg80211.h6578 #define wiphy_warn(wiphy, format, args...) \ macro