On Sun, 2008-03-30 at 20:05 +0300, Nick Kossifidis wrote: 
> Hello ppl,
> 
> I've put up a tarball with some work on 2425, can you plz test it and
> let me know how it goes ?
> 
> http://www.kernel.org/pub/linux/kernel/people/mickflemm/ath5k-2425-test2.tar.bz2
> 
> There's a good chance i missed something but it's a start (i've put
> inside the initial values and rf registers etc + some stuff on attach
> function).

That's great news!

I tested it with my Abit PCIe card, and that's what I see in the kernel
log:

ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:03:00.0 to 64
ath5k_pci 0000:03:00.0: registered as 'phy0'
phy0: Selected rate control algorithm 'pid'
ath5k phy0: Atheros AR5418 chip found (MAC: 0xe2, PHY: 0x70)

The interface is registered.  I tried scanning in managed mode, but I
don't get any replies.  I don't even see probe requests in Wireshark on
a separate machine nearby.

I also tried monitor mode, but got no packets.  I guess both receiving
and transmitting are broken.  The same driver is working fine with a
5212 card, so it's not a breakage for all devices.

ath_info is working, albeit with a warning:

# ath_info dfbf0000
Warning: Invalid EEPROM Magic number!
 -==Device Information==-
MAC Version:  2425  (0xe0)
MAC Revision: 2425  (0xe2)
PHY Revision: 5110  (0x00)
 -==EEPROM Information==-
EEPROM Version:     5.3
EEPROM Size:        4K
Regulatory Domain:  0x60
 -==== Capabilities ====-
|  802.11a Support: no   |
|  802.11b Support: no   |
|  802.11g Support: yes  |
|  RFKill  Support: no   |
|  32KHz   Crystal: no   |
 ========================
GPIO registers: CR 00000000 DO 00000000 DI 0000000b

# lspci -nv -s 03:00.0
03:00.0 0200: 168c:001c (rev 01)
        Subsystem: 147b:1033
        Flags: bus master, fast devsel, latency 0, IRQ 316
        Memory at dfbf0000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: [40] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable+
        Capabilities: [60] Express Legacy Endpoint, MSI 00
        Capabilities: [90] MSI-X: Enable- Mask- TabSize=1
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [140] Virtual Channel <?>
        Kernel driver in use: ath5k_pci
        Kernel modules: ath5k

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

Reply via email to