linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
@ 2008-10-29 19:19 Tim Gardner
  2008-11-01 21:19 ` Luis R. Rodriguez
  0 siblings, 1 reply; 21+ messages in thread
From: Tim Gardner @ 2008-10-29 19:19 UTC (permalink / raw)
  To: mick; +Cc: linux-wireless

This commit 'ath5k: Update interrupt masking code' causes stalls under
load when built using compat-wireless on 2.6.27. There is no output from
dmesg, but it occasionally recovers and moves a few more packets before
stalling again. Luis suggested reverting
eb9d4e8399181357cb6f6625ba7f849987432c6c which I did. Now it appears to
work normally.

I also think this patch should be broken into multiple pieces. There
appear to be at least 3 functional changes addressed in this single patch.

rtg
-- 
Tim Gardner tim.gardner@canonical.com

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-10-29 19:19 wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls Tim Gardner
@ 2008-11-01 21:19 ` Luis R. Rodriguez
  2008-11-02  8:32   ` Nick Kossifidis
  0 siblings, 1 reply; 21+ messages in thread
From: Luis R. Rodriguez @ 2008-11-01 21:19 UTC (permalink / raw)
  To: tim.gardner; +Cc: mick, linux-wireless, John W. Linville, Bob Copeland

On Wed, Oct 29, 2008 at 12:19 PM, Tim Gardner <tcanonical@tpi.com> wrote:
> This commit 'ath5k: Update interrupt masking code' causes stalls under
> load when built using compat-wireless on 2.6.27. There is no output from
> dmesg, but it occasionally recovers and moves a few more packets before
> stalling again. Luis suggested reverting
> eb9d4e8399181357cb6f6625ba7f849987432c6c which I did. Now it appears to
> work normally.
>
> I also think this patch should be broken into multiple pieces. There
> appear to be at least 3 functional changes addressed in this single patch.

Agreed, I just tested with the latest wireless-testing and the issue
is still present. I reviewed the commit but its a big too large to pin
point the exact issue, my AR5414 goes up but then quickly becomes
unusable. Nick how about we revert this and you can then split this up
into a good number of patches to make the review easier and also to be
able to pin point the exact issue better?

The SHA1 remains the same but just in case the title of the patch is:

   ath5k: Update interrupt masking code

With it reverted I'm cruising and can ditch MadWifi completely, which
is the idea.

  Luis

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-01 21:19 ` Luis R. Rodriguez
@ 2008-11-02  8:32   ` Nick Kossifidis
  2008-11-02  9:10     ` Nick Kossifidis
  0 siblings, 1 reply; 21+ messages in thread
From: Nick Kossifidis @ 2008-11-02  8:32 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: tim.gardner, mick, linux-wireless, John W. Linville, Bob Copeland

2008/11/1 Luis R. Rodriguez <mcgrof@gmail.com>:
> On Wed, Oct 29, 2008 at 12:19 PM, Tim Gardner <tcanonical@tpi.com> wrote:
>> This commit 'ath5k: Update interrupt masking code' causes stalls under
>> load when built using compat-wireless on 2.6.27. There is no output from
>> dmesg, but it occasionally recovers and moves a few more packets before
>> stalling again. Luis suggested reverting
>> eb9d4e8399181357cb6f6625ba7f849987432c6c which I did. Now it appears to
>> work normally.
>>
>> I also think this patch should be broken into multiple pieces. There
>> appear to be at least 3 functional changes addressed in this single patch.
>
> Agreed, I just tested with the latest wireless-testing and the issue
> is still present. I reviewed the commit but its a big too large to pin
> point the exact issue, my AR5414 goes up but then quickly becomes
> unusable. Nick how about we revert this and you can then split this up
> into a good number of patches to make the review easier and also to be
> able to pin point the exact issue better?
>
> The SHA1 remains the same but just in case the title of the patch is:
>
>   ath5k: Update interrupt masking code
>
> With it reverted I'm cruising and can ditch MadWifi completely, which
> is the idea.
>
>  Luis
>

Code doesn't introduce many functional changes, we can't eg. patch
only the code that reads interrupt status and not the code that masks
interrupts etc. Also if you compare the code with legacy-hal you'll
see that legacy-hal does mostly the same (we just handle all cases and
have better abstraction on ath5k.h + the RXNOFRM/TXNOFRM trick) + most
of the code is about interrupts we don't enable anyway. Anyway i think
i found the problem (on base.c we don't unmask TXDESC on PIMR), i'll
do a few more tests and come back to you asap ;-)


-- 
GPG ID: 0xD21DB2DB
As you read this post global entropy rises. Have Fun ;-)
Nick

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-02  8:32   ` Nick Kossifidis
@ 2008-11-02  9:10     ` Nick Kossifidis
  2008-11-02 18:41       ` Bob Copeland
  2008-11-02 20:40       ` Luis R. Rodriguez
  0 siblings, 2 replies; 21+ messages in thread
From: Nick Kossifidis @ 2008-11-02  9:10 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: tim.gardner, mick, linux-wireless, John W. Linville, Bob Copeland

