Re: [ath5k-devel] Kernel panic

2010-10-07 Thread Bruno Randolf
On Thu October 7 2010 14:41:18 Jonathan Guerin wrote: I seem to be getting a kernel panic when creating an IBSS with the latest ath5k driver. I remember Bruno submitting patches recently which modifies the behaviour of timestamps in ath5k, so I was wondering if this was related. did i? ;)

Re: [ath5k-devel] [PATCH 4/5] nl80211/mac80211: Add channel utilization to survey

2010-10-07 Thread Helmut Schaa
On Thu, Oct 7, 2010 at 3:03 AM, Bruno Randolf b...@einfach.org wrote: On Wed October 6 2010 18:54:37 Helmut Schaa wrote: On Tue, Oct 5, 2010 at 11:55 AM, Bruno Randolf b...@einfach.org wrote: This adds three new values to the survey results:  * BUSY - percentage of time the channel was

Re: [ath5k-devel] Kernel panic

2010-10-07 Thread Jonathan Guerin
On Thu, Oct 7, 2010 at 4:22 PM, Bruno Randolf b...@einfach.org wrote: On Thu October 7 2010 14:41:18 Jonathan Guerin wrote: I seem to be getting a kernel panic when creating an IBSS with the latest ath5k driver. I remember Bruno submitting patches recently which modifies the behaviour of

Re: [ath5k-devel] [PATCH 4/5] nl80211/mac80211: Add channel utilization to survey

2010-10-07 Thread Jonathan Guerin
On Thu, Oct 7, 2010 at 5:06 PM, Bruno Randolf b...@einfach.org wrote: On Thu October 7 2010 15:51:49 Helmut Schaa wrote: On Thu, Oct 7, 2010 at 3:03 AM, Bruno Randolf b...@einfach.org wrote: On Wed October 6 2010 18:54:37 Helmut Schaa wrote: On Tue, Oct 5, 2010 at 11:55 AM, Bruno Randolf

Re: [ath5k-devel] [PATCH 4/5] nl80211/mac80211: Add channel utilization to survey

2010-10-07 Thread Robert Budde
Why should there be an extension channel in ath5k (agb-hardware)? In ath9k registers are there: #define AR_2040_MODE0x8318 #define AR_2040_JOINED_RX_CLEAR 0x0001 Set Bit to join both channels to count up only if both channels are clear. #define AR_EXTRCCNT 0x8328

Re: [ath5k-devel] [PATCH 4/5] nl80211/mac80211: Add channel utilization to survey

2010-10-07 Thread Helmut Schaa
On Thu, Oct 7, 2010 at 9:06 AM, Bruno Randolf b...@einfach.org wrote: which units do you have for the busy time? what about other drivers? in ath[59]k we have it as cycles (which is about 1/44000 of a second, depending on the mode). so it counts up rather fast. We've got the busy time in [us]

Re: [ath5k-devel] adhoc mode atheros communication ar5413 802.11abg

2010-10-07 Thread yassine antir
don't use connect, use ibss join... neither connect nor join is working. load ath5k modules i have checked the modules is any one missing ? lsmod|grep ath ath5k 95252 0 mac80211 199728 1 ath5k led_class 3896 1 ath5k cfg80211 23380

Re: [ath5k-devel] Kernel panic

2010-10-07 Thread Jonathan Guerin
On Thu, Oct 7, 2010 at 4:22 PM, Bruno Randolf b...@einfach.org wrote: On Thu October 7 2010 14:41:18 Jonathan Guerin wrote: I seem to be getting a kernel panic when creating an IBSS with the latest ath5k driver. I remember Bruno submitting patches recently which modifies the behaviour of

Re: [ath5k-devel] Kernel panic

2010-10-07 Thread Ben Greear
On 10/07/2010 08:12 PM, Jonathan Guerin wrote: On Thu, Oct 7, 2010 at 4:22 PM, Bruno Randolfb...@einfach.org wrote: On Thu October 7 2010 14:41:18 Jonathan Guerin wrote: I seem to be getting a kernel panic when creating an IBSS with the latest ath5k driver. I remember Bruno submitting patches

Re: [ath5k-devel] Kernel panic

2010-10-07 Thread Bruno Randolf
On Fri October 8 2010 13:05:51 Ben Greear wrote: On 10/07/2010 08:12 PM, Jonathan Guerin wrote: On Thu, Oct 7, 2010 at 4:22 PM, Bruno Randolfb...@einfach.org wrote: On Thu October 7 2010 14:41:18 Jonathan Guerin wrote: I seem to be getting a kernel panic when creating an IBSS with the

Re: [ath5k-devel] Kernel panic

2010-10-07 Thread Jonathan Guerin
On Fri, Oct 8, 2010 at 2:10 PM, Bruno Randolf b...@einfach.org wrote: On Fri October 8 2010 13:05:51 Ben Greear wrote: On 10/07/2010 08:12 PM, Jonathan Guerin wrote: On Thu, Oct 7, 2010 at 4:22 PM, Bruno Randolfb...@einfach.org  wrote: On Thu October 7 2010 14:41:18 Jonathan Guerin wrote: