Lines Matching refs:wiphy

644 		wiphy_err(priv->hw->wiphy, "cannot get HW Config (error %d)\n",  in at76_get_hw_config()
780 wiphy_err(priv->hw->wiphy, in at76_wait_completion()
788 wiphy_name(priv->hw->wiphy), cmd, status, in at76_wait_completion()
797 wiphy_err(priv->hw->wiphy, in at76_wait_completion()
819 wiphy_info(priv->hw->wiphy, in at76_set_mib()
841 wiphy_err(priv->hw->wiphy, in at76_set_radio()
862 wiphy_err(priv->hw->wiphy, "set_mib (pm_mode) failed: %d\n", in at76_set_pm_mode()
879 wiphy_err(priv->hw->wiphy, "set_mib (preamble) failed: %d\n", in at76_set_preamble()
896 wiphy_err(priv->hw->wiphy, in at76_set_frag()
913 wiphy_err(priv->hw->wiphy, "set_mib (rts) failed: %d\n", ret); in at76_set_rts()
929 wiphy_err(priv->hw->wiphy, in at76_set_autorate_fallback()
948 wiphy_err(priv->hw->wiphy, in at76_dump_mib_mac_addr()
954 wiphy_name(priv->hw->wiphy), in at76_dump_mib_mac_addr()
958 "status %d", wiphy_name(priv->hw->wiphy), i, in at76_dump_mib_mac_addr()
977 wiphy_err(priv->hw->wiphy, in at76_dump_mib_mac_wep()
984 "encr_level %u key %d", wiphy_name(priv->hw->wiphy), in at76_dump_mib_mac_wep()
996 wiphy_name(priv->hw->wiphy), i, in at76_dump_mib_mac_wep()
1014 wiphy_err(priv->hw->wiphy, in at76_dump_mib_mac_mgmt()
1026 wiphy_name(priv->hw->wiphy), le16_to_cpu(m->beacon_period), in at76_dump_mib_mac_mgmt()
1050 wiphy_err(priv->hw->wiphy, in at76_dump_mib_mac()
1061 wiphy_name(priv->hw->wiphy), in at76_dump_mib_mac()
1087 wiphy_err(priv->hw->wiphy, in at76_dump_mib_phy()
1097 wiphy_name(priv->hw->wiphy), le32_to_cpu(m->ed_threshold), in at76_dump_mib_phy()
1120 wiphy_err(priv->hw->wiphy, in at76_dump_mib_local()
1127 "preamble_type %d", wiphy_name(priv->hw->wiphy), in at76_dump_mib_local()
1146 wiphy_err(priv->hw->wiphy, in at76_dump_mib_mdomain()
1152 wiphy_name(priv->hw->wiphy), in at76_dump_mib_mdomain()
1156 wiphy_name(priv->hw->wiphy), in at76_dump_mib_mdomain()
1218 wiphy_err(priv->hw->wiphy, "%s: priv->rx_urb is NULL\n", in at76_submit_rx_urb()
1226 wiphy_err(priv->hw->wiphy, in at76_submit_rx_urb()
1246 wiphy_err(priv->hw->wiphy, in at76_submit_rx_urb()
1252 wiphy_err(priv->hw->wiphy, in at76_submit_rx_urb()
1361 "keylen %d", wiphy_name(priv->hw->wiphy), priv->essid_size, in at76_startup_device()
1368 "txrate %s auth_mode %d", wiphy_name(priv->hw->wiphy), in at76_startup_device()
1379 wiphy_name(priv->hw->wiphy), priv->pm_mode, priv->pm_period, in at76_startup_device()
1422 wiphy_err(priv->hw->wiphy, "at76_set_card_command failed: %d\n", in at76_startup_device()
1490 wiphy_err(priv->hw->wiphy, in at76_work_set_promisc()
1575 __func__, wiphy_name(priv->hw->wiphy), in at76_rx_tasklet()
1582 wiphy_name(priv->hw->wiphy), buf->rx_rate, buf->rssi, in at76_rx_tasklet()
1700 wiphy_err(priv->hw->wiphy, "at76_set_card_command failed: %d\n", in at76_join()
1708 wiphy_err(priv->hw->wiphy, "at76_wait_completion failed: %d\n", in at76_join()
1779 wiphy_err(priv->hw->wiphy, in at76_mac80211_tx()
1820 wiphy_name(priv->hw->wiphy), le16_to_cpu(tx_buffer->wlength), in at76_mac80211_tx()
1830 wiphy_err(priv->hw->wiphy, "error in tx submit urb: %d\n", ret); in at76_mac80211_tx()
1832 wiphy_err(priv->hw->wiphy, in at76_mac80211_tx()
1850 wiphy_err(priv->hw->wiphy, "open: submit_rx_urb failed: %d\n", in at76_mac80211_start()
2000 wiphy_err(priv->hw->wiphy, "CMD_SCAN failed: %d\n", ret); in at76_hw_scan()
2128 wiphy_err(priv->hw->wiphy, in at76_set_wep()
2320 struct wiphy *wiphy; in at76_init_new_device() local
2358 wiphy = priv->hw->wiphy; in at76_init_new_device()
2359 priv->hw->wiphy->max_scan_ssids = 1; in at76_init_new_device()
2360 priv->hw->wiphy->max_scan_ie_len = 0; in at76_init_new_device()
2361 priv->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION); in at76_init_new_device()
2362 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &at76_supported_band; in at76_init_new_device()
2370 len = sizeof(wiphy->fw_version); in at76_init_new_device()
2371 snprintf(wiphy->fw_version, len, "%d.%d.%d-%d", in at76_init_new_device()
2375 wiphy->hw_version = priv->board_type; in at76_init_new_device()
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()