Re: [ath5k-devel] ATH5K in AP mode and ath5k phy0: failed to warm reset the MAC Chip errors

2010-03-20 Thread Bob Copeland
On Fri, Mar 19, 2010 at 08:43:54AM -0700, Joerg Pommnitz wrote: Bob, to identify the problem I had a printk in ath5k_hw_register_timeout printing the remaining loops. Normally it took only very few loops for the register to change to the target value (loops remaining in the range of

Re: [ath5k-devel] [AR2425] TX death on high load

2010-03-20 Thread Maxim Levitsky
On Sun, 2010-03-14 at 18:33 +0200, Maxim Levitsky wrote: Hi, I have some interesting results in regard to long transmission blackouts I experience with my ath5k based wifi card (AR2424 inside aspire one). This is very old issue, and unfortunately I didn't have time to debug it properly.

[ath5k-devel] can't add ath5k into bridge on kernel =2.6.33

2010-03-20 Thread Jiri Moravec
I can't add wlan0 interface into bridge with kernel = 2.6.33. Am I alone with such problem? 2.6.32.10: -- ~ # modprobe ath5k ~ # brctl addbr br0 ~ # brctl addif br0 wlan0 ~ # brctl show bridge name bridge id

Re: [ath5k-devel] [PATCH 1/3] ath5k: rework calibration timer

2010-03-20 Thread Bruno Randolf
On Saturday 20 March 2010 01:55:49 Luis R. Rodriguez wrote: On Fri, Mar 19, 2010 at 03:09:36AM -0700, Bruno Randolf wrote: From: Bruno Randolf b...@einfach.org - we don't need to generate a software interrupt (SWI) just to schedule a tasklet - we can just schedule the tasklet