diff options
author | Luis R. Rodriguez <mcgrof@qca.qualcomm.com> | 2011-10-11 10:59:02 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-21 16:20:41 -0500 |
commit | 8b60b07805d557542160d852874fa6a1b969184e (patch) | |
tree | 74b96b63c62cf7cef9684c19bda8f8d51ceabe0d /net/wireless/reg.h | |
parent | 4713e962c5d98901890c446843ae4e0a9d37b7b3 (diff) | |
download | linux-8b60b07805d557542160d852874fa6a1b969184e.tar.gz linux-8b60b07805d557542160d852874fa6a1b969184e.tar.bz2 linux-8b60b07805d557542160d852874fa6a1b969184e.zip |
cfg80211: process regulatory DFS region for countries
The wireless-regdb now has support for mapping a country to
one DFS region. CRDA sends this to us now so process it
so we can provide that hint to drivers. This will later be
used by code for processing DFS in a way that meets the
criteria for the DFS region the country belongs to.
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/reg.h')
-rw-r--r-- | net/wireless/reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/reg.h b/net/wireless/reg.h index 4a56799d868d..786e414afd91 100644 --- a/net/wireless/reg.h +++ b/net/wireless/reg.h @@ -5,6 +5,7 @@ extern const struct ieee80211_regdomain *cfg80211_regdomain; bool is_world_regdom(const char *alpha2); bool reg_is_valid_request(const char *alpha2); +bool reg_supported_dfs_region(u8 dfs_region); int regulatory_hint_user(const char *alpha2); |