diff options
author | Shao Fu <shaofu@realtek.com> | 2015-05-16 00:32:59 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-05-26 13:56:31 +0300 |
commit | 02b5fffbe9e02f5d63fa4a801fb807cf0aab4fc9 (patch) | |
tree | dd546b0e33ddcead7aed8b55a2f9c94574ed5d09 /drivers/net/wireless/rtlwifi/regd.h | |
parent | e3958e9d60b4570fff709f397ef5c6b8483f40f7 (diff) | |
download | linux-02b5fffbe9e02f5d63fa4a801fb807cf0aab4fc9.tar.xz |
rtlwifi: Update regulatory database
Driver rtlwifi maintains its own regulatory information, The Chrome Autotest
(https://www.chromium.org/chromium-os/testing/autotest-user-doc)
showed some errors. This patch adds the necessary information for rtlwifi.
Signed-off-by: Shao Fu <shaofu@realtek.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/regd.h')
-rw-r--r-- | drivers/net/wireless/rtlwifi/regd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtlwifi/regd.h b/drivers/net/wireless/rtlwifi/regd.h index 3bbbaaa68530..f7f15bce35dd 100644 --- a/drivers/net/wireless/rtlwifi/regd.h +++ b/drivers/net/wireless/rtlwifi/regd.h @@ -49,6 +49,7 @@ enum country_code_type_t { COUNTRY_CODE_GLOBAL_DOMAIN = 10, COUNTRY_CODE_WORLD_WIDE_13 = 11, COUNTRY_CODE_TELEC_NETGEAR = 12, + COUNTRY_CODE_WORLD_WIDE_13_5G_ALL = 13, /*add new channel plan above this line */ COUNTRY_CODE_MAX |