Date: Thu, 3 Sep 2009 23:04:33 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r196803 - projects/mips/sys/mips/conf Message-ID: <200909032304.n83N4Xe1047186@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909032304.n83N4Xe1047186>