Lines Matching defs:wiphy
253 static void ath5k_reg_notifier(struct wiphy *wiphy,
256 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
260 ath_reg_notifier_apply(wiphy, request, regulatory);
384 hw->wiphy->bands[NL80211_BAND_2GHZ] = sband;
410 hw->wiphy->bands[NL80211_BAND_2GHZ] = sband;
430 hw->wiphy->bands[NL80211_BAND_5GHZ] = sband;
708 return &hw->wiphy->bands[info->band]->bitrates[ bf->rates[idx].idx ];
2545 hw->wiphy->interface_modes =
2551 hw->wiphy->iface_combinations = &if_comb;
2552 hw->wiphy->n_iface_combinations = 1;
2555 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
2557 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_5_10_MHZ;
2560 hw->wiphy->available_antennas_tx = 0x3;
2561 hw->wiphy->available_antennas_rx = 0x3;
2565 wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
3092 ret = ath_regd_init(regulatory, hw->wiphy, ath5k_reg_notifier);
3105 regulatory_hint(hw->wiphy, regulatory->alpha2);
3198 level, wiphy_name(ah->hw->wiphy), &vaf);