Author: adrian
Date: Thu Apr 28 12:52:01 2011
New Revision: 221164
URL: http://svn.freebsd.org/changeset/base/221164

Log:
  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

Modified:
  head/sys/mips/conf/AR91XX_BASE

Modified: head/sys/mips/conf/AR91XX_BASE
==============================================================================
--- head/sys/mips/conf/AR91XX_BASE      Thu Apr 28 12:47:40 2011        
(r221163)
+++ head/sys/mips/conf/AR91XX_BASE      Thu Apr 28 12:52:01 2011        
(r221164)
@@ -49,24 +49,27 @@ options         UFS_DIRHASH             
 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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to