[-- Attachment #1: Type: text/plain, Size: 2519 bytes --]

2008/11/2 Nick Kossifidis <mickflemm@gmail.com>:
> 2008/11/1 Luis R. Rodriguez <mcgrof@gmail.com>:
>> On Wed, Oct 29, 2008 at 12:19 PM, Tim Gardner <tcanonical@tpi.com> wrote:
>>> This commit 'ath5k: Update interrupt masking code' causes stalls under
>>> load when built using compat-wireless on 2.6.27. There is no output from
>>> dmesg, but it occasionally recovers and moves a few more packets before
>>> stalling again. Luis suggested reverting
>>> eb9d4e8399181357cb6f6625ba7f849987432c6c which I did. Now it appears to
>>> work normally.
>>>
>>> I also think this patch should be broken into multiple pieces. There
>>> appear to be at least 3 functional changes addressed in this single patch.
>>
>> Agreed, I just tested with the latest wireless-testing and the issue
>> is still present. I reviewed the commit but its a big too large to pin
>> point the exact issue, my AR5414 goes up but then quickly becomes
>> unusable. Nick how about we revert this and you can then split this up
>> into a good number of patches to make the review easier and also to be
>> able to pin point the exact issue better?
>>
>> The SHA1 remains the same but just in case the title of the patch is:
>>
>>   ath5k: Update interrupt masking code
>>
>> With it reverted I'm cruising and can ditch MadWifi completely, which
>> is the idea.
>>
>>  Luis
>>
>

Can you test the attached patch ?

It works for me (tested on a AR5413)...

makis linux # iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[  4] local 192.168.1.104 port 5001 connected with 192.168.1.10 port 43192
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.6 sec  21.8 MBytes  17.2 Mbits/sec

makis linux # iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wmaster0  no wireless extensions.

wlan1     IEEE 802.11abg  ESSID:"MickFlemm"
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:1D:7E:AE:95:44
          Bit Rate=24 Mb/s   Tx-Power=20 dBm
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B
          Encryption key:off
          Power Management:off
          Link Quality=97/100  Signal level:-60 dBm  Noise level=-94 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0





-- 
GPG ID: 0xD21DB2DB
As you read this post global entropy rises. Have Fun ;-)
Nick

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: ath5k-imr.patch --]
[-- Type: text/x-patch; name=ath5k-imr.patch, Size: 728 bytes --]

diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c
index 5ef8cc4..f5f46fe 100644
--- a/drivers/net/wireless/ath5k/base.c
+++ b/drivers/net/wireless/ath5k/base.c
@@ -2219,9 +2219,9 @@ ath5k_init(struct ath5k_softc *sc, bool is_resume)
 	 */
 	sc->curchan = sc->hw->conf.channel;
 	sc->curband = &sc->sbands[sc->curchan->band];
-	sc->imask = AR5K_INT_RXOK | AR5K_INT_TXOK | AR5K_INT_RXEOL |
-		AR5K_INT_RXORN | AR5K_INT_FATAL | AR5K_INT_GLOBAL |
-		AR5K_INT_MIB;
+	sc->imask = AR5K_INT_RXOK | AR5K_INT_RXERR | AR5K_INT_RXEOL |
+		AR5K_INT_RXORN | AR5K_INT_TXDESC | AR5K_INT_TXEOL |
+		AR5K_INT_FATAL | AR5K_INT_GLOBAL | AR5K_INT_MIB;
 	ret = ath5k_reset(sc, false, false);
 	if (ret)
 		goto done;

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-02  9:10     ` Nick Kossifidis
@ 2008-11-02 18:41       ` Bob Copeland
  2008-11-02 20:49         ` Luis R. Rodriguez
  2008-11-02 20:40       ` Luis R. Rodriguez
  1 sibling, 1 reply; 21+ messages in thread
From: Bob Copeland @ 2008-11-02 18:41 UTC (permalink / raw)
  To: Nick Kossifidis
  Cc: Luis R. Rodriguez, tim.gardner, mick, linux-wireless,
	John W. Linville

On Sun, Nov 02, 2008 at 11:10:04AM +0200, Nick Kossifidis wrote:
> Can you test the attached patch ?
> 
> It works for me (tested on a AR5413)...
> 
> makis linux # iperf -s
> ------------------------------------------------------------
> Server listening on TCP port 5001
> TCP window size: 85.3 KByte (default)
> ------------------------------------------------------------
> [  4] local 192.168.1.104 port 5001 connected with 192.168.1.10 port 43192
> [ ID] Interval       Transfer     Bandwidth
> [  4]  0.0-10.6 sec  21.8 MBytes  17.2 Mbits/sec

This patch works for me (I was seeing the same stalls).

I somehow managed to trigger this after reloading the module:

Nov  2 13:12:05 sludge kernel: ------------[ cut here ]------------
Nov  2 13:12:05 sludge kernel: WARNING: at net/mac80211/main.c:236
ieee80211_hw_config+0x82/0x8c [mac80211]()
Nov  2 13:12:05 sludge kernel: Modules linked in: ath5k af_packet
sha256_generic aes_i586 aes_generic cbc loop i915 drm binfmt_misc
acpi_cpufreq fan container nls_utf8 hfsplus dm_crypt dm_mod kvm_intel
kvm fuse sbp2 snd_hda_intel snd_pcm_oss snd_pcm snd_mixer_oss appletouch
hid_apple snd_seq_dummy snd_seq_oss arc4 ecb snd_seq_midi usbhid
snd_rawmidi snd_seq_midi_event mac80211 snd_seq ohci1394 snd_timer
snd_seq_device sr_mod ieee1394 sky2 cfg80211 sg cdrom rtc ehci_hcd
uhci_hcd thermal bitrev crc32 snd snd_page_alloc battery ac processor
button evdev unix [last unloaded: ath5k]
Nov  2 13:12:05 sludge kernel: Pid: 9748, comm: ath5k_pci Tainted: G
W  2.6.28-rc2-wl #19
[...]

But I think that was just a coincidence with the hardware getting
stuck in a bad state -- after reboot it was fine.  If not, this at least 
papers over the warning :)

diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c
index a298e8a..0308165 100644
--- a/drivers/net/wireless/ath5k/base.c
+++ b/drivers/net/wireless/ath5k/base.c
@@ -2796,7 +2796,8 @@ ath5k_config(struct ieee80211_hw *hw, u32 changed)
 	sc->bintval = conf->beacon_int;
 	sc->power_level = conf->power_level;
 
-	return ath5k_chan_set(sc, conf->channel);
+	ath5k_chan_set(sc, conf->channel);
+	return 0;
 }
 
 static int
-- 
1.5.4.2.182.gb3092

-- 
Bob Copeland %% www.bobcopeland.com


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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-02  9:10     ` Nick Kossifidis
  2008-11-02 18:41       ` Bob Copeland
@ 2008-11-02 20:40       ` Luis R. Rodriguez
  1 sibling, 0 replies; 21+ messages in thread
From: Luis R. Rodriguez @ 2008-11-02 20:40 UTC (permalink / raw)
  To: Nick Kossifidis
  Cc: tim.gardner, mick, linux-wireless, John W. Linville, Bob Copeland

On Sun, Nov 2, 2008 at 1:10 AM, Nick Kossifidis <mickflemm@gmail.com> wrote:
> 2008/11/2 Nick Kossifidis <mickflemm@gmail.com>:
>> 2008/11/1 Luis R. Rodriguez <mcgrof@gmail.com>:
>>> On Wed, Oct 29, 2008 at 12:19 PM, Tim Gardner <tcanonical@tpi.com> wrote:
>>>> This commit 'ath5k: Update interrupt masking code' causes stalls under
>>>> load when built using compat-wireless on 2.6.27. There is no output from
>>>> dmesg, but it occasionally recovers and moves a few more packets before
>>>> stalling again. Luis suggested reverting
>>>> eb9d4e8399181357cb6f6625ba7f849987432c6c which I did. Now it appears to
>>>> work normally.
>>>>
>>>> I also think this patch should be broken into multiple pieces. There
>>>> appear to be at least 3 functional changes addressed in this single patch.
>>>
>>> Agreed, I just tested with the latest wireless-testing and the issue
>>> is still present. I reviewed the commit but its a big too large to pin
>>> point the exact issue, my AR5414 goes up but then quickly becomes
>>> unusable. Nick how about we revert this and you can then split this up
>>> into a good number of patches to make the review easier and also to be
>>> able to pin point the exact issue better?
>>>
>>> The SHA1 remains the same but just in case the title of the patch is:
>>>
>>>   ath5k: Update interrupt masking code
>>>
>>> With it reverted I'm cruising and can ditch MadWifi completely, which
>>> is the idea.
>>>
>>>  Luis
>>>
>>
>
> Can you test the attached patch ?
>
> It works for me (tested on a AR5413)...

Thanks, that fixes it.

  Luis

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-02 18:41       ` Bob Copeland
@ 2008-11-02 20:49         ` Luis R. Rodriguez
  2008-11-03  7:18           ` Johannes Berg
  0 siblings, 1 reply; 21+ messages in thread
From: Luis R. Rodriguez @ 2008-11-02 20:49 UTC (permalink / raw)
  To: Bob Copeland
  Cc: Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville, Johannes Berg

On Sun, Nov 2, 2008 at 10:41 AM, Bob Copeland <me@bobcopeland.com> wrote:
> On Sun, Nov 02, 2008 at 11:10:04AM +0200, Nick Kossifidis wrote:
>> Can you test the attached patch ?
>>
>> It works for me (tested on a AR5413)...
>>
>> makis linux # iperf -s
>> ------------------------------------------------------------
>> Server listening on TCP port 5001
>> TCP window size: 85.3 KByte (default)
>> ------------------------------------------------------------
>> [  4] local 192.168.1.104 port 5001 connected with 192.168.1.10 port 43192
>> [ ID] Interval       Transfer     Bandwidth
>> [  4]  0.0-10.6 sec  21.8 MBytes  17.2 Mbits/sec
>
> This patch works for me (I was seeing the same stalls).
>
> I somehow managed to trigger this after reloading the module:
>
> Nov  2 13:12:05 sludge kernel: ------------[ cut here ]------------
> Nov  2 13:12:05 sludge kernel: WARNING: at net/mac80211/main.c:236
> ieee80211_hw_config+0x82/0x8c [mac80211]()
> Nov  2 13:12:05 sludge kernel: Modules linked in: ath5k af_packet
> sha256_generic aes_i586 aes_generic cbc loop i915 drm binfmt_misc
> acpi_cpufreq fan container nls_utf8 hfsplus dm_crypt dm_mod kvm_intel
> kvm fuse sbp2 snd_hda_intel snd_pcm_oss snd_pcm snd_mixer_oss appletouch
> hid_apple snd_seq_dummy snd_seq_oss arc4 ecb snd_seq_midi usbhid
> snd_rawmidi snd_seq_midi_event mac80211 snd_seq ohci1394 snd_timer
> snd_seq_device sr_mod ieee1394 sky2 cfg80211 sg cdrom rtc ehci_hcd
> uhci_hcd thermal bitrev crc32 snd snd_page_alloc battery ac processor
> button evdev unix [last unloaded: ath5k]
> Nov  2 13:12:05 sludge kernel: Pid: 9748, comm: ath5k_pci Tainted: G
> W  2.6.28-rc2-wl #19
> [...]
>
> But I think that was just a coincidence with the hardware getting
> stuck in a bad state -- after reboot it was fine.  If not, this at least
> papers over the warning :)
>
> diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c
> index a298e8a..0308165 100644
> --- a/drivers/net/wireless/ath5k/base.c
> +++ b/drivers/net/wireless/ath5k/base.c
> @@ -2796,7 +2796,8 @@ ath5k_config(struct ieee80211_hw *hw, u32 changed)
>        sc->bintval = conf->beacon_int;
>        sc->power_level = conf->power_level;
>
> -       return ath5k_chan_set(sc, conf->channel);
> +       ath5k_chan_set(sc, conf->channel);
> +       return 0;
>  }

