Lines Matching defs:wiphy
35 regd = rcu_dereference_rtnl(ar->hw->wiphy->regd);
36 /* This can happen during wiphy registration where the previous
47 ath11k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request)
49 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
56 "Regulatory Notification received for %s\n", wiphy_name(wiphy));
61 * self managed wiphy's
65 ath11k_warn(ar->ab, "Unexpected Regulatory event for this wiphy\n");
145 bands = hw->wiphy->bands;
290 ret = regulatory_set_wiphy_regd(ar->hw->wiphy, regd_copy);
768 ar->hw->wiphy->regulatory_flags = REGULATORY_WIPHY_SELF_MANAGED;
769 ar->hw->wiphy->reg_notifier = ath11k_reg_notifier;