Date: Sat, 11 Jul 2009 06:02:50 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r195613 - in projects/mesh11s/sys: amd64/conf conf i386/conf pc98/conf sparc64/conf Message-ID: <200907110602.n6B62oEx043925@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907110602.n6B62oEx043925>