]> git.baikalelectronics.ru Git - kernel.git/commit
ar5523: Add new driver
authorPontus Fuchs <pontus.fuchs@gmail.com>
Tue, 23 Oct 2012 18:33:57 +0000 (20:33 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 29 Oct 2012 19:29:05 +0000 (15:29 -0400)
commit71d8f0ca5580666634229a3d691f416b8729061b
treec8c26cb954203540be57ee149b4b4f5f6c801ab6
parent6df2de2155c42c429c0708adb18f41aacbc9cb6a
ar5523: Add new driver

This driver is for the AR5523 chipset from Atheros. It was created
in 2007 by Christoph Hellwig but it was never finished. I found it a
couple of months ago and after some polishing it's working pretty
fine.

The driver was written with the FreeBSD driver (uath) as reference,
which was written with the reverse-engineered windows driver as
reference, hence the feature set is very limited. Station mode
only, no HW crypto offload.

Signed-off-by: Pontus Fuchs <pontus.fuchs@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
MAINTAINERS
drivers/net/wireless/ath/Kconfig
drivers/net/wireless/ath/Makefile
drivers/net/wireless/ath/ar5523/Kconfig [new file with mode: 0644]
drivers/net/wireless/ath/ar5523/Makefile [new file with mode: 0644]
drivers/net/wireless/ath/ar5523/ar5523.c [new file with mode: 0644]
drivers/net/wireless/ath/ar5523/ar5523.h [new file with mode: 0644]
drivers/net/wireless/ath/ar5523/ar5523_hw.h [new file with mode: 0644]