All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] wl12xx: Add channel 14 to list of supported 2ghz channels
@ 2011-01-18 19:39 Arik Nemtsov
  2011-01-19  7:05 ` Luciano Coelho
  2011-01-24 20:19 ` Luciano Coelho
  0 siblings, 2 replies; 4+ messages in thread
From: Arik Nemtsov @ 2011-01-18 19:39 UTC (permalink / raw)
  To: linux-wireless; +Cc: Luciano Coelho, Arik Nemtsov

Channel 14 is only supported in Japan (JP country code in).
The FW limits tranmissions to CCK only on this channel.

Tested in both STA and AP modes to work correctly.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
---
 drivers/net/wireless/wl12xx/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index 9076555..59582ab 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -2771,6 +2771,7 @@ static struct ieee80211_channel wl1271_channels[] = {
 	{ .hw_value = 11, .center_freq = 2462, .max_power = 25 },
 	{ .hw_value = 12, .center_freq = 2467, .max_power = 25 },
 	{ .hw_value = 13, .center_freq = 2472, .max_power = 25 },
+	{ .hw_value = 14, .center_freq = 2484, .max_power = 25 },
 };
 
 /* mapping to indexes for wl1271_rates */
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] wl12xx: Add channel 14 to list of supported 2ghz channels
  2011-01-18 19:39 [PATCH v2] wl12xx: Add channel 14 to list of supported 2ghz channels Arik Nemtsov
@ 2011-01-19  7:05 ` Luciano Coelho
  2011-01-19  7:06   ` Arik Nemtsov
  2011-01-24 20:19 ` Luciano Coelho
  1 sibling, 1 reply; 4+ messages in thread
From: Luciano Coelho @ 2011-01-19  7:05 UTC (permalink / raw)
  To: Arik Nemtsov; +Cc: linux-wireless

On Tue, 2011-01-18 at 20:39 +0100, Arik Nemtsov wrote:
> Channel 14 is only supported in Japan (JP country code in).
> The FW limits tranmissions to CCK only on this channel.
> 
> Tested in both STA and AP modes to work correctly.
> 
> Signed-off-by: Arik Nemtsov <arik@wizery.com>
> ---

Good, thanks Arik!

I guess instead of (JP country code in) you meant (JP country code in
regdb), right? I'll fix that manually before applying.

-- 
Cheers,
Luca.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] wl12xx: Add channel 14 to list of supported 2ghz channels
  2011-01-19  7:05 ` Luciano Coelho
@ 2011-01-19  7:06   ` Arik Nemtsov
  0 siblings, 0 replies; 4+ messages in thread
From: Arik Nemtsov @ 2011-01-19  7:06 UTC (permalink / raw)
  To: Luciano Coelho; +Cc: linux-wireless

On Wed, Jan 19, 2011 at 09:05, Luciano Coelho <coelho@ti.com> wrote:
>
> On Tue, 2011-01-18 at 20:39 +0100, Arik Nemtsov wrote:
> > Channel 14 is only supported in Japan (JP country code in).
> > The FW limits tranmissions to CCK only on this channel.
> >
> > Tested in both STA and AP modes to work correctly.
> >
> > Signed-off-by: Arik Nemtsov <arik@wizery.com>
> > ---
>
> Good, thanks Arik!
>
> I guess instead of (JP country code in) you meant (JP country code in
> regdb), right? I'll fix that manually before applying.
>

Yes Luca. Thanks.

Regards,
Arik

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] wl12xx: Add channel 14 to list of supported 2ghz channels
  2011-01-18 19:39 [PATCH v2] wl12xx: Add channel 14 to list of supported 2ghz channels Arik Nemtsov
  2011-01-19  7:05 ` Luciano Coelho
@ 2011-01-24 20:19 ` Luciano Coelho
  1 sibling, 0 replies; 4+ messages in thread
From: Luciano Coelho @ 2011-01-24 20:19 UTC (permalink / raw)
  To: Arik Nemtsov; +Cc: linux-wireless

On Tue, 2011-01-18 at 20:39 +0100, Arik Nemtsov wrote:
> Channel 14 is only supported in Japan (JP country code in).
> The FW limits tranmissions to CCK only on this channel.
> 
> Tested in both STA and AP modes to work correctly.
> 
> Signed-off-by: Arik Nemtsov <arik@wizery.com>
> ---

Applied to wl12xx.  Thank you!

-- 
Cheers,
Luca.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-24 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-18 19:39 [PATCH v2] wl12xx: Add channel 14 to list of supported 2ghz channels Arik Nemtsov
2011-01-19  7:05 ` Luciano Coelho
2011-01-19  7:06   ` Arik Nemtsov
2011-01-24 20:19 ` Luciano Coelho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.