Re: [ath5k-devel] [PATCH] ath5k: add Mesh Point support

2008-07-30 Thread Luis Carlos Cobo
On Mon, 2008-07-28 at 08:45 -0400, Steve Brown wrote: > Although mesh path timeout seems to default to 5000ms, in my testing it > takes about 50 min. Is this really the timeout that removes a node when > it's beacon is off for this period?  When a mesh path timeouts it is marked accordingly and

[ath5k-devel] [PATCH] ath5k: rates cleanup

2008-07-30 Thread Bruno Randolf
cleanup the rates structures used by ath5k. instead of separate driver and mac80211 rate structures we now setup a static ieee80211_rate array and use it directly. no conversion between two different rate structures has to be done any more. a lot of unused and confusing junk was deleted. renamed a

Re: [ath5k-devel] AR5006 is working with MSI disabled

2008-07-30 Thread Fabrizio Regalli
Hi Nick, actually I can't reboot the machine for taking the dmesg at the beginning. Here's my ath_info: lspci -vd 168c: |sed -n 's/.*Memory at \([^ ]*\).*/0x\1/p' 0x9010 ath_info 0x9010 -==Device Information==- MAC Version: 2424 (0xa0) MAC Revision: 5424 (0xa3) Warning: Invalid EEPR

Re: [ath5k-devel] AR5006 is working with MSI disabled

2008-07-30 Thread Nick Kossifidis
2008/7/30 Fabrizio Regalli <[EMAIL PROTECTED]>: > Hi again. > > Today I checked my /var/log/syslog and it's full of this message: > > Jul 30 06:26:30 server kernel: ath5k phy0: noise floor calibration > failed (5745MHz) > Jul 30 06:26:30 server kernel: ath0: failed to set freq to 5745 MHz for scan

Re: [ath5k-devel] AR5006 is working with MSI disabled

2008-07-30 Thread Fabrizio Regalli
Hi again. Today I checked my /var/log/syslog and it's full of this message: Jul 30 06:26:30 server kernel: ath5k phy0: noise floor calibration failed (5745MHz) Jul 30 06:26:30 server kernel: ath0: failed to set freq to 5745 MHz for scan Jul 30 06:26:30 server kernel: ath0: failed to set freq to 5

Re: [ath5k-devel] 2425 tests

2008-07-30 Thread Bob Copeland
On Wed, Jul 30, 2008 at 12:22 AM, Pavel Roskin <[EMAIL PROTECTED]> wrote: > On the other hand, "Automatic kernel module loading" (CONFIG_KMOD) > should have made it completely automatic. Oh, right, the crypto modules are loaded at runtime. Ignore me :) -- Bob Copeland %% www.bobcopeland.com ___

Re: [ath5k-devel] [PATCH 1/12] ath5k: Update register list

2008-07-30 Thread Nick Kossifidis
2008/7/29 John W. Linville <[EMAIL PROTECTED]>: > On Sun, Jul 20, 2008 at 06:30:41AM +0300, Nick Kossifidis wrote: >> * Update list of registers >> * Use updated register macros inside hw.c and initvals.c >> >> Changes-licensed-under: ISC >> Signed-off-by: Nick Kossifidis <[EMAIL PROTECTED]> >