Re: [ath5k-devel] channel switching

2009-08-04 Thread Nick Kossifidis
2009/8/5 shashi raj singh : > > In my experiments I transmit 10 pkts on ch1, switch to ch6 send 10 pkts > and switch back to ch1 and repeat the whole process again. same on rx side. > I use ping to generate pkts. Packet size ? > I observed that when I setup the txpower tables for that channel, I

Re: [ath5k-devel] channel switching

2009-08-04 Thread shashi raj singh
--- On Tue, 8/4/09, Nick Kossifidis wrote: > From: Nick Kossifidis > Subject: Re: [ath5k-devel] channel switching > To: "shashi raj singh" > Cc: ath5k-devel@lists.ath5k.org > Date: Tuesday, August 4, 2009, 2:58 PM > 2009/8/4 shashi raj singh : > > > > Hi > > > > I am working on a project that

[ath5k-devel] [PATCH v3] ath5k: fix missing output in monitor mode after ifconfig up

2009-08-04 Thread Joerg Albert
Let ath5k_chan_set() always call ath5k_reset(). This fixes the bug that we don't get any packets in monitor mode after: ifconfig wlan0 down iwconfig wlan0 mode monitor channel 1 ifconfig wlan0 up but they arrive after iwconfig wlan0 channel 2 Signed-off-by: Joerg Albert --- Same version as [

Re: [ath5k-devel] [PATCH v2] ath5k: fix missing output in monitor mode after ifconfig up

2009-08-04 Thread Joerg Albert
On 08/04/2009 05:41 PM, John W. Linville wrote: > On Sun, Aug 02, 2009 at 09:50:58AM +0200, Joerg Albert wrote: >> Let ath5k_chan_set() always call ath5k_reset(). >> This fixes the bug that we don't >> get any packets in monitor mode after: >> >> ifconfig wlan0 down >> iwconfig wlan0 mode monitor c

Re: [ath5k-devel] [PATCH v2] ath5k: fix missing output in monitor mode after ifconfig up

2009-08-04 Thread John W. Linville
On Sun, Aug 02, 2009 at 09:50:58AM +0200, Joerg Albert wrote: > Let ath5k_chan_set() always call ath5k_reset(). > This fixes the bug that we don't > get any packets in monitor mode after: > > ifconfig wlan0 down > iwconfig wlan0 mode monitor channel 1 > ifconfig wlan0 up > > but they arrive after >

Re: [ath5k-devel] AP mode works, but Managed mode does not (anymore): a possible regression?

2009-08-04 Thread Luis R. Rodriguez
On Tue, Aug 04, 2009 at 08:02:14AM -0700, Bob Copeland wrote: > On Tue, Aug 4, 2009 at 5:43 AM, Andrea > Rossato wrote: > > Indeed I can smoothly run my eeepc as an access point and I have the > > second eee pc successfully connected. > > hooray! > > > > > The problem is that by using the git wir

Re: [ath5k-devel] [PATCH 2/4] ath5k: Linear PCDAC code fixes

2009-08-04 Thread Bob Copeland
On Fri, Jul 31, 2009 at 2:31 PM, Nick Kossifidis wrote: >  * Set correct xpd curve indices for high/low gain curves during >   rfbuffer setup on RF5112B with both calibration curves available. > >  * Don't return zero min power when we have the same pcdac value >   twice because it breaks interpola

Re: [ath5k-devel] [PATCH 1/4]: Check EEPROM before tweaking SERDES

2009-08-04 Thread Bob Copeland
On Fri, Jul 31, 2009 at 2:02 PM, Nick Kossifidis wrote: > +       /* Check if PCIE_OFFSET points to PCIE_SERDES_SECTION > +        * and enable serdes programming if needed. > +        * > +        * XXX: Serdes values seem to be fixed so > +        * no need to read them here, we write them > +  

Re: [ath5k-devel] [PATCH v2] ath5k: fix missing output in monitor mode after ifconfig up

2009-08-04 Thread Bob Copeland
On Sun, Aug 2, 2009 at 3:50 AM, Joerg Albert wrote: > Let ath5k_chan_set() always call ath5k_reset(). > This fixes the bug that we don't > get any packets in monitor mode after: Thanks! Looks good. Acked-by: Bob Copeland -- Bob Copeland %% www.bobcopeland.com _

Re: [ath5k-devel] AP mode works, but Managed mode does not (anymore): a possible regression?

2009-08-04 Thread Bob Copeland
On Tue, Aug 4, 2009 at 5:43 AM, Andrea Rossato wrote: > Indeed I can smoothly run my eeepc as an access point and I have the > second eee pc successfully connected. hooray! > > The problem is that by using the git wireless-testing kernel I'm not > able to run my adapter in Managed mode anymore, t

[ath5k-devel] AP mode works, but Managed mode does not (anymore): a possible regression?

2009-08-04 Thread Andrea Rossato
Hi, I own an Eee pc 904, with a Atheros Wireless adapter[1]. I used to run a 2.6.29.4 kernel and wpa_supplicant-0.6.9 to (successfully and smoothly) connect to an AP. Recently I had the need to connect 2 eee PCs by using mine as an access point, so I pulled the wireless testing git repository[2]

Re: [ath5k-devel] channel switching

2009-08-04 Thread Nick Kossifidis
2009/8/4 shashi raj singh : > > Hi > > I am working on a project that involves frequent channel change. what is the > fastest way to change channel. ath5k_hw_reset does lot of other stuff. is > ath5k_hw_channel function sufficient for channel change? > Not if PHY is running (reset sets the chann

[ath5k-devel] channel switching

2009-08-04 Thread shashi raj singh
Hi I am working on a project that involves frequent channel change. what is the fastest way to change channel. ath5k_hw_reset does lot of other stuff. is ath5k_hw_channel function sufficient for channel change? do i need to call any other function after i call ath5k_hw_channel?? like settin