diff options
author | David S. Miller <davem@davemloft.net> | 2009-08-06 15:57:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-06 15:57:18 -0400 |
commit | bfe34ebbaa125f00da309f59cc9d30febe1e3115 (patch) | |
tree | 505b43fc81be09ec5b42f82a3e64f300a5e838d5 /net/wireless/reg.h | |
parent | 3d7ddd540b4c2d24c6a3e7a52c083a0c31e6151c (diff) | |
parent | 6b4f645a491ac29c7dced415d034eea7736155a6 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
Diffstat (limited to 'net/wireless/reg.h')
-rw-r--r-- | net/wireless/reg.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/wireless/reg.h b/net/wireless/reg.h index e37829a49dc4..662a9dad76d5 100644 --- a/net/wireless/reg.h +++ b/net/wireless/reg.h | |||
@@ -36,4 +36,19 @@ int regulatory_hint_found_beacon(struct wiphy *wiphy, | |||
36 | struct ieee80211_channel *beacon_chan, | 36 | struct ieee80211_channel *beacon_chan, |
37 | gfp_t gfp); | 37 | gfp_t gfp); |
38 | 38 | ||
39 | /** | ||
40 | * regulatory_hint_11d - hints a country IE as a regulatory domain | ||
41 | * @wiphy: the wireless device giving the hint (used only for reporting | ||
42 | * conflicts) | ||
43 | * @country_ie: pointer to the country IE | ||
44 | * @country_ie_len: length of the country IE | ||
45 | * | ||
46 | * We will intersect the rd with the what CRDA tells us should apply | ||
47 | * for the alpha2 this country IE belongs to, this prevents APs from | ||
48 | * sending us incorrect or outdated information against a country. | ||
49 | */ | ||
50 | void regulatory_hint_11d(struct wiphy *wiphy, | ||
51 | u8 *country_ie, | ||
52 | u8 country_ie_len); | ||
53 | |||
39 | #endif /* __NET_WIRELESS_REG_H */ | 54 | #endif /* __NET_WIRELESS_REG_H */ |