diff options
author | adrian <adrian@FreeBSD.org> | 2013-06-26 05:02:30 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-06-26 05:02:30 +0000 |
commit | 59f3fcbe0380ae382b2f49fada6caae68496c544 (patch) | |
tree | f8202d6f7798b56804369a8a07fedac2f5c3e4d5 | |
parent | 77b015366a92557c9078e4715bfb46f87f502d78 (diff) | |
download | FreeBSD-src-59f3fcbe0380ae382b2f49fada6caae68496c544.zip FreeBSD-src-59f3fcbe0380ae382b2f49fada6caae68496c544.tar.gz |
Add the wireless support to the AR933x base kernel, as the support
actually works now.
-rw-r--r-- | sys/mips/conf/AR933X_BASE | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/sys/mips/conf/AR933X_BASE b/sys/mips/conf/AR933X_BASE index d47c2db..282f3b3 100644 --- a/sys/mips/conf/AR933X_BASE +++ b/sys/mips/conf/AR933X_BASE @@ -70,26 +70,27 @@ options IEEE80211_SUPPORT_MESH options IEEE80211_SUPPORT_TDMA options IEEE80211_SUPPORT_SUPERG options IEEE80211_ALQ # 802.11 ALQ logging 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 +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 # ath(4) -#device ath # Atheros network device -#device ath_rate_sample -#device ath_ahb # Atheros host bus glue +device ath # Atheros network device +device ath_rate_sample +device ath_ahb # Atheros host bus glue options ATH_DEBUG options ATH_DIAGAPI option ATH_ENABLE_11N option AH_DEBUG_ALQ -# device ath_hal -options AH_DEBUG -option AH_SUPPORT_AR5416 -option AH_SUPPORT_AR9130 # Makes other chipsets not function! -option AH_DEBUG_ALQ +#device ath_hal +device ath_ar9300 # AR9330 HAL; no need for the others +option AH_DEBUG +option AH_SUPPORT_AR5416 # 11n HAL support +option AH_SUPPORT_AR9330 # Chipset support +option AH_DEBUG_ALQ option AH_AR5416_INTERRUPT_MITIGATION device mii |