svn commit: r195613 - in projects/mesh11s/sys: amd64/conf conf
i386/conf pc98/conf sparc64/conf
Sam Leffler
sam at FreeBSD.org
Sat Jul 11 06:02:51 UTC 2009
Author: sam
Date: Sat Jul 11 06:02:50 2009
New Revision: 195613
URL: http://svn.freebsd.org/changeset/base/195613
Log:
spell things correctly
Modified:
projects/mesh11s/sys/amd64/conf/GENERIC
projects/mesh11s/sys/conf/NOTES
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:58:28 2009 (r195612)
+++ projects/mesh11s/sys/amd64/conf/GENERIC Sat Jul 11 06:02:50 2009 (r195613)
@@ -258,7 +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
+options IEEE80211_SUPPORT_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/conf/NOTES
==============================================================================
--- projects/mesh11s/sys/conf/NOTES Sat Jul 11 05:58:28 2009 (r195612)
+++ projects/mesh11s/sys/conf/NOTES Sat Jul 11 06:02:50 2009 (r195613)
@@ -738,8 +738,8 @@ device vlan
device wlan
options IEEE80211_DEBUG #enable debugging msgs
options IEEE80211_AMPDU_AGE #age frames in AMPDU reorder q's
-options IEEE80211_MESH #enable 802.11s D3.0 support
-options IEEE80211_TDMA #enable TDMA support
+options IEEE80211_SUPPORT_MESH #enable 802.11s D3.0 support
+options IEEE80211_SUPPORT_TDMA #enable TDMA support
# The `wlan_wep', `wlan_tkip', and `wlan_ccmp' devices provide
# support for WEP, TKIP, and AES-CCMP crypto protocols optionally
Modified: projects/mesh11s/sys/i386/conf/GENERIC
==============================================================================
--- projects/mesh11s/sys/i386/conf/GENERIC Sat Jul 11 05:58:28 2009 (r195612)
+++ projects/mesh11s/sys/i386/conf/GENERIC Sat Jul 11 06:02:50 2009 (r195613)
@@ -270,7 +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
+options IEEE80211_SUPPORT_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:58:28 2009 (r195612)
+++ projects/mesh11s/sys/pc98/conf/GENERIC Sat Jul 11 06:02:50 2009 (r195613)
@@ -223,7 +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
+#options IEEE80211_SUPPORT_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:58:28 2009 (r195612)
+++ projects/mesh11s/sys/sparc64/conf/GENERIC Sat Jul 11 06:02:50 2009 (r195613)
@@ -201,7 +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
+options IEEE80211_SUPPORT_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
More information about the svn-src-projects
mailing list