Re: [ath5k-devel] [PATCH v7 0/9] ath5k: Add AHB support

2010-12-03 Thread Sedat Dilek
d you >> linvi...@tuxdriver.com                  might be all we have.  Be ready. > > This patchset is causing troubles here on a AR5212. > > # lspci -nnvv | grep -i ath > 02:02.0 Ethernet controller [0200]: Atheros Communications Inc. AR5212 > 802.11abg NIC [168c:1014] (rev

Re: [ath5k-devel] [PATCH v7 0/9] ath5k: Add AHB support

2010-12-03 Thread Sedat Dilek
here on a AR5212. # lspci -nnvv | grep -i ath 02:02.0 Ethernet controller [0200]: Atheros Communications Inc. AR5212 802.11abg NIC [168c:1014] (rev 01) Kernel driver in use: ath5k With linux-next (next 20101203) I have to revert the 9 patches and apply the 6 patches from Nick to regain a stab

[ath5k-devel] ath5k becomes unusable after xx mins of idle

2010-12-03 Thread Mark Williams
Hi all, I have an eeePC with the "Atheros Communications Inc. AR5001 Wireless Network Adapter". Im running emdebian with a custom 2.6.35.7 built kernel. I connect to my WAP using: modprobe -r ath5k modprobe ath5k wpa_supplicant -B -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 ifconfig wlan0 1

Re: [ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2010-12-03 Thread Bob Copeland
On Fri, Dec 3, 2010 at 9:55 AM, John W. Linville wrote: > On Fri, Dec 03, 2010 at 06:03:00AM +0200, Nick Kossifidis wrote: >>  * By skipping tx power table calibration we also skip setting >>  tx power table on hw. Make sure we always write tx power table >>  on hw since it gets cleared on reset.

Re: [ath5k-devel] [PATCH 5/6] ath5k: Update version string

2010-12-03 Thread John W. Linville
On Thu, Dec 02, 2010 at 08:17:41PM -0800, Luis R. Rodriguez wrote: > On Thu, Dec 2, 2010 at 8:11 PM, Nick Kossifidis wrote: > >  * Change version number, we've added various new features lately. > >  We need to find a way to maintain this, maybe on each kernel release > >  or something. Also remov

Re: [ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2010-12-03 Thread John W. Linville
On Fri, Dec 03, 2010 at 06:03:00AM +0200, Nick Kossifidis wrote: > * By skipping tx power table calibration we also skip setting > tx power table on hw. Make sure we always write tx power table > on hw since it gets cleared on reset. > > Signed-off-by: Nick Kossifidis Hey, Nick -- just a pro

Re: [ath5k-devel] ath5k on AR2315 WiSoC

2010-12-03 Thread Wojciech Dubowik
> Hi, > > > Hi Wojciech, > > > >>> Hi all, > >>> > >>> I am trying to switch from madwifi to ath5k on AR2315 WiSoC (Fon > >>> 2100A) using patches from Wojciech and Felix but at module > loading > >>> the > >>> driver is not able to attach the HW. In particular it seems that > >>> ath5k > >>> is n

Re: [ath5k-devel] [PATCH 5/6] ath5k: Update version string

2010-12-03 Thread Sedat Dilek
s."); >  MODULE_SUPPORTED_DEVICE("Atheros 5xxx WLAN cards"); >  MODULE_LICENSE("Dual BSD/GPL"); > -MODULE_VERSION("0.6.0 (EXPERIMENTAL)"); > +MODULE_VERSION("0.7.0"); > >  static int ath5k_reset(struct ath5k_softc *sc, struct ieee80211_channel

Re: [ath5k-devel] [PATCH 6/6] ath5k: Include tx ack reporting on hw flags

2010-12-03 Thread Sedat Dilek
Tested-by: Sedat Dilek On Fri, Dec 3, 2010 at 5:12 AM, Nick Kossifidis wrote: >  * Since we report tx acks to the protocol stack, add the needed >  flag to hw_flags. This way we'll also use the new AP probing mechanism. > >  Signed-off-by: Nick Kossifidis > > --- >  drivers/net/wireless/ath/ath

Re: [ath5k-devel] [PATCH 5/6] ath5k: Update version string

2010-12-03 Thread Sedat Dilek
Tested-by: Sedat Dilek On Fri, Dec 3, 2010 at 5:11 AM, Nick Kossifidis wrote: >  * Change version number, we've added various new features lately. >  We need to find a way to maintain this, maybe on each kernel release >  or something. Also remove "EXPERIMENTAL", we aren't experimental any >  mo

Re: [ath5k-devel] [PATCH 3/6] ath5k: Disable ANI during reset

2010-12-03 Thread Sedat Dilek
Tested-by: Sedat Dilek On Fri, Dec 3, 2010 at 5:07 AM, Nick Kossifidis wrote: >  * Stop ANI durring reset to prevent false PHY error reports > >  Signed-off-by: Nick Kossifidis > > --- >  drivers/net/wireless/ath/ath5k/base.c |   10 -- >  1 files changed, 8 insertions(+), 2 deletions(-)

Re: [ath5k-devel] [PATCH 4/6] ath5k: Fix reporting of RX dma stop failure

2010-12-03 Thread Sedat Dilek
Tested-by: Sedat Dilek On Fri, Dec 3, 2010 at 5:09 AM, Nick Kossifidis wrote: >  * Correctly report failure to stop RX DMA > >  Signed-off-by: Nick Kossifidis > > --- >  drivers/net/wireless/ath/ath5k/dma.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/n

Re: [ath5k-devel] [PATCH 1/6] ath5k: Always write tx powertable on hw

2010-12-03 Thread Sedat Dilek
Tested-by: Sedat Dilek On Fri, Dec 3, 2010 at 5:03 AM, Nick Kossifidis wrote: >  * By skipping tx power table calibration we also skip setting >  tx power table on hw. Make sure we always write tx power table >  on hw since it gets cleared on reset. > >  Signed-off-by: Nick Kossifidis > > --- >

Re: [ath5k-devel] [PATCH 2/6] ath5k: Always free tx buffers before reset

2010-12-03 Thread Sedat Dilek
Tested-by: Sedat Dilek On Fri, Dec 3, 2010 at 5:05 AM, Nick Kossifidis wrote: >  * Always free tx buffers before reset, since we also empty hw queues. >  If we don't and a queue gets stuck, we'll never decrease txq_len and sw >  will keep thinking the queue is still stuck even after reset. > >  

Re: [ath5k-devel] In response to Hardware encryption on AR5413 broken?

2010-12-03 Thread Stefan Nickl
On 12/02/2010 04:47 PM, Jeroen Avonts wrote: > I can recreate the issue as follows: [...] > Note that wireshark was unable to decrypt the unsuccessful ping message with > the provided key. Hi Jeroen, thanks for reproducing this, makes me feel much less paranoid ;-) -- Stefan Nickl System Engin