Not sure I agree with the WARN_ON() if the driver's mac80211 config()
callback fails. In our case when we tune to a different channel we
have to clear any DMA operations first and then we reset the chip.
Reseting the chip can fail for whatever strange hw issue cases. The
patch fixes the complaint but is the complaint sane?

   Luis

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-02 20:49         ` Luis R. Rodriguez
@ 2008-11-03  7:18           ` Johannes Berg
  2008-11-03  7:29             ` Luis R. Rodriguez
  0 siblings, 1 reply; 21+ messages in thread
From: Johannes Berg @ 2008-11-03  7:18 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Bob Copeland, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

[-- Attachment #1: Type: text/plain, Size: 2926 bytes --]

On Sun, 2008-11-02 at 12:49 -0800, Luis R. Rodriguez wrote:
> On Sun, Nov 2, 2008 at 10:41 AM, Bob Copeland <me@bobcopeland.com> wrote:
> > On Sun, Nov 02, 2008 at 11:10:04AM +0200, Nick Kossifidis wrote:
> >> Can you test the attached patch ?
> >>
> >> It works for me (tested on a AR5413)...
> >>
> >> makis linux # iperf -s
> >> ------------------------------------------------------------
> >> Server listening on TCP port 5001
> >> TCP window size: 85.3 KByte (default)
> >> ------------------------------------------------------------
> >> [  4] local 192.168.1.104 port 5001 connected with 192.168.1.10 port 43192
> >> [ ID] Interval       Transfer     Bandwidth
> >> [  4]  0.0-10.6 sec  21.8 MBytes  17.2 Mbits/sec
> >
> > This patch works for me (I was seeing the same stalls).
> >
> > I somehow managed to trigger this after reloading the module:
> >
> > Nov  2 13:12:05 sludge kernel: ------------[ cut here ]------------
> > Nov  2 13:12:05 sludge kernel: WARNING: at net/mac80211/main.c:236
> > ieee80211_hw_config+0x82/0x8c [mac80211]()
> > Nov  2 13:12:05 sludge kernel: Modules linked in: ath5k af_packet
> > sha256_generic aes_i586 aes_generic cbc loop i915 drm binfmt_misc
> > acpi_cpufreq fan container nls_utf8 hfsplus dm_crypt dm_mod kvm_intel
> > kvm fuse sbp2 snd_hda_intel snd_pcm_oss snd_pcm snd_mixer_oss appletouch
> > hid_apple snd_seq_dummy snd_seq_oss arc4 ecb snd_seq_midi usbhid
> > snd_rawmidi snd_seq_midi_event mac80211 snd_seq ohci1394 snd_timer
> > snd_seq_device sr_mod ieee1394 sky2 cfg80211 sg cdrom rtc ehci_hcd
> > uhci_hcd thermal bitrev crc32 snd snd_page_alloc battery ac processor
> > button evdev unix [last unloaded: ath5k]
> > Nov  2 13:12:05 sludge kernel: Pid: 9748, comm: ath5k_pci Tainted: G
> > W  2.6.28-rc2-wl #19
> > [...]
> >
> > But I think that was just a coincidence with the hardware getting
> > stuck in a bad state -- after reboot it was fine.  If not, this at least
> > papers over the warning :)
> >
> > diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c
> > index a298e8a..0308165 100644
> > --- a/drivers/net/wireless/ath5k/base.c
> > +++ b/drivers/net/wireless/ath5k/base.c
> > @@ -2796,7 +2796,8 @@ ath5k_config(struct ieee80211_hw *hw, u32 changed)
> >        sc->bintval = conf->beacon_int;
> >        sc->power_level = conf->power_level;
> >
> > -       return ath5k_chan_set(sc, conf->channel);
> > +       ath5k_chan_set(sc, conf->channel);
> > +       return 0;
> >  }
> 
> Not sure I agree with the WARN_ON() if the driver's mac80211 config()
> callback fails. In our case when we tune to a different channel we
> have to clear any DMA operations first and then we reset the chip.
> Reseting the chip can fail for whatever strange hw issue cases. The
> patch fixes the complaint but is the complaint sane?

What's mac80211 to do when it fails?

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  7:18           ` Johannes Berg
@ 2008-11-03  7:29             ` Luis R. Rodriguez
  2008-11-03  7:34               ` Johannes Berg
  0 siblings, 1 reply; 21+ messages in thread
From: Luis R. Rodriguez @ 2008-11-03  7:29 UTC (permalink / raw)
  To: Johannes Berg
  Cc: Bob Copeland, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

