All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 3.15: WLAN regression on WRL54GL/B43?
@ 2014-06-11 23:05 Aaro Koskinen
  2014-06-11 23:34   ` James Cameron
  2014-06-12  5:44   ` Rafał Miłecki
  0 siblings, 2 replies; 11+ messages in thread
From: Aaro Koskinen @ 2014-06-11 23:05 UTC (permalink / raw)
  To: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

Hi,

While testing the final 3.15, I noticed that "iwlist wlan0 scanning"
cannot find anything on my WRT54GL router anymore:

	# iwlist wlan0 scanning
	wlan0     No scan results

I bisected this to:

	3afc2167f60a327a2c1e1e2600ef209a3c2b75b7 is the first bad commit
	commit 3afc2167f60a327a2c1e1e2600ef209a3c2b75b7
	Author: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
	Date:   Tue Mar 4 16:50:13 2014 +0200

	    cfg80211/mac80211: ignore signal if the frame was heard on wrong channel

Test case: I simply test it after the boot as follows:

	modprobe b43
	ifconfig wlan0 up
	iwlist wlan0 scanning

Any ideas?

A.

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

* Re: Linux 3.15: WLAN regression on WRL54GL/B43?
  2014-06-11 23:05 Linux 3.15: WLAN regression on WRL54GL/B43? Aaro Koskinen
@ 2014-06-11 23:34   ` James Cameron
  2014-06-12  5:44   ` Rafał Miłecki
  1 sibling, 0 replies; 11+ messages in thread
From: James Cameron @ 2014-06-11 23:34 UTC (permalink / raw)
  To: Aaro Koskinen; +Cc: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

Check that the driver reports the channel the probe was heard on?

Another driver hit this and was fixed:

	at76c50x: fix scan does not work with latest mac80211

-- 
James Cameron
http://quozl.linux.org.au/

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

* Linux 3.15: WLAN regression on WRL54GL/B43?
@ 2014-06-11 23:34   ` James Cameron
  0 siblings, 0 replies; 11+ messages in thread
From: James Cameron @ 2014-06-11 23:34 UTC (permalink / raw)
  To: Aaro Koskinen; +Cc: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

Check that the driver reports the channel the probe was heard on?

Another driver hit this and was fixed:

	at76c50x: fix scan does not work with latest mac80211

-- 
James Cameron
http://quozl.linux.org.au/

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

* Re: Linux 3.15: WLAN regression on WRL54GL/B43?
  2014-06-11 23:34   ` James Cameron
@ 2014-06-11 23:53     ` Larry Finger
  -1 siblings, 0 replies; 11+ messages in thread
From: Larry Finger @ 2014-06-11 23:53 UTC (permalink / raw)
  To: James Cameron, Aaro Koskinen
  Cc: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

On 06/11/2014 06:34 PM, James Cameron wrote:
> Check that the driver reports the channel the probe was heard on?
>
> Another driver hit this and was fixed:
>
> 	at76c50x: fix scan does not work with latest mac80211
>

It would also be helpful to report what device you have as shown by 'lspci -nn'. 
This problem does not occur with my BCM4312 with PCI ID 14e4:4315.

Larry


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

* Linux 3.15: WLAN regression on WRL54GL/B43?
@ 2014-06-11 23:53     ` Larry Finger
  0 siblings, 0 replies; 11+ messages in thread
From: Larry Finger @ 2014-06-11 23:53 UTC (permalink / raw)
  To: James Cameron, Aaro Koskinen
  Cc: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

On 06/11/2014 06:34 PM, James Cameron wrote:
> Check that the driver reports the channel the probe was heard on?
>
> Another driver hit this and was fixed:
>
> 	at76c50x: fix scan does not work with latest mac80211
>

It would also be helpful to report what device you have as shown by 'lspci -nn'. 
This problem does not occur with my BCM4312 with PCI ID 14e4:4315.

Larry

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

* Re: Linux 3.15: WLAN regression on WRL54GL/B43?
  2014-06-11 23:05 Linux 3.15: WLAN regression on WRL54GL/B43? Aaro Koskinen
@ 2014-06-12  5:44   ` Rafał Miłecki
  2014-06-12  5:44   ` Rafał Miłecki
  1 sibling, 0 replies; 11+ messages in thread
From: Rafał Miłecki @ 2014-06-12  5:44 UTC (permalink / raw)
  To: Aaro Koskinen; +Cc: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

On 12 June 2014 01:05, Aaro Koskinen <aaro.koskinen@iki.fi> wrote:
> While testing the final 3.15, I noticed that "iwlist wlan0 scanning"
> cannot find anything on my WRT54GL router anymore:

I believe it's BCM5352E SoC wth G-PHY rev 7 and radio 0x2050 rev 2. Is
that correct? Provide us a boot log.

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

* Linux 3.15: WLAN regression on WRL54GL/B43?
@ 2014-06-12  5:44   ` Rafał Miłecki
  0 siblings, 0 replies; 11+ messages in thread
From: Rafał Miłecki @ 2014-06-12  5:44 UTC (permalink / raw)
  To: Aaro Koskinen; +Cc: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

On 12 June 2014 01:05, Aaro Koskinen <aaro.koskinen@iki.fi> wrote:
> While testing the final 3.15, I noticed that "iwlist wlan0 scanning"
> cannot find anything on my WRT54GL router anymore:

I believe it's BCM5352E SoC wth G-PHY rev 7 and radio 0x2050 rev 2. Is
that correct? Provide us a boot log.

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

* Re: Linux 3.15: WLAN regression on WRL54GL/B43?
  2014-06-12  5:44   ` Rafał Miłecki
