Lines Matching refs:wiphy
107 wiphy_rfkill_stop_polling(hw->wiphy); in ath9k_deinit_device()
220 static void ath9k_reg_notifier(struct wiphy *wiphy, in ath9k_reg_notifier() argument
223 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy); in ath9k_reg_notifier()
226 ath_reg_notifier_apply(wiphy, request, in ath9k_reg_notifier()
733 hw->wiphy->interface_modes = in ath9k_set_hw_capab()
741 hw->wiphy->iface_combinations = &if_comb; in ath9k_set_hw_capab()
742 hw->wiphy->n_iface_combinations = 1; in ath9k_set_hw_capab()
744 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT; in ath9k_set_hw_capab()
746 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN | in ath9k_set_hw_capab()
749 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS; in ath9k_set_hw_capab()
762 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = in ath9k_set_hw_capab()
765 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = in ath9k_set_hw_capab()
772 hw->wiphy->available_antennas_rx = pBase->rxMask; in ath9k_set_hw_capab()
773 hw->wiphy->available_antennas_tx = pBase->txMask; in ath9k_set_hw_capab()
794 snprintf(hw->wiphy->fw_version, sizeof(hw->wiphy->fw_version), "%d.%d", in ath9k_init_firmware_version()
846 error = ath_regd_init(&common->regulatory, priv->hw->wiphy, in ath9k_init_device()
878 error = regulatory_hint(hw->wiphy, reg->alpha2); in ath9k_init_device()
902 wiphy_info(hw->wiphy, "%s\n", hw_name); in ath9k_init_device()