Add the wireless support to the AR933x base kernel, as the support

actually works now.
This commit is contained in:
Adrian Chadd 2013-06-26 05:02:30 +00:00
parent 8805f7656f
commit 46b620a1aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252241

View File

@ -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