On Sun, Nov 2, 2008 at 11:18 PM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> On Sun, 2008-11-02 at 12:49 -0800, Luis R. Rodriguez wrote:
>> On Sun, Nov 2, 2008 at 10:41 AM, Bob Copeland <me@bobcopeland.com> wrote:
>> > On Sun, Nov 02, 2008 at 11:10:04AM +0200, Nick Kossifidis wrote:
>> >> Can you test the attached patch ?
>> >>
>> >> It works for me (tested on a AR5413)...
>> >>
>> >> makis linux # iperf -s
>> >> ------------------------------------------------------------
>> >> Server listening on TCP port 5001
>> >> TCP window size: 85.3 KByte (default)
>> >> ------------------------------------------------------------
>> >> [  4] local 192.168.1.104 port 5001 connected with 192.168.1.10 port 43192
>> >> [ ID] Interval       Transfer     Bandwidth
>> >> [  4]  0.0-10.6 sec  21.8 MBytes  17.2 Mbits/sec
>> >
>> > This patch works for me (I was seeing the same stalls).
>> >
>> > I somehow managed to trigger this after reloading the module:
>> >
>> > Nov  2 13:12:05 sludge kernel: ------------[ cut here ]------------
>> > Nov  2 13:12:05 sludge kernel: WARNING: at net/mac80211/main.c:236
>> > ieee80211_hw_config+0x82/0x8c [mac80211]()
>> > Nov  2 13:12:05 sludge kernel: Modules linked in: ath5k af_packet
>> > sha256_generic aes_i586 aes_generic cbc loop i915 drm binfmt_misc
>> > acpi_cpufreq fan container nls_utf8 hfsplus dm_crypt dm_mod kvm_intel
>> > kvm fuse sbp2 snd_hda_intel snd_pcm_oss snd_pcm snd_mixer_oss appletouch
>> > hid_apple snd_seq_dummy snd_seq_oss arc4 ecb snd_seq_midi usbhid
>> > snd_rawmidi snd_seq_midi_event mac80211 snd_seq ohci1394 snd_timer
>> > snd_seq_device sr_mod ieee1394 sky2 cfg80211 sg cdrom rtc ehci_hcd
>> > uhci_hcd thermal bitrev crc32 snd snd_page_alloc battery ac processor
>> > button evdev unix [last unloaded: ath5k]
>> > Nov  2 13:12:05 sludge kernel: Pid: 9748, comm: ath5k_pci Tainted: G
>> > W  2.6.28-rc2-wl #19
>> > [...]
>> >
>> > But I think that was just a coincidence with the hardware getting
>> > stuck in a bad state -- after reboot it was fine.  If not, this at least
>> > papers over the warning :)
>> >
>> > diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c
>> > index a298e8a..0308165 100644
>> > --- a/drivers/net/wireless/ath5k/base.c
>> > +++ b/drivers/net/wireless/ath5k/base.c
>> > @@ -2796,7 +2796,8 @@ ath5k_config(struct ieee80211_hw *hw, u32 changed)
>> >        sc->bintval = conf->beacon_int;
>> >        sc->power_level = conf->power_level;
>> >
>> > -       return ath5k_chan_set(sc, conf->channel);
>> > +       ath5k_chan_set(sc, conf->channel);
>> > +       return 0;
>> >  }
>>
>> Not sure I agree with the WARN_ON() if the driver's mac80211 config()
>> callback fails. In our case when we tune to a different channel we
>> have to clear any DMA operations first and then we reset the chip.
>> Reseting the chip can fail for whatever strange hw issue cases. The
>> patch fixes the complaint but is the complaint sane?
>
> What's mac80211 to do when it fails?

How about a shiny new nl80211 event?

  Luis

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  7:29             ` Luis R. Rodriguez
@ 2008-11-03  7:34               ` Johannes Berg
  2008-11-03  7:51                 ` Luis R. Rodriguez
  0 siblings, 1 reply; 21+ messages in thread
From: Johannes Berg @ 2008-11-03  7:34 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Bob Copeland, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

On Sun, 2008-11-02 at 23:29 -0800, Luis R. Rodriguez wrote:

> >> Not sure I agree with the WARN_ON() if the driver's mac80211 config()
> >> callback fails. In our case when we tune to a different channel we
> >> have to clear any DMA operations first and then we reset the chip.
> >> Reseting the chip can fail for whatever strange hw issue cases. The
> >> patch fixes the complaint but is the complaint sane?
> >
> > What's mac80211 to do when it fails?
> 
> How about a shiny new nl80211 event?

And wtf would userspace do?

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  7:34               ` Johannes Berg
@ 2008-11-03  7:51                 ` Luis R. Rodriguez
  2008-11-03  7:54                   ` Johannes Berg
  0 siblings, 1 reply; 21+ messages in thread
From: Luis R. Rodriguez @ 2008-11-03  7:51 UTC (permalink / raw)
  To: Johannes Berg
  Cc: Bob Copeland, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

On Sun, Nov 2, 2008 at 11:34 PM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> On Sun, 2008-11-02 at 23:29 -0800, Luis R. Rodriguez wrote:
>
>> >> Not sure I agree with the WARN_ON() if the driver's mac80211 config()
>> >> callback fails. In our case when we tune to a different channel we
>> >> have to clear any DMA operations first and then we reset the chip.
>> >> Reseting the chip can fail for whatever strange hw issue cases. The
>> >> patch fixes the complaint but is the complaint sane?
>> >
>> > What's mac80211 to do when it fails?
>>
>> How about a shiny new nl80211 event?
>
> And wtf would userspace do?

