Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246897
b: refs/heads/master
c: 34a0a20
h: refs/heads/master
i:
  246895: 650e67a
v: v3
  • Loading branch information
Senthil Balasubramanian authored and John W. Linville committed Apr 14, 2011
1 parent 1ec9861 commit 655f536
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f219bd248d417c2144eedafdf2c683ba8baee84
refs/heads/master: 34a0a2025c8bddc6505b56a58ef2e7333a4e4165
7 changes: 4 additions & 3 deletions trunk/drivers/net/wireless/ath/regd.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ static const struct ieee80211_regdomain ath_world_regdom_66_69 = {
}
};

/* Can be used by 0x67, 0x6A and 0x68 */
static const struct ieee80211_regdomain ath_world_regdom_67_68_6A = {
/* Can be used by 0x67, 0x68, 0x6A and 0x6C */
static const struct ieee80211_regdomain ath_world_regdom_67_68_6A_6C = {
.n_reg_rules = 4,
.alpha2 = "99",
.reg_rules = {
Expand Down Expand Up @@ -151,7 +151,8 @@ ieee80211_regdomain *ath_world_regdomain(struct ath_regulatory *reg)
case 0x67:
case 0x68:
case 0x6A:
return &ath_world_regdom_67_68_6A;
case 0x6C:
return &ath_world_regdom_67_68_6A_6C;
default:
WARN_ON(1);
return ath_default_world_regdomain();
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/ath/regd_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ enum EnumRd {
WOR9_WORLD = 0x69,
WORA_WORLD = 0x6A,
WORB_WORLD = 0x6B,
WORC_WORLD = 0x6C,

MKK3_MKKB = 0x80,
MKK3_MKKA2 = 0x81,
Expand Down Expand Up @@ -282,6 +283,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[] = {
Expand Down

0 comments on commit 655f536

Please sign in to comment.