Lines Matching refs:wiphy

855 			wiphy_err(priv->hw->wiphy,  in mwl8k_add_dma_header()
1164 wiphy_err(hw->wiphy, "failed to alloc RX descriptors\n"); in mwl8k_rxq_init()
1455 wiphy_err(hw->wiphy, "failed to alloc TX descriptors\n"); in mwl8k_txq_init()
1515 wiphy_err(hw->wiphy, in mwl8k_dump_tx_rings()
1587 wiphy_notice(hw->wiphy, "tx rings drained\n"); in mwl8k_tx_wait_empty()
1598 wiphy_notice(hw->wiphy, in mwl8k_tx_wait_empty()
1607 wiphy_err(hw->wiphy, "tx rings stuck for %d ms\n", in mwl8k_tx_wait_empty()
1788 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()
2009 wiphy_warn(hw->wiphy, in mwl8k_txq_xmit()
2038 wiphy_debug(hw->wiphy, in mwl8k_txq_xmit()
2201 wiphy_dbg(hw->wiphy, "Posting %s [%d]\n", in mwl8k_post_cmd()
2252 wiphy_err(hw->wiphy, "Command %s timeout after %u ms\n", in mwl8k_post_cmd()
2263 wiphy_err(hw->wiphy, "Command %s error 0x%x\n", in mwl8k_post_cmd()
2267 wiphy_notice(hw->wiphy, "Command %s took %d ms\n", in mwl8k_post_cmd()
2309 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &priv->band_24; in mwl8k_setup_2ghz_band()
2328 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &priv->band_50; in mwl8k_setup_5ghz_band()
2547 wiphy_warn(hw->wiphy, "fw reported %d ampdu queues" in mwl8k_cmd_get_hw_spec_ap()
3071 sband = priv->hw->wiphy->bands[band]; in freq_to_idx()
3093 wiphy_err(priv->hw->wiphy, "Failed to update survey\n"); in mwl8k_update_survey()
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()
4697 wiphy_err(hw->wiphy, "failed to register IRQ handler\n"); in mwl8k_start()
4798 wiphy_info(hw->wiphy, in mwl8k_add_interface()
4819 wiphy_warn(hw->wiphy, "AP interface is running.\n" in mwl8k_add_interface()
4924 wiphy_err(hw->wiphy, "Firmware restarted successfully\n"); in mwl8k_hw_restart_work()
4930 wiphy_err(hw->wiphy, "Firmware restart failed\n"); in mwl8k_hw_restart_work()
5184 wiphy_info(hw->wiphy, in mwl8k_configure_filter_sniffer()
5390 sband = hw->wiphy->bands[IEEE80211_BAND_2GHZ]; in mwl8k_get_survey()
5398 sband = hw->wiphy->bands[IEEE80211_BAND_5GHZ]; in mwl8k_get_survey()
5461 wiphy_warn(hw->wiphy, "Unexpected call to %s. " in mwl8k_ampdu_action()
5466 wiphy_debug(hw->wiphy, "no free AMPDU streams\n"); in mwl8k_ampdu_action()
5501 wiphy_err(hw->wiphy, "Stream for tid %d busy after %d" in mwl8k_ampdu_action()
5536 wiphy_debug(hw->wiphy, in mwl8k_ampdu_action()
5801 wiphy_err(hw->wiphy, "Firmware files not found\n"); in mwl8k_init_firmware()
5811 wiphy_err(hw->wiphy, "Cannot start firmware\n"); in mwl8k_init_firmware()
5821 wiphy_err(hw->wiphy, "Trying to reload the firmware again\n"); in mwl8k_init_firmware()
5856 wiphy_err(hw->wiphy, in mwl8k_probe_hw()
5899 wiphy_err(hw->wiphy, "failed to register IRQ handler\n"); in mwl8k_probe_hw()
5930 wiphy_err(hw->wiphy, "Cannot initialise firmware\n"); in mwl8k_probe_hw()
5937 wiphy_err(hw->wiphy, "Cannot disable\n"); in mwl8k_probe_hw()
5944 wiphy_err(hw->wiphy, "Cannot clear MAC address\n"); in mwl8k_probe_hw()
5951 wiphy_warn(hw->wiphy, "failed to set # of RX antennas"); in mwl8k_probe_hw()
5954 wiphy_warn(hw->wiphy, "failed to set # of TX antennas"); in mwl8k_probe_hw()
5961 wiphy_info(hw->wiphy, "%s v%d, %pm, %s firmware %u.%u.%u.%u\n", in mwl8k_probe_hw()
5963 priv->hw_rev, hw->wiphy->perm_addr, in mwl8k_probe_hw()
6063 wiphy_err(hw->wiphy, "Cannot start firmware\n"); in mwl8k_firmware_load_success()
6131 hw->wiphy->interface_modes = 0; in mwl8k_firmware_load_success()
6134 hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_AP); in mwl8k_firmware_load_success()
6135 hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_STATION); in mwl8k_firmware_load_success()
6136 hw->wiphy->iface_combinations = &ap_if_comb; in mwl8k_firmware_load_success()
6137 hw->wiphy->n_iface_combinations = 1; in mwl8k_firmware_load_success()
6141 hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_STATION); in mwl8k_firmware_load_success()
6145 wiphy_err(hw->wiphy, "Cannot register device\n"); in mwl8k_firmware_load_success()
6215 wiphy_err(hw->wiphy, "Cannot map device SRAM\n"); in mwl8k_probe()
6228 wiphy_err(hw->wiphy, "Cannot map device registers\n"); in mwl8k_probe()