* [PATCH] ath9k: fix 802.11g conformance test limit typo
@ 2009-02-21 19:44 Bob Copeland
2009-02-21 21:30 ` [ath9k-devel] " Luis R. Rodriguez
0 siblings, 1 reply; 2+ messages in thread
From: Bob Copeland @ 2009-02-21 19:44 UTC (permalink / raw)
To: linville, lrodriguez; +Cc: ath9k-devel, linux-wireless
802.11g is in 2 ghz band, not 5 ghz.
Signed-off-by: Bob Copeland <me@bobcopeland.com>
---
drivers/net/wireless/ath9k/regd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/ath9k/regd.c b/drivers/net/wireless/ath9k/regd.c
index eb0d1b7..a510917 100644
--- a/drivers/net/wireless/ath9k/regd.c
+++ b/drivers/net/wireless/ath9k/regd.c
@@ -478,7 +478,7 @@ u32 ath9k_regd_get_ctl(struct ath_hw *ah, struct ath9k_channel *chan)
if (IS_CHAN_B(chan))
ctl = ah->regulatory.regpair->reg_2ghz_ctl | CTL_11B;
else if (IS_CHAN_G(chan))
- ctl = ah->regulatory.regpair->reg_5ghz_ctl | CTL_11G;
+ ctl = ah->regulatory.regpair->reg_2ghz_ctl | CTL_11G;
else
ctl = ah->regulatory.regpair->reg_5ghz_ctl | CTL_11A;
--
1.6.0.6
--
Bob Copeland %% www.bobcopeland.com
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [ath9k-devel] [PATCH] ath9k: fix 802.11g conformance test limit typo
2009-02-21 19:44 [PATCH] ath9k: fix 802.11g conformance test limit typo Bob Copeland
@ 2009-02-21 21:30 ` Luis R. Rodriguez
0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2009-02-21 21:30 UTC (permalink / raw)
To: Bob Copeland; +Cc: linville, ath9k-devel, linux-wireless
On Sat, Feb 21, 2009 at 11:44 AM, Bob Copeland <me@bobcopeland.com> wrote:
>
> 802.11g is in 2 ghz band, not 5 ghz.
>
> Signed-off-by: Bob Copeland <me@bobcopeland.com>
Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-21 21:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-21 19:44 [PATCH] ath9k: fix 802.11g conformance test limit typo Bob Copeland
2009-02-21 21:30 ` [ath9k-devel] " Luis R. Rodriguez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).