If multiple configuration attempts fail perhaps stop trying, and
inform the user?

  Luis

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  7:51                 ` Luis R. Rodriguez
@ 2008-11-03  7:54                   ` Johannes Berg
  2008-11-03  8:01                     ` Luis R. Rodriguez
  0 siblings, 1 reply; 21+ messages in thread
From: Johannes Berg @ 2008-11-03  7:54 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Bob Copeland, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]

On Sun, 2008-11-02 at 23:51 -0800, Luis R. Rodriguez wrote:
> On Sun, Nov 2, 2008 at 11:34 PM, Johannes Berg
> <johannes@sipsolutions.net> wrote:
> > On Sun, 2008-11-02 at 23:29 -0800, Luis R. Rodriguez wrote:
> >
> >> >> Not sure I agree with the WARN_ON() if the driver's mac80211 config()
> >> >> callback fails. In our case when we tune to a different channel we
> >> >> have to clear any DMA operations first and then we reset the chip.
> >> >> Reseting the chip can fail for whatever strange hw issue cases. The
> >> >> patch fixes the complaint but is the complaint sane?
> >> >
> >> > What's mac80211 to do when it fails?
> >>
> >> How about a shiny new nl80211 event?
> >
> > And wtf would userspace do?
> 
> If multiple configuration attempts fail perhaps stop trying, and
> inform the user?

But you're saying it's "normal" to get this failure, so wouldn't it
always do that sooner or later and always say your hw is broken? Also,
that's a bad thing to do in userspace, imho. Why can it fail here
anyway? hw borked is one obvious case, but it shouldn't happen enough
for this to be a problem yet.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  7:54                   ` Johannes Berg
@ 2008-11-03  8:01                     ` Luis R. Rodriguez
  2008-11-03  8:04                       ` Johannes Berg
  0 siblings, 1 reply; 21+ messages in thread
From: Luis R. Rodriguez @ 2008-11-03  8:01 UTC (permalink / raw)
  To: Johannes Berg
  Cc: Bob Copeland, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

On Sun, Nov 2, 2008 at 11:54 PM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> On Sun, 2008-11-02 at 23:51 -0800, Luis R. Rodriguez wrote:
>> On Sun, Nov 2, 2008 at 11:34 PM, Johannes Berg
>> <johannes@sipsolutions.net> wrote:
>> > On Sun, 2008-11-02 at 23:29 -0800, Luis R. Rodriguez wrote:
>> >
>> >> >> Not sure I agree with the WARN_ON() if the driver's mac80211 config()
>> >> >> callback fails. In our case when we tune to a different channel we
>> >> >> have to clear any DMA operations first and then we reset the chip.
>> >> >> Reseting the chip can fail for whatever strange hw issue cases. The
>> >> >> patch fixes the complaint but is the complaint sane?
>> >> >
>> >> > What's mac80211 to do when it fails?
>> >>
>> >> How about a shiny new nl80211 event?
>> >
>> > And wtf would userspace do?
>>
>> If multiple configuration attempts fail perhaps stop trying, and
>> inform the user?
>
> But you're saying it's "normal" to get this failure,

No, I'm just sayings its possible, right now mac80211 assumes its not
and if it does its because we somehow lied to mac80211 of our
capabilities.

> so wouldn't it
> always do that sooner or later and always say your hw is broken?

Nope

> Also,
> that's a bad thing to do in userspace, imho.

What should we do with these rare failures then?

> Why can it fail here
> anyway?

Look at all the reasons for which a hw reset can fail for ath9k and ath5k.

> hw borked is one obvious case, but it shouldn't happen enough
> for this to be a problem yet.

This I agree with. It is rare, its just possible, right now mac80211
assumes it never will.

  Luis

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  8:01                     ` Luis R. Rodriguez
@ 2008-11-03  8:04                       ` Johannes Berg
  2008-11-03  8:26                         ` Luis R. Rodriguez
  2008-11-04  7:12                         ` Kalle Valo
  0 siblings, 2 replies; 21+ messages in thread
From: Johannes Berg @ 2008-11-03  8:04 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Bob Copeland, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

