svn commit: r252241 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Wed Jun 26 05:02:31 UTC 2013


Author: adrian
Date: Wed Jun 26 05:02:30 2013
New Revision: 252241
URL: http://svnweb.freebsd.org/changeset/base/252241

Log:
  Add the wireless support to the AR933x base kernel, as the support
  actually works now.

Modified:
  head/sys/mips/conf/AR933X_BASE

Modified: head/sys/mips/conf/AR933X_BASE
==============================================================================
--- head/sys/mips/conf/AR933X_BASE	Wed Jun 26 05:01:50 2013	(r252240)
+++ head/sys/mips/conf/AR933X_BASE	Wed Jun 26 05:02:30 2013	(r252241)
@@ -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


More information about the svn-src-all mailing list