diff options
author | Pontus Fuchs <pontus.fuchs@gmail.com> | 2012-10-23 14:33:57 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-10-29 15:29:05 -0400 |
commit | b7d572e1871df06a96a1c9591c71c5494ff6b624 (patch) | |
tree | c8c26cb954203540be57ee149b4b4f5f6c801ab6 /drivers/net/wireless/ath/Makefile | |
parent | 8ff5dc92fe8a50c8c86a8c5971edc78a2e422fb5 (diff) |
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>
Diffstat (limited to 'drivers/net/wireless/ath/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile index d716b748e574..1e18621326dc 100644 --- a/drivers/net/wireless/ath/Makefile +++ b/drivers/net/wireless/ath/Makefile | |||
@@ -2,6 +2,7 @@ obj-$(CONFIG_ATH5K) += ath5k/ | |||
2 | obj-$(CONFIG_ATH9K_HW) += ath9k/ | 2 | obj-$(CONFIG_ATH9K_HW) += ath9k/ |
3 | obj-$(CONFIG_CARL9170) += carl9170/ | 3 | obj-$(CONFIG_CARL9170) += carl9170/ |
4 | obj-$(CONFIG_ATH6KL) += ath6kl/ | 4 | obj-$(CONFIG_ATH6KL) += ath6kl/ |
5 | obj-$(CONFIG_AR5523) += ar5523/ | ||
5 | 6 | ||
6 | obj-$(CONFIG_ATH_COMMON) += ath.o | 7 | obj-$(CONFIG_ATH_COMMON) += ath.o |
7 | 8 | ||