svn commit: r196803 - projects/mips/sys/mips/conf
Sam Leffler
sam at FreeBSD.org
Thu Sep 3 23:04:33 UTC 2009
Author: sam
Date: Thu Sep 3 23:04:33 2009
New Revision: 196803
URL: http://svn.freebsd.org/changeset/base/196803
Log:
o enable mesh support
o add bridge support
o no need for explicit ar5212 support; ath_hal drags it in
Modified:
projects/mips/sys/mips/conf/AR71XX
Modified: projects/mips/sys/mips/conf/AR71XX
==============================================================================
--- projects/mips/sys/mips/conf/AR71XX Thu Sep 3 22:42:47 2009 (r196802)
+++ projects/mips/sys/mips/conf/AR71XX Thu Sep 3 23:04:33 2009 (r196803)
@@ -48,6 +48,7 @@ device pci
# Wireless NIC cards
options IEEE80211_DEBUG
+options IEEE80211_SUPPORT_MESH
options IEEE80211_SUPPORT_TDMA
device wlan # 802.11 support
device wlan_wep # 802.11 WEP support
@@ -56,9 +57,8 @@ device wlan_tkip # 802.11 TKIP su
device ath # Atheros pci/cardbus NIC's
options ATH_DEBUG
-option AH_SUPPORT_AR5416
device ath_hal
-device ath_ar5212 # Atheros HAL (Hardware Access Layer)
+option AH_SUPPORT_AR5416
device ath_rate_sample
device mii
@@ -83,3 +83,4 @@ device ether
device md
device bpf
device random
+device if_bridge
More information about the svn-src-projects
mailing list