Lines Matching defs:wiphy
252 static void ath5k_reg_notifier(struct wiphy *wiphy,
255 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
259 ath_reg_notifier_apply(wiphy, request, regulatory);
383 hw->wiphy->bands[NL80211_BAND_2GHZ] = sband;
409 hw->wiphy->bands[NL80211_BAND_2GHZ] = sband;
429 hw->wiphy->bands[NL80211_BAND_5GHZ] = sband;
707 return &hw->wiphy->bands[info->band]->bitrates[ bf->rates[idx].idx ];
2590 hw->wiphy->interface_modes =
2596 hw->wiphy->iface_combinations = &if_comb;
2597 hw->wiphy->n_iface_combinations = 1;
2600 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
2602 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_5_10_MHZ;
2605 hw->wiphy->available_antennas_tx = 0x3;
2606 hw->wiphy->available_antennas_rx = 0x3;
2610 wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
3137 ret = ath_regd_init(regulatory, hw->wiphy, ath5k_reg_notifier);
3150 regulatory_hint(hw->wiphy, regulatory->alpha2);
3243 level, wiphy_name(ah->hw->wiphy), &vaf);