Home
last modified time | relevance | path

Searched refs:wiphy_info (Results 1 – 22 of 22) sorted by relevance

/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/
Drtl8225se.c316 wiphy_info(dev->wiphy, "RTL8225-SE version %s\n", in rtl8225se_rf_init()
378 wiphy_info(dev->wiphy, "Xtal cal\n"); in rtl8225se_rf_init()
381 wiphy_info(dev->wiphy, "NO Xtal cal\n"); in rtl8225se_rf_init()
Ddev.c1928 wiphy_info(dev->wiphy, "hwaddr %pm, %s + %s\n", in rtl8180_probe()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dled.c119 wiphy_info(wl->wiphy, "registered radio enabled led device: %s gpio: %d\n", in brcms_led_register()
/linux-4.4.14/drivers/net/wireless/p54/
Dfwio.c65 wiphy_info(priv->hw->wiphy, in p54_parse_firmware()
127 wiphy_info(priv->hw->wiphy, in p54_parse_firmware()
136 wiphy_info(priv->hw->wiphy, in p54_parse_firmware()
158 wiphy_info(priv->hw->wiphy, in p54_parse_firmware()
Dtxrx.c615 wiphy_info(priv->hw->wiphy, "radar (freq:%d MHz)\n", freq); in p54_rx_trap()
634 wiphy_info(priv->hw->wiphy, "received event:%x freq:%d\n", in p54_rx_trap()
Deeprom.c926 wiphy_info(dev->wiphy, "hwaddr %pM, MAC:isl38%02x RF:%s\n", in p54_parse_eeprom()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dahb.c150 wiphy_info(hw->wiphy, "%s mem=0x%lx, irq=%d\n", in ath_ahb_probe()
Dpci.c980 wiphy_info(hw->wiphy, "%s mem=0x%lx, irq=%d\n", in ath_pci_probe()
Dhtc_drv_init.c908 wiphy_info(hw->wiphy, "%s\n", hw_name); in ath9k_init_device()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dcmd.c111 wiphy_info(ar->hw->wiphy, "wrong echo %x != %x", v, echores); in carl9170_echo_test()
Drx.c70 wiphy_info(ar->hw->wiphy, "FW: %.*s\n", len, buf); in carl9170_dbg_message()
257 wiphy_info(ar->hw->wiphy, "FW: RADAR! Please report this " in carl9170_handle_command_response()
/linux-4.4.14/net/mac80211/
Ddebugfs_netdev.c512 wiphy_info(local->hw.wiphy, "debugfs reset TSF\n"); in ieee80211_if_parse_tsf()
531 wiphy_info(local->hw.wiphy, in ieee80211_if_parse_tsf()
Dchan.c1317 wiphy_info(local->hw.wiphy, in ieee80211_vif_use_reserved_switch()
1666 wiphy_info(local->hw.wiphy, in ieee80211_vif_use_reserved_context()
Dmain.c269 wiphy_info(hw->wiphy, in ieee80211_restart_hw()
/linux-4.4.14/drivers/net/wireless/
Dat76c50x-usb.c819 wiphy_info(priv->hw->wiphy, in at76_set_mib()
2386 wiphy_info(priv->hw->wiphy, "USB %s, MAC %pM, firmware %d.%d.%d-%d\n", in at76_init_new_device()
2390 wiphy_info(priv->hw->wiphy, "regulatory domain 0x%02x: %s\n", in at76_init_new_device()
2557 wiphy_info(priv->hw->wiphy, "disconnecting\n"); in at76_disconnect()
Dmwl8k.c4798 wiphy_info(hw->wiphy, in mwl8k_add_interface()
5185 wiphy_info(hw->wiphy, in mwl8k_configure_filter_sniffer()
5962 wiphy_info(hw->wiphy, "%s v%d, %pm, %s firmware %u.%u.%u.%u\n", in mwl8k_probe_hw()
Dadm8211.c1906 wiphy_info(dev->wiphy, "hwaddr %pM, Rev 0x%02x\n", in adm8211_probe()
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00.h76 wiphy_info((dev)->hw->wiphy, "%s: Info - " fmt, \
/linux-4.4.14/drivers/net/wireless/cw1200/
Dsta.c1010 wiphy_info(priv->hw->wiphy, "radar pulse detected\n"); in cw1200_event_handler()
1562 wiphy_info(priv->hw->wiphy, in cw1200_sta_add()
Dtxrx.c1359 wiphy_info(priv->hw->wiphy, in cw1200_alloc_link_id()
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/
Ddev.c1633 wiphy_info(dev->wiphy, "hwaddr %pM, %s V%d + %s, rfkill mask %d\n", in rtl8187_probe()
/linux-4.4.14/include/net/
Dcfg80211.h5350 #define wiphy_info(wiphy, format, args...) \ macro