diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-10-04 18:07:24 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-10-09 09:37:57 +0200 |
commit | 789fd03331aa1ec45cb58168e2d82525c97c7351 (patch) | |
tree | 4cfa6169c8f4b457c99b5b522ff59bc8fa621623 /net/wireless/reg.h | |
parent | fe1811438a2a229e93beaefa69481d72652795e5 (diff) | |
download | linux-stable-789fd03331aa1ec45cb58168e2d82525c97c7351.tar.gz linux-stable-789fd03331aa1ec45cb58168e2d82525c97c7351.tar.bz2 linux-stable-789fd03331aa1ec45cb58168e2d82525c97c7351.zip |
cfg80211: rename regulatory_hint_11d() to regulatory_hint_country_ie()
It is incorrect to refer to this as 11d as 802.11d was just a
proposed amendment, 802.11d was merged to the standard so
use proper terminology.
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/reg.h')
-rw-r--r-- | net/wireless/reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireless/reg.h b/net/wireless/reg.h index af2d5f8a5d82..9677e3c13da9 100644 --- a/net/wireless/reg.h +++ b/net/wireless/reg.h @@ -58,7 +58,7 @@ int regulatory_hint_found_beacon(struct wiphy *wiphy, gfp_t gfp); /** - * regulatory_hint_11d - hints a country IE as a regulatory domain + * regulatory_hint_country_ie - hints a country IE as a regulatory domain * @wiphy: the wireless device giving the hint (used only for reporting * conflicts) * @band: the band on which the country IE was received on. This determines @@ -78,7 +78,7 @@ int regulatory_hint_found_beacon(struct wiphy *wiphy, * not observed. For this reason if a triplet is seen with channel * information for a band the BSS is not present in it will be ignored. */ -void regulatory_hint_11d(struct wiphy *wiphy, +void regulatory_hint_country_ie(struct wiphy *wiphy, enum ieee80211_band band, const u8 *country_ie, u8 country_ie_len); |