On Mon, 2008-05-12 at 03:27 +0300, Nick Kossifidis wrote:
> Another test...
> http://www.kernel.org/pub/linux/kernel/people/mickflemm/ath5k-2425-test4.tar.bz2

First of all, a patch is needed to make it compile:

--- debug.c
+++ debug.c
@@ -129,7 +129,7 @@ static struct reg regs[] = {
        REG_STRUCT_INIT(AR5K_CPC1),
        REG_STRUCT_INIT(AR5K_CPC2),
        REG_STRUCT_INIT(AR5K_CPC3),
-       REG_STRUCT_INIT(AR5K_CPCORN),
+       REG_STRUCT_INIT(AR5K_CPCOVF),
        REG_STRUCT_INIT(AR5K_RESET_CTL),
        REG_STRUCT_INIT(AR5K_SLEEP_CTL),
        REG_STRUCT_INIT(AR5K_INTPEND),

The results are the same.  The driver loads and unloads, but nothing is
transmitted on air during scanning and not packets are received, even in
monitor mode.

Kernel messages:

[ 1257.341620] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> 
IRQ 17
[ 1257.344521] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 1257.347884] ath5k_pci 0000:03:00.0: registered as 'phy5'
[ 1257.356090] ath5k phy5: Support for RF2425 is under development.
[ 1257.397882] phy5: Selected rate control algorithm 'pid'
[ 1257.401344] ath5k phy5: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[ 1257.418769] udev: renamed network interface wlan0 to wlan1

-- 
Regards,
Pavel Roskin
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to