Add the wireless support to the AR933x base kernel, as the support
actually works now.
This commit is contained in:
parent
8805f7656f
commit
46b620a1aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user