Lines Matching refs:wiphy
111 wiphy_rfkill_stop_polling(hw->wiphy); in ath9k_deinit_device()
224 static void ath9k_reg_notifier(struct wiphy *wiphy, in ath9k_reg_notifier() argument
227 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy); in ath9k_reg_notifier()
230 ath_reg_notifier_apply(wiphy, request, in ath9k_reg_notifier()
737 hw->wiphy->interface_modes = in ath9k_set_hw_capab()
746 hw->wiphy->iface_combinations = &if_comb; in ath9k_set_hw_capab()
747 hw->wiphy->n_iface_combinations = 1; in ath9k_set_hw_capab()
749 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT; in ath9k_set_hw_capab()
751 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN | in ath9k_set_hw_capab()
755 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS; in ath9k_set_hw_capab()
768 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = in ath9k_set_hw_capab()
771 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = in ath9k_set_hw_capab()
778 hw->wiphy->available_antennas_rx = pBase->rxMask; in ath9k_set_hw_capab()
779 hw->wiphy->available_antennas_tx = pBase->txMask; in ath9k_set_hw_capab()
800 snprintf(hw->wiphy->fw_version, sizeof(hw->wiphy->fw_version), "%d.%d", in ath9k_init_firmware_version()
852 error = ath_regd_init(&common->regulatory, priv->hw->wiphy, in ath9k_init_device()
884 error = regulatory_hint(hw->wiphy, reg->alpha2); in ath9k_init_device()
908 wiphy_info(hw->wiphy, "%s\n", hw_name); in ath9k_init_device()