[-- Attachment #1: Type: text/plain, Size: 1128 bytes --]

On Mon, 2008-11-03 at 00:01 -0800, Luis R. Rodriguez wrote:

> > But you're saying it's "normal" to get this failure,
> 
> No, I'm just sayings its possible, right now mac80211 assumes its not
> and if it does its because we somehow lied to mac80211 of our
> capabilities.

Well, yes, sort of.

> > so wouldn't it
> > always do that sooner or later and always say your hw is broken?
> 
> Nope

Why not?

> > Also,
> > that's a bad thing to do in userspace, imho.
> 
> What should we do with these rare failures then?

print an error message? ignore them? try again?

> > hw borked is one obvious case, but it shouldn't happen enough
> > for this to be a problem yet.
> 
> This I agree with. It is rare, its just possible, right now mac80211
> assumes it never will.

It's _always_ assumed that by ignoring the return value, now it's just
noisy about it because clearly it doesn't like when the driver fails to
do what it wants since then the hw and sw states get out of sync. I
really don't see what to do other than retry maybe, but that might well
be done in the driver instead.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  8:04                       ` Johannes Berg
@ 2008-11-03  8:26                         ` Luis R. Rodriguez
  2008-11-03  8:30                           ` Johannes Berg
  2008-11-03 14:42                           ` Bob Copeland
  2008-11-04  7:12                         ` Kalle Valo
  1 sibling, 2 replies; 21+ messages in thread
From: Luis R. Rodriguez @ 2008-11-03  8:26 UTC (permalink / raw)
  To: Johannes Berg
  Cc: Bob Copeland, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

On Mon, Nov 3, 2008 at 12:04 AM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> On Mon, 2008-11-03 at 00:01 -0800, Luis R. Rodriguez wrote:
>
>> > But you're saying it's "normal" to get this failure,
>>
>> No, I'm just sayings its possible, right now mac80211 assumes its not
>> and if it does its because we somehow lied to mac80211 of our
>> capabilities.
>
> Well, yes, sort of.
>
>> > so wouldn't it
>> > always do that sooner or later and always say your hw is broken?
>>
>> Nope
>
> Why not?
>
>> > Also,
>> > that's a bad thing to do in userspace, imho.
>>
>> What should we do with these rare failures then?
>
> print an error message? ignore them? try again?

I'd prefer a simple error print than a WARN_ON().

>> > hw borked is one obvious case, but it shouldn't happen enough
>> > for this to be a problem yet.
>>
>> This I agree with. It is rare, its just possible, right now mac80211
>> assumes it never will.
>
> It's _always_ assumed that by ignoring the return value, now it's just
> noisy about it because clearly it doesn't like when the driver fails to
> do what it wants since then the hw and sw states get out of sync. I
> really don't see what to do other than retry maybe, but that might well
> be done in the driver instead.

As can be seen from the patch suggested what some drivers will end up
doing is just ignoring failures but I guess that can be up to the
drivers to deal with as you are suggesting. I'd be inclined to try to
disable the device in case of a few failed resets to be specific with
ath5k. Would mac80211 want to be informed of that through the return
value? Is the WARN still appropriate?

  Luis

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  8:26                         ` Luis R. Rodriguez
@ 2008-11-03  8:30                           ` Johannes Berg
  2008-11-03  8:40                             ` Luis R. Rodriguez
  2008-11-03 14:42                           ` Bob Copeland
  1 sibling, 1 reply; 21+ messages in thread
From: Johannes Berg @ 2008-11-03  8:30 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Bob Copeland, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

[-- Attachment #1: Type: text/plain, Size: 1581 bytes --]

On Mon, 2008-11-03 at 00:26 -0800, Luis R. Rodriguez wrote:

> >> What should we do with these rare failures then?
> >
> > print an error message? ignore them? try again?
> 
> I'd prefer a simple error print than a WARN_ON().

Just so you don't get blamed on kerneloops.org? :)

> >> > hw borked is one obvious case, but it shouldn't happen enough
> >> > for this to be a problem yet.
> >>
> >> This I agree with. It is rare, its just possible, right now mac80211
> >> assumes it never will.
> >
> > It's _always_ assumed that by ignoring the return value, now it's just
> > noisy about it because clearly it doesn't like when the driver fails to
> > do what it wants since then the hw and sw states get out of sync. I
> > really don't see what to do other than retry maybe, but that might well
> > be done in the driver instead.
> 
> As can be seen from the patch suggested what some drivers will end up
> doing is just ignoring failures but I guess that can be up to the
> drivers to deal with as you are suggesting. I'd be inclined to try to
> disable the device in case of a few failed resets to be specific with
> ath5k. Would mac80211 want to be informed of that through the return
> value? Is the WARN still appropriate?

I think the warning is appropriate, yes, since mac80211 has no concept
of failing hardware configuration. You're free to add such a concept,
but I really don't know what mac80211 would be supposed to do when
things fail, just try to stop/start? panic()? Instruct the user to
reboot? to swap hardware? See?

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  8:30                           ` Johannes Berg
@ 2008-11-03  8:40                             ` Luis R. Rodriguez
  2008-11-04  0:15                               ` reinette chatre
  0 siblings, 1 reply; 21+ messages in thread
From: Luis R. Rodriguez @ 2008-11-03  8:40 UTC (permalink / raw)
  To: Johannes Berg
  Cc: Bob Copeland, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

On Mon, Nov 3, 2008 at 12:30 AM, Johannes Berg
<johannes@sipsolutions.net> wrote:
> On Mon, 2008-11-03 at 00:26 -0800, Luis R. Rodriguez wrote:
>
>> >> What should we do with these rare failures then?
>> >
>> > print an error message? ignore them? try again?
>>
>> I'd prefer a simple error print than a WARN_ON().
>
> Just so you don't get blamed on kerneloops.org? :)

No because like I said a hw reset can fail and don't think software
should be blamed. Right now we do that.

>> >> > hw borked is one obvious case, but it shouldn't happen enough
>> >> > for this to be a problem yet.
>> >>
>> >> This I agree with. It is rare, its just possible, right now mac80211
>> >> assumes it never will.
>> >
>> > It's _always_ assumed that by ignoring the return value, now it's just
>> > noisy about it because clearly it doesn't like when the driver fails to
>> > do what it wants since then the hw and sw states get out of sync. I
>> > really don't see what to do other than retry maybe, but that might well
>> > be done in the driver instead.
>>
>> As can be seen from the patch suggested what some drivers will end up
>> doing is just ignoring failures but I guess that can be up to the
>> drivers to deal with as you are suggesting. I'd be inclined to try to
>> disable the device in case of a few failed resets to be specific with
>> ath5k. Would mac80211 want to be informed of that through the return
>> value? Is the WARN still appropriate?
>
> I think the warning is appropriate, yes, since mac80211 has no concept
> of failing hardware configuration. You're free to add such a concept,
> but I really don't know what mac80211 would be supposed to do when
> things fail, just try to stop/start? panic()? Instruct the user to
> reboot? to swap hardware? See?

Sure, OK then the error will be "deal with".

  Luis

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  8:26                         ` Luis R. Rodriguez
  2008-11-03  8:30                           ` Johannes Berg
@ 2008-11-03 14:42                           ` Bob Copeland
  1 sibling, 0 replies; 21+ messages in thread
From: Bob Copeland @ 2008-11-03 14:42 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Johannes Berg, Nick Kossifidis, tim.gardner, mick, linux-wireless,
	John W. Linville

On Mon, Nov 3, 2008 at 3:26 AM, Luis R. Rodriguez <mcgrof@gmail.com> wrote:
> As can be seen from the patch suggested what some drivers will end up
> doing is just ignoring failures but I guess that can be up to the
> drivers to deal with as you are suggesting.

FWIW my patch returning 0 in every case wasn't to be taken seriously.
However, in my case I got a never-ending series of such warnings which
was not a particularly nice failure scenario as opposed to something
like "ath0: hardware is hosed, disabling."  That's certainly something
the driver could do (but then why bother returning anything from the
function?)

-- 
Bob Copeland %% www.bobcopeland.com

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  8:40                             ` Luis R. Rodriguez
@ 2008-11-04  0:15                               ` reinette chatre
  0 siblings, 0 replies; 21+ messages in thread
From: reinette chatre @ 2008-11-04  0:15 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Johannes Berg, Bob Copeland, Nick Kossifidis,
	tim.gardner@canonical.com, mick@madwifi.org,
	linux-wireless@vger.kernel.org, John W. Linville

On Mon, 2008-11-03 at 00:40 -0800, Luis R. Rodriguez wrote:
> On Mon, Nov 3, 2008 at 12:30 AM, Johannes Berg
> <johannes@sipsolutions.net> wrote:
> > On Mon, 2008-11-03 at 00:26 -0800, Luis R. Rodriguez wrote:
> >
> >> >> What should we do with these rare failures then?
> >> >
> >> > print an error message? ignore them? try again?
> >>
> >> I'd prefer a simple error print than a WARN_ON().
> >
> > Just so you don't get blamed on kerneloops.org? :)
> 
> No because like I said a hw reset can fail and don't think software
> should be blamed. Right now we do that.

fyi ...

We also have to deal with this in iwlwifi now because the driver chooses
not to send commands to the hardware if rfkill is enabled. If this is
the case (command needs to go to hw, but rfkill is enabled) then we
currently return an error ... triggering this warning. 

We cannot return success in this case and queuing the command for later
does not make sense. 

Reinette



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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-03  8:04                       ` Johannes Berg
  2008-11-03  8:26                         ` Luis R. Rodriguez
@ 2008-11-04  7:12                         ` Kalle Valo
  2008-11-04  8:38                           ` Tomas Winkler
  1 sibling, 1 reply; 21+ messages in thread
From: Kalle Valo @ 2008-11-04  7:12 UTC (permalink / raw)
  To: Johannes Berg
  Cc: Luis R. Rodriguez, Bob Copeland, Nick Kossifidis, tim.gardner,
	mick, linux-wireless, John W. Linville

Johannes Berg <johannes@sipsolutions.net> writes:

>> > Also,
>> > that's a bad thing to do in userspace, imho.
>> 
>> What should we do with these rare failures then?
>
> print an error message? ignore them? try again?

I would say that try few (three?) times and if it still fails, restart
firmware and push the same settings again to the firmware. There's
very little that mac80211 could do here, driver has to make the
decisions in case like this.

-- 
Kalle Valo

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

* Re: wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls
  2008-11-04  7:12                         ` Kalle Valo
@ 2008-11-04  8:38                           ` Tomas Winkler
  0 siblings, 0 replies; 21+ messages in thread
From: Tomas Winkler @ 2008-11-04  8:38 UTC (permalink / raw)
  To: Kalle Valo
  Cc: Johannes Berg, Luis R. Rodriguez, Bob Copeland, Nick Kossifidis,
	tim.gardner, mick, linux-wireless, John W. Linville

On Tue, Nov 4, 2008 at 9:12 AM, Kalle Valo <kalle.valo@nokia.com> wrote:
> Johannes Berg <johannes@sipsolutions.net> writes:
>
>>> > Also,
>>> > that's a bad thing to do in userspace, imho.
>>>
>>> What should we do with these rare failures then?
>>
>> print an error message? ignore them? try again?
>
> I would say that try few (three?) times and if it still fails, restart
> firmware and push the same settings again to the firmware. There's
> very little that mac80211 could do here, driver has to make the
> decisions in case like this.

Mac should be aware that card is iin TODO list.
Tomas

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

end of thread, other threads:[~2008-11-04  8:38 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29 19:19 wireless-testing commit eb9d4e8399181357cb6f6625ba7f849987432c6c causes stalls Tim Gardner
2008-11-01 21:19 ` Luis R. Rodriguez
2008-11-02  8:32   ` Nick Kossifidis
2008-11-02  9:10     ` Nick Kossifidis
2008-11-02 18:41       ` Bob Copeland
2008-11-02 20:49         ` Luis R. Rodriguez
2008-11-03  7:18           ` Johannes Berg
2008-11-03  7:29             ` Luis R. Rodriguez
2008-11-03  7:34               ` Johannes Berg
2008-11-03  7:51                 ` Luis R. Rodriguez
2008-11-03  7:54                   ` Johannes Berg
2008-11-03  8:01                     ` Luis R. Rodriguez
2008-11-03  8:04                       ` Johannes Berg
2008-11-03  8:26                         ` Luis R. Rodriguez
2008-11-03  8:30                           ` Johannes Berg
2008-11-03  8:40                             ` Luis R. Rodriguez
2008-11-04  0:15                               ` reinette chatre
2008-11-03 14:42                           ` Bob Copeland
2008-11-04  7:12                         ` Kalle Valo
2008-11-04  8:38                           ` Tomas Winkler
2008-11-02 20:40       ` 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).