linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wl12xx: Remove 11j channels from the supported channels list.
@ 2010-11-29 10:05 juuso.oikarinen
  2010-11-29 10:11 ` Luciano Coelho
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: juuso.oikarinen @ 2010-11-29 10:05 UTC (permalink / raw)
  To: luciano.coelho; +Cc: linux-wireless

From: Juuso Oikarinen <juuso.oikarinen@nokia.com>

Because we don't support them at this stage.

Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
---
 drivers/net/wireless/wl12xx/main.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index 7fecefe..dc3a093 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -2374,14 +2374,6 @@ static struct ieee80211_rate wl1271_rates_5ghz[] = {
 
 /* 5 GHz band channels for WL1273 */
 static struct ieee80211_channel wl1271_channels_5ghz[] = {
-	{ .hw_value = 183, .center_freq = 4915},
-	{ .hw_value = 184, .center_freq = 4920},
-	{ .hw_value = 185, .center_freq = 4925},
-	{ .hw_value = 187, .center_freq = 4935},
-	{ .hw_value = 188, .center_freq = 4940},
-	{ .hw_value = 189, .center_freq = 4945},
-	{ .hw_value = 192, .center_freq = 4960},
-	{ .hw_value = 196, .center_freq = 4980},
 	{ .hw_value = 7, .center_freq = 5035},
 	{ .hw_value = 8, .center_freq = 5040},
 	{ .hw_value = 9, .center_freq = 5045},
-- 
1.7.1


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

* Re: [PATCH] wl12xx: Remove 11j channels from the supported channels list.
  2010-11-29 10:05 [PATCH] wl12xx: Remove 11j channels from the supported channels list juuso.oikarinen
@ 2010-11-29 10:11 ` Luciano Coelho
  2010-11-29 12:06 ` Gábor Stefanik
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Luciano Coelho @ 2010-11-29 10:11 UTC (permalink / raw)
  To: juuso.oikarinen; +Cc: linux-wireless

On Mon, 2010-11-29 at 12:05 +0200, juuso.oikarinen@nokia.com wrote:
> From: Juuso Oikarinen <juuso.oikarinen@nokia.com>
> 
> Because we don't support them at this stage.
> 
> Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
> ---

Looks good.  I'll apply it in the next round.

Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com>

-- 
Cheers,
Luca.


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

* Re: [PATCH] wl12xx: Remove 11j channels from the supported channels list.
  2010-11-29 10:05 [PATCH] wl12xx: Remove 11j channels from the supported channels list juuso.oikarinen
  2010-11-29 10:11 ` Luciano Coelho
@ 2010-11-29 12:06 ` Gábor Stefanik
  2010-11-29 12:26   ` Luciano Coelho
  2010-11-29 12:34 ` Gery Kahn
  2010-12-02 14:37 ` Luciano Coelho
  3 siblings, 1 reply; 10+ messages in thread
From: Gábor Stefanik @ 2010-11-29 12:06 UTC (permalink / raw)
  To: juuso.oikarinen; +Cc: luciano.coelho, linux-wireless

