Date: Sat, 11 Jul 2009 05:58:28 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r195612 - in projects/mesh11s/sys: amd64/conf i386/conf pc98/conf sparc64/conf Message-ID: <200907110558.n6B5wStU043784@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Sat Jul 11 05:58:28 2009 New Revision: 195612 URL: http://svn.freebsd.org/changeset/base/195612 Log: add IEEE80211_SUPPORT_MESH where net80211 is configured Modified: projects/mesh11s/sys/amd64/conf/GENERIC projects/mesh11s/sys/i386/conf/GENERIC projects/mesh11s/sys/pc98/conf/GENERIC projects/mesh11s/sys/sparc64/conf/GENERIC Modified: projects/mesh11s/sys/amd64/conf/GENERIC ============================================================================== --- projects/mesh11s/sys/amd64/conf/GENERIC Sat Jul 11 05:57:24 2009 (r195611) +++ projects/mesh11s/sys/amd64/conf/GENERIC Sat Jul 11 05:58:28 2009 (r195612) @@ -258,6 +258,7 @@ device xe # Xircom pccard Ethernet device wlan # 802.11 support options IEEE80211_DEBUG # enable debug msgs options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's +options IEEE80211_MESH # enable 802.11s D3.0 support device wlan_wep # 802.11 WEP support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support Modified: projects/mesh11s/sys/i386/conf/GENERIC ============================================================================== --- projects/mesh11s/sys/i386/conf/GENERIC Sat Jul 11 05:57:24 2009 (r195611) +++ projects/mesh11s/sys/i386/conf/GENERIC Sat Jul 11 05:58:28 2009 (r195612) @@ -270,6 +270,7 @@ device xe # Xircom pccard Ethernet device wlan # 802.11 support options IEEE80211_DEBUG # enable debug msgs options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's +options IEEE80211_MESH # enable 802.11s D3.0 support device wlan_wep # 802.11 WEP support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support Modified: projects/mesh11s/sys/pc98/conf/GENERIC ============================================================================== --- projects/mesh11s/sys/pc98/conf/GENERIC Sat Jul 11 05:57:24 2009 (r195611) +++ projects/mesh11s/sys/pc98/conf/GENERIC Sat Jul 11 05:58:28 2009 (r195612) @@ -223,6 +223,7 @@ device xe # Xircom pccard Ethernet #device wlan # 802.11 support #options IEEE80211_DEBUG # enable debug msgs #options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's +#options IEEE80211_MESH # enable 802.11s D3.0 support #device wlan_wep # 802.11 WEP support #device wlan_ccmp # 802.11 CCMP support #device wlan_tkip # 802.11 TKIP support Modified: projects/mesh11s/sys/sparc64/conf/GENERIC ============================================================================== --- projects/mesh11s/sys/sparc64/conf/GENERIC Sat Jul 11 05:57:24 2009 (r195611) +++ projects/mesh11s/sys/sparc64/conf/GENERIC Sat Jul 11 05:58:28 2009 (r195612) @@ -201,6 +201,7 @@ device xl # 3Com 3c90x (``Boomerang'', device wlan # 802.11 support options IEEE80211_DEBUG # enable debug msgs options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's +options IEEE80211_MESH # enable 802.11s D3.0 support device wlan_wep # 802.11 WEP support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907110558.n6B5wStU043784>