]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for the AR9285 chipset, which is found on many netbooks
authorRui Paulo <rpaulo@FreeBSD.org>
Fri, 29 Jan 2010 10:10:14 +0000 (10:10 +0000)
committerRui Paulo <rpaulo@FreeBSD.org>
Fri, 29 Jan 2010 10:10:14 +0000 (10:10 +0000)
commitf3d3bf873182ae09a390d69f24832c5327842d88
tree35ff9093547af1b1414a6465369816bab3c4e784
parentb0a5caf4f249039020219b1edc6e391434e0416b
Add support for the AR9285 chipset, which is found on many netbooks
available today.

This card is a low power 802.11bgn that only does 11n rates up to MCS 7
(that's 65 Mbps in 20Mhz mode and 135 in 40Mhz mode).
802.11n is  not yet supported, but will be in the future.

The driver still has a problem regarding to the setting of txpower on
the card, so don't expect good performance yet. After fixing this
problem, an MFC is possible.

Special thanks to iXsystems and S Smirnov <tonve at yandex.ru> for help
with the purchase of a netbook with this card.

Sponsored by: iXsystems, Inc.
17 files changed:
sys/conf/files
sys/dev/ath/ath_hal/ah_eeprom_v4k.h
sys/dev/ath/ath_hal/ar5212/ar5212_power.c
sys/dev/ath/ath_hal/ar5212/ar5212reg.h
sys/dev/ath/ath_hal/ar5416/ar5416.h
sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
sys/dev/ath/ath_hal/ar5416/ar5416phy.h
sys/dev/ath/ath_hal/ar5416/ar5416reg.h
sys/dev/ath/ath_hal/ar5416/ar9160_attach.c
sys/dev/ath/ath_hal/ar5416/ar9280_attach.c
sys/dev/ath/ath_hal/ar5416/ar9285.ini [new file with mode: 0644]
sys/dev/ath/ath_hal/ar5416/ar9285v2.ini [new file with mode: 0644]