Lines Matching defs:wiphy
33 regd = rcu_dereference_rtnl(ar->hw->wiphy->regd);
34 /* This can happen during wiphy registration where the previous
45 ath11k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request)
47 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
53 "Regulatory Notification received for %s\n", wiphy_name(wiphy));
58 * self managed wiphy's
62 ath11k_warn(ar->ab, "Unexpected Regulatory event for this wiphy\n");
103 bands = hw->wiphy->bands;
251 ret = regulatory_set_wiphy_regd_sync_rtnl(ar->hw->wiphy, regd_copy);
706 ar->hw->wiphy->regulatory_flags = REGULATORY_WIPHY_SELF_MANAGED;
707 ar->hw->wiphy->reg_notifier = ath11k_reg_notifier;