Lines Matching defs:wiphy
35 regd = rcu_dereference_rtnl(ar->hw->wiphy->regd);
36 /* This can happen during wiphy registration where the previous
47 ath12k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request)
49 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
55 "Regulatory Notification received for %s\n", wiphy_name(wiphy));
60 * self managed wiphy's
64 ath12k_warn(ar->ab, "Unexpected Regulatory event for this wiphy\n");
104 bands = hw->wiphy->bands;
249 wiphy_lock(ar->hw->wiphy);
250 ret = regulatory_set_wiphy_regd_sync(ar->hw->wiphy, regd_copy);
251 wiphy_unlock(ar->hw->wiphy);
720 ar->hw->wiphy->regulatory_flags = REGULATORY_WIPHY_SELF_MANAGED;
721 ar->hw->wiphy->reg_notifier = ath12k_reg_notifier;