@ 2014-06-12  6:21     ` Rafał Miłecki
  -1 siblings, 0 replies; 11+ messages in thread
From: Rafał Miłecki @ 2014-06-12  6:21 UTC (permalink / raw)
  To: Aaro Koskinen; +Cc: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

On 12 June 2014 07:44, Rafał Miłecki <zajec5@gmail.com> wrote:
> On 12 June 2014 01:05, Aaro Koskinen <aaro.koskinen@iki.fi> wrote:
>> While testing the final 3.15, I noticed that "iwlist wlan0 scanning"
>> cannot find anything on my WRT54GL router anymore:
>
> I believe it's BCM5352E SoC wth G-PHY rev 7 and radio 0x2050 rev 2. Is
> that correct? Provide us a boot log.

I've reproduced this on my G-PHY rev 8. This is a bug caused by the:
status.freq = chanid + 2400;

It results in the:
[ 1500.651877] Got chanid:3 set freq:2403
[ 1500.719688] Got chanid:4 set freq:2404
[ 1500.788645] Got chanid:5 set freq:2405
[ 1500.857630] Got chanid:6 set freq:2406
[ 1500.936061] Got chanid:7 set freq:2407
[ 1500.973772] Got chanid:8 set freq:2408
[ 1501.084351] Got chanid:9 set freq:2409

I'll submit a fix.

-- 
Rafał

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

* Linux 3.15: WLAN regression on WRL54GL/B43?
@ 2014-06-12  6:21     ` Rafał Miłecki
  0 siblings, 0 replies; 11+ messages in thread
From: Rafał Miłecki @ 2014-06-12  6:21 UTC (permalink / raw)
  To: Aaro Koskinen; +Cc: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

On 12 June 2014 07:44, Rafa? Mi?ecki <zajec5@gmail.com> wrote:
> On 12 June 2014 01:05, Aaro Koskinen <aaro.koskinen@iki.fi> wrote:
>> While testing the final 3.15, I noticed that "iwlist wlan0 scanning"
>> cannot find anything on my WRT54GL router anymore:
>
> I believe it's BCM5352E SoC wth G-PHY rev 7 and radio 0x2050 rev 2. Is
> that correct? Provide us a boot log.

I've reproduced this on my G-PHY rev 8. This is a bug caused by the:
status.freq = chanid + 2400;

It results in the:
[ 1500.651877] Got chanid:3 set freq:2403
[ 1500.719688] Got chanid:4 set freq:2404
[ 1500.788645] Got chanid:5 set freq:2405
[ 1500.857630] Got chanid:6 set freq:2406
[ 1500.936061] Got chanid:7 set freq:2407
[ 1500.973772] Got chanid:8 set freq:2408
[ 1501.084351] Got chanid:9 set freq:2409

I'll submit a fix.

-- 
Rafa?

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

* Re: Linux 3.15: WLAN regression on WRL54GL/B43?
  2014-06-12  5:44   ` Rafał Miłecki
@ 2014-06-12  8:24     ` Aaro Koskinen
  -1 siblings, 0 replies; 11+ messages in thread
From: Aaro Koskinen @ 2014-06-12  8:24 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

Hi,

On Thu, Jun 12, 2014 at 07:44:42AM +0200, Rafał Miłecki wrote:
> On 12 June 2014 01:05, Aaro Koskinen <aaro.koskinen@iki.fi> wrote:
> > While testing the final 3.15, I noticed that "iwlist wlan0 scanning"
> > cannot find anything on my WRT54GL router anymore:
> 
> I believe it's BCM5352E SoC wth G-PHY rev 7 and radio 0x2050 rev 2. Is
> that correct? Provide us a boot log.

Yes, it's:

[    9.460000] b43-phy0: Broadcom 5352 WLAN found (core revision 9)
[    9.520000] b43-phy0: Found PHY: Analog 2, Type 2 (G), Revision 7

I confirm your patch fixes the issue, thanks.

A.

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

* Linux 3.15: WLAN regression on WRL54GL/B43?
@ 2014-06-12  8:24     ` Aaro Koskinen
  0 siblings, 0 replies; 11+ messages in thread
From: Aaro Koskinen @ 2014-06-12  8:24 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Emmanuel Grumbach, Johannes Berg, linux-wireless, b43-dev

Hi,

On Thu, Jun 12, 2014 at 07:44:42AM +0200, Rafa? Mi?ecki wrote:
> On 12 June 2014 01:05, Aaro Koskinen <aaro.koskinen@iki.fi> wrote:
> > While testing the final 3.15, I noticed that "iwlist wlan0 scanning"
> > cannot find anything on my WRT54GL router anymore:
> 
> I believe it's BCM5352E SoC wth G-PHY rev 7 and radio 0x2050 rev 2. Is
> that correct? Provide us a boot log.

Yes, it's:

[    9.460000] b43-phy0: Broadcom 5352 WLAN found (core revision 9)
[    9.520000] b43-phy0: Found PHY: Analog 2, Type 2 (G), Revision 7

I confirm your patch fixes the issue, thanks.

A.

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

end of thread, other threads:[~2014-06-12  8:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11 23:05 Linux 3.15: WLAN regression on WRL54GL/B43? Aaro Koskinen
2014-06-11 23:34 ` James Cameron
2014-06-11 23:34   ` James Cameron
2014-06-11 23:53   ` Larry Finger
2014-06-11 23:53     ` Larry Finger
2014-06-12  5:44 ` Rafał Miłecki
2014-06-12  5:44   ` Rafał Miłecki
2014-06-12  6:21   ` Rafał Miłecki
2014-06-12  6:21     ` Rafał Miłecki
2014-06-12  8:24   ` Aaro Koskinen
2014-06-12  8:24     ` Aaro Koskinen

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.