Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: chromeos/compat-wireless/drivers/net/wireless/ath/regd_common.h

Issue 6898014: ath9k: add 0x6C regulatory domain support for new modules (Closed) Base URL: ssh://gitrw.chromium.org:9222/kernel.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/compat-wireless/drivers/net/wireless/ath/regd.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/compat-wireless/drivers/net/wireless/ath/regd_common.h
diff --git a/chromeos/compat-wireless/drivers/net/wireless/ath/regd_common.h b/chromeos/compat-wireless/drivers/net/wireless/ath/regd_common.h
index 248c670fdfbefe0bf06e3ace4e33b2e4bd43da05..466ae4744f207f03fcaea3a86b99f85dc27c7185 100644
--- a/chromeos/compat-wireless/drivers/net/wireless/ath/regd_common.h
+++ b/chromeos/compat-wireless/drivers/net/wireless/ath/regd_common.h
@@ -86,6 +86,7 @@ enum EnumRd {
WOR9_WORLD = 0x69,
WORA_WORLD = 0x6A,
WORB_WORLD = 0x6B,
+ WORC_WORLD = 0x6C,
MKK3_MKKB = 0x80,
MKK3_MKKA2 = 0x81,
@@ -281,6 +282,7 @@ static struct reg_dmn_pair_mapping regDomainPairs[] = {
{WOR9_WORLD, NO_CTL, NO_CTL},
{WORA_WORLD, NO_CTL, NO_CTL},
{WORB_WORLD, NO_CTL, NO_CTL},
+ {WORC_WORLD, NO_CTL, NO_CTL},
};
static struct country_code_to_enum_rd allCountries[] = {
« no previous file with comments | « chromeos/compat-wireless/drivers/net/wireless/ath/regd.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698