Re-enable the wireless build parameters for the AR9130 WMAC.

* enable 11n
* add ath_ahb so the AHB<->ath glue is linked in
* disable descriptor order swapping, it isn't needed here
* disable interrupt mitigation, it isn't supported here
This commit is contained in:
Adrian Chadd 2011-04-28 12:52:01 +00:00
parent 9f25ad52ce
commit cd0f42fa9f

View File

@ -49,24 +49,27 @@ options UFS_DIRHASH #Improve performance on big directories
options IEEE80211_DEBUG
options IEEE80211_SUPPORT_MESH
options IEEE80211_SUPPORT_TDMA
#device wlan # 802.11 support
#device wlan_wep # 802.11 WEP support
#device wlan_ccmp # 802.11 CCMP support
#device wlan_tkip # 802.11 TKIP support
#device wlan_xauth # 802.11 hostap support
device wlan # 802.11 support
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
device wlan_xauth # 802.11 hostap support
# This will come later -adrian
#device ath # Atheros pci/cardbus NIC's
device ath # Atheros pci/cardbus NIC's
device ath_rate_sample
device ath_ahb
options ATH_DEBUG
options ATH_DIAGAPI
option ATH_ENABLE_11N
device ath_hal
options AH_DEBUG
#device ath_hal
option AH_SUPPORT_AR5416
option AH_RXCFG_SDMAMW_4BYTES # See NOTES for details of this WAR
option AH_NEED_DESC_SWAP # ?
#device ath_rate_sample
#device ath_ahb
option AH_AR5416_INTERRUPT_MITIGATION
option AH_SUPPORT_AR9130 # Makes other chipsets not function!
# interrupt mitigation not possible on AR9130
# option AH_AR5416_INTERRUPT_MITIGATION
device mii
device arge