On Mon, Nov 29, 2010 at 11:05 AM,  <juuso.oikarinen@nokia.com> wrote:
> From: Juuso Oikarinen <juuso.oikarinen@nokia.com>
>
> Because we don't support them at this stage.
>
> Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
> ---
>  drivers/net/wireless/wl12xx/main.c |    8 --------
>  1 files changed, 0 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
> index 7fecefe..dc3a093 100644
> --- a/drivers/net/wireless/wl12xx/main.c
> +++ b/drivers/net/wireless/wl12xx/main.c
> @@ -2374,14 +2374,6 @@ static struct ieee80211_rate wl1271_rates_5ghz[] = {
>
>  /* 5 GHz band channels for WL1273 */
>  static struct ieee80211_channel wl1271_channels_5ghz[] = {

Is this for WL1271 or WL1273? The comment contradicts the name...

> -       { .hw_value = 183, .center_freq = 4915},
> -       { .hw_value = 184, .center_freq = 4920},
> -       { .hw_value = 185, .center_freq = 4925},
> -       { .hw_value = 187, .center_freq = 4935},
> -       { .hw_value = 188, .center_freq = 4940},
> -       { .hw_value = 189, .center_freq = 4945},
> -       { .hw_value = 192, .center_freq = 4960},
> -       { .hw_value = 196, .center_freq = 4980},
>        { .hw_value = 7, .center_freq = 5035},
>        { .hw_value = 8, .center_freq = 5040},
>        { .hw_value = 9, .center_freq = 5045},
> --
> 1.7.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)

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

* Re: [PATCH] wl12xx: Remove 11j channels from the supported channels list.
  2010-11-29 12:06 ` Gábor Stefanik
@ 2010-11-29 12:26   ` Luciano Coelho
  2010-11-29 12:41     ` Gery Kahn
  0 siblings, 1 reply; 10+ messages in thread
From: Luciano Coelho @ 2010-11-29 12:26 UTC (permalink / raw)
  To: ext Gábor Stefanik; +Cc: juuso.oikarinen, linux-wireless

On Mon, 2010-11-29 at 13:06 +0100, ext Gábor Stefanik wrote:
> On Mon, Nov 29, 2010 at 11:05 AM,  <juuso.oikarinen@nokia.com> wrote:
> > From: Juuso Oikarinen <juuso.oikarinen@nokia.com>
> >
> > Because we don't support them at this stage.
> >
> > Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
> > ---
> >  drivers/net/wireless/wl12xx/main.c |    8 --------
> >  1 files changed, 0 insertions(+), 8 deletions(-)
> >
> > diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
> > index 7fecefe..dc3a093 100644
> > --- a/drivers/net/wireless/wl12xx/main.c
> > +++ b/drivers/net/wireless/wl12xx/main.c
> > @@ -2374,14 +2374,6 @@ static struct ieee80211_rate wl1271_rates_5ghz[] = {
> >
> >  /* 5 GHz band channels for WL1273 */
> >  static struct ieee80211_channel wl1271_channels_5ghz[] = {
> 
> Is this for WL1271 or WL1273? The comment contradicts the name...

The wl1273 chip supports 5GHz channels.  The wl1271 chip doesn't.

The driver supports both wl1271 and wl1273.  We have even changed the
name to align with this (the driver is now called wl12xx).

We changed the file names and the module names already, but we haven't
changed the function and structure names yet.  At some point someone
will s/wl1271/wl12xx/.  Yes, it is confusing as it is right now, so
hopefully the renaming will happen soon.  Volunteers? ;)

-- 
Cheers,
Luca.


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

* Re: [PATCH] wl12xx: Remove 11j channels from the supported channels list.
  2010-11-29 10:05 [PATCH] wl12xx: Remove 11j channels from the supported channels list juuso.oikarinen
  2010-11-29 10:11 ` Luciano Coelho
  2010-11-29 12:06 ` Gábor Stefanik
@ 2010-11-29 12:34 ` Gery Kahn
  2010-11-29 20:10   ` Luciano Coelho
  2010-12-02 14:37 ` Luciano Coelho
  3 siblings, 1 reply; 10+ messages in thread
From: Gery Kahn @ 2010-11-29 12:34 UTC (permalink / raw)
  To: juuso.oikarinen@nokia.com
  Cc: luciano.coelho@nokia.com, linux-wireless@vger.kernel.org

On 11/29/2010 12:05 PM, juuso.oikarinen@nokia.com wrote:
> From: Juuso Oikarinen<juuso.oikarinen@nokia.com>
>
> Because we don't support them at this stage.
>
> Signed-off-by: Juuso Oikarinen<juuso.oikarinen@nokia.com>
> ---
>   drivers/net/wireless/wl12xx/main.c |    8 --------
>   1 files changed, 0 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
> index 7fecefe..dc3a093 100644
> --- a/drivers/net/wireless/wl12xx/main.c
> +++ b/drivers/net/wireless/wl12xx/main.c
> @@ -2374,14 +2374,6 @@ static struct ieee80211_rate wl1271_rates_5ghz[] = {
>
>   /* 5 GHz band channels for WL1273 */
>   static struct ieee80211_channel wl1271_channels_5ghz[] = {
> -	{ .hw_value = 183, .center_freq = 4915},
> -	{ .hw_value = 184, .center_freq = 4920},
> -	{ .hw_value = 185, .center_freq = 4925},
> -	{ .hw_value = 187, .center_freq = 4935},
> -	{ .hw_value = 188, .center_freq = 4940},
> -	{ .hw_value = 189, .center_freq = 4945},
> -	{ .hw_value = 192, .center_freq = 4960},
> -	{ .hw_value = 196, .center_freq = 4980},
>   	{ .hw_value = 7, .center_freq = 5035},
>   	{ .hw_value = 8, .center_freq = 5040},
>   	{ .hw_value = 9, .center_freq = 5045},
Our firmware do supports Japan channels, so why to remove them?

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

* Re: [PATCH] wl12xx: Remove 11j channels from the supported channels list.
  2010-11-29 12:26   ` Luciano Coelho
@ 2010-11-29 12:41     ` Gery Kahn
  2010-11-29 20:10       ` Luciano Coelho
  0 siblings, 1 reply; 10+ messages in thread
From: Gery Kahn @ 2010-11-29 12:41 UTC (permalink / raw)
  To: Luciano Coelho
  Cc: ext Gábor Stefanik, juuso.oikarinen@nokia.com,
	linux-wireless@vger.kernel.org

On 11/29/2010 02:26 PM, Luciano Coelho wrote:
> On Mon, 2010-11-29 at 13:06 +0100, ext Gábor Stefanik wrote:
>> On Mon, Nov 29, 2010 at 11:05 AM,<juuso.oikarinen@nokia.com>  wrote:
>>> From: Juuso Oikarinen<juuso.oikarinen@nokia.com>
>>>
>>> Because we don't support them at this stage.
>>>
>>> Signed-off-by: Juuso Oikarinen<juuso.oikarinen@nokia.com>
>>> ---
>>>   drivers/net/wireless/wl12xx/main.c |    8 --------
>>>   1 files changed, 0 insertions(+), 8 deletions(-)
>>>
>>> diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
>>> index 7fecefe..dc3a093 100644
>>> --- a/drivers/net/wireless/wl12xx/main.c
>>> +++ b/drivers/net/wireless/wl12xx/main.c
>>> @@ -2374,14 +2374,6 @@ static struct ieee80211_rate wl1271_rates_5ghz[] = {
>>>
>>>   /* 5 GHz band channels for WL1273 */
>>>   static struct ieee80211_channel wl1271_channels_5ghz[] = {
>>
>> Is this for WL1271 or WL1273? The comment contradicts the name...
>
> The wl1273 chip supports 5GHz channels.  The wl1271 chip doesn't.
>
> The driver supports both wl1271 and wl1273.  We have even changed the
> name to align with this (the driver is now called wl12xx).
>
> We changed the file names and the module names already, but we haven't
> changed the function and structure names yet.  At some point someone
> will s/wl1271/wl12xx/.  Yes, it is confusing as it is right now, so
> hopefully the renaming will happen soon.  Volunteers? ;)
>
is there enable_11a to use for?

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

* Re: [PATCH] wl12xx: Remove 11j channels from the supported channels list.
  2010-11-29 12:34 ` Gery Kahn
@ 2010-11-29 20:10   ` Luciano Coelho
  2010-11-30  5:30     ` Juuso Oikarinen
  0 siblings, 1 reply; 10+ messages in thread
From: Luciano Coelho @ 2010-11-29 20:10 UTC (permalink / raw)
  To: geryk; +Cc: juuso.oikarinen@nokia.com, linux-wireless@vger.kernel.org

On Mon, 2010-11-29 at 14:34 +0200, ext Gery Kahn wrote:
> On 11/29/2010 12:05 PM, juuso.oikarinen@nokia.com wrote:
> > From: Juuso Oikarinen<juuso.oikarinen@nokia.com>
> >
> > Because we don't support them at this stage.
> >
> > Signed-off-by: Juuso Oikarinen<juuso.oikarinen@nokia.com>
> > ---
> >   drivers/net/wireless/wl12xx/main.c |    8 --------
> >   1 files changed, 0 insertions(+), 8 deletions(-)
> >
> > diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
> > index 7fecefe..dc3a093 100644
> > --- a/drivers/net/wireless/wl12xx/main.c
> > +++ b/drivers/net/wireless/wl12xx/main.c
> > @@ -2374,14 +2374,6 @@ static struct ieee80211_rate wl1271_rates_5ghz[] = {
> >
> >   /* 5 GHz band channels for WL1273 */
> >   static struct ieee80211_channel wl1271_channels_5ghz[] = {
> > -	{ .hw_value = 183, .center_freq = 4915},
> > -	{ .hw_value = 184, .center_freq = 4920},
> > -	{ .hw_value = 185, .center_freq = 4925},
> > -	{ .hw_value = 187, .center_freq = 4935},
> > -	{ .hw_value = 188, .center_freq = 4940},
> > -	{ .hw_value = 189, .center_freq = 4945},
> > -	{ .hw_value = 192, .center_freq = 4960},
> > -	{ .hw_value = 196, .center_freq = 4980},
> >   	{ .hw_value = 7, .center_freq = 5035},
> >   	{ .hw_value = 8, .center_freq = 5040},
> >   	{ .hw_value = 9, .center_freq = 5045},
> Our firmware do supports Japan channels, so why to remove them?

We experienced some problems with it (at least).  Juuso reported that
some strange things were happening, like probe_reqs were going to 2.4GHz
channels with 11a IEs when these 11j channels were scanned.

Have you actively tried to use 11j channels? Did you have any problems?

-- 
Cheers,
Luca.


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

* Re: [PATCH] wl12xx: Remove 11j channels from the supported channels list.
  2010-11-29 12:41     ` Gery Kahn
@ 2010-11-29 20:10       ` Luciano Coelho
  0 siblings, 0 replies; 10+ messages in thread
From: Luciano Coelho @ 2010-11-29 20:10 UTC (permalink / raw)
  To: geryk
  Cc: ext Gábor Stefanik, juuso.oikarinen@nokia.com,
	linux-wireless@vger.kernel.org

On Mon, 2010-11-29 at 14:41 +0200, ext Gery Kahn wrote:
> > We changed the file names and the module names already, but we
> haven't
> > changed the function and structure names yet.  At some point someone
> > will s/wl1271/wl12xx/.  Yes, it is confusing as it is right now, so
> > hopefully the renaming will happen soon.  Volunteers? ;)
> >
> is there enable_11a to use for? 

Sorry, I don't understand your question...

-- 
Cheers,
Luca.


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

* Re: [PATCH] wl12xx: Remove 11j channels from the supported channels list.
  2010-11-29 20:10   ` Luciano Coelho
@ 2010-11-30  5:30     ` Juuso Oikarinen
  0 siblings, 0 replies; 10+ messages in thread
From: Juuso Oikarinen @ 2010-11-30  5:30 UTC (permalink / raw)
  To: Luciano Coelho; +Cc: geryk, linux-wireless@vger.kernel.org

On Mon, 2010-11-29 at 22:10 +0200, Luciano Coelho wrote:
> On Mon, 2010-11-29 at 14:34 +0200, ext Gery Kahn wrote:
> > On 11/29/2010 12:05 PM, juuso.oikarinen@nokia.com wrote:
> > > From: Juuso Oikarinen<juuso.oikarinen@nokia.com>
> > >
> > > Because we don't support them at this stage.
> > >
> > > Signed-off-by: Juuso Oikarinen<juuso.oikarinen@nokia.com>
> > > ---
> > >   drivers/net/wireless/wl12xx/main.c |    8 --------
> > >   1 files changed, 0 insertions(+), 8 deletions(-)
> > >
> > > diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
> > > index 7fecefe..dc3a093 100644
> > > --- a/drivers/net/wireless/wl12xx/main.c
> > > +++ b/drivers/net/wireless/wl12xx/main.c
> > > @@ -2374,14 +2374,6 @@ static struct ieee80211_rate wl1271_rates_5ghz[] = {
> > >
> > >   /* 5 GHz band channels for WL1273 */
> > >   static struct ieee80211_channel wl1271_channels_5ghz[] = {
> > > -	{ .hw_value = 183, .center_freq = 4915},
> > > -	{ .hw_value = 184, .center_freq = 4920},
> > > -	{ .hw_value = 185, .center_freq = 4925},
> > > -	{ .hw_value = 187, .center_freq = 4935},
> > > -	{ .hw_value = 188, .center_freq = 4940},
> > > -	{ .hw_value = 189, .center_freq = 4945},
> > > -	{ .hw_value = 192, .center_freq = 4960},
> > > -	{ .hw_value = 196, .center_freq = 4980},
> > >   	{ .hw_value = 7, .center_freq = 5035},
> > >   	{ .hw_value = 8, .center_freq = 5040},
> > >   	{ .hw_value = 9, .center_freq = 5045},
> > Our firmware do supports Japan channels, so why to remove them?
> 
> We experienced some problems with it (at least).  Juuso reported that
> some strange things were happening, like probe_reqs were going to 2.4GHz
> channels with 11a IEs when these 11j channels were scanned.
> 
> Have you actively tried to use 11j channels? Did you have any problems?
> 

Yes, and also the NVS INI section (look at ini.h) appears to be
currently missing all the calibration/compensation etc values for the
11j channels.

So it seems even if the firmware may support 11j, the infrastructure on
the host side is still lacking. It seems to me there is some work to be
done before these can be enabled.

-Juuso



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

* Re: [PATCH] wl12xx: Remove 11j channels from the supported channels list.
  2010-11-29 10:05 [PATCH] wl12xx: Remove 11j channels from the supported channels list juuso.oikarinen
                   ` (2 preceding siblings ...)
  2010-11-29 12:34 ` Gery Kahn
@ 2010-12-02 14:37 ` Luciano Coelho
  3 siblings, 0 replies; 10+ messages in thread
From: Luciano Coelho @ 2010-12-02 14:37 UTC (permalink / raw)
  To: juuso.oikarinen; +Cc: linux-wireless

On Mon, 2010-11-29 at 12:05 +0200, juuso.oikarinen@nokia.com wrote:
> From: Juuso Oikarinen <juuso.oikarinen@nokia.com>
> 
> Because we don't support them at this stage.
> 
> Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
> ---

Applied and pushed to the wl12xx tree.  Thanks!


-- 
Cheers,
Luca.


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

end of thread, other threads:[~2010-12-02 14:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 10:05 [PATCH] wl12xx: Remove 11j channels from the supported channels list juuso.oikarinen
2010-11-29 10:11 ` Luciano Coelho
2010-11-29 12:06 ` Gábor Stefanik
2010-11-29 12:26   ` Luciano Coelho
2010-11-29 12:41     ` Gery Kahn
2010-11-29 20:10       ` Luciano Coelho
2010-11-29 12:34 ` Gery Kahn
2010-11-29 20:10   ` Luciano Coelho
2010-11-30  5:30     ` Juuso Oikarinen
2010-12-02 14:37 ` Luciano Coelho

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).