Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194184
b: refs/heads/master
c: cfcfe44
h: refs/heads/master
v: v3
  • Loading branch information
Luis de Bethencourt authored and John W. Linville committed Apr 6, 2010
1 parent 661c059 commit 7bba9a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 0a4528e2ae290104f2c343031976542f93ae229d
refs/heads/master: cfcfe4469cc39625cb8257355c00dd8f35f900aa
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/regd.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

#define ATH9K_5GHZ_ALL ATH9K_5GHZ_5150_5350, \
ATH9K_5GHZ_5470_5850

/* This one skips what we call "mid band" */
#define ATH9K_5GHZ_NO_MIDBAND ATH9K_5GHZ_5150_5350, \
ATH9K_5GHZ_5725_5850
Expand Down Expand Up @@ -361,7 +362,7 @@ EXPORT_SYMBOL(ath_reg_notifier_apply);

static bool ath_regd_is_eeprom_valid(struct ath_regulatory *reg)
{
u16 rd = ath_regd_get_eepromRD(reg);
u16 rd = ath_regd_get_eepromRD(reg);
int i;

if (rd & COUNTRY_ERD_FLAG) {
Expand Down

0 comments on commit 7bba9a4

Please sign in to comment.