From owner-svn-src-projects@FreeBSD.ORG Sat Jul 11 06:02:51 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CF9D106566C; Sat, 11 Jul 2009 06:02:51 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3B26E8FC13; Sat, 11 Jul 2009 06:02:51 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n6B62oWN043931; Sat, 11 Jul 2009 06:02:50 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n6B62oEx043925; Sat, 11 Jul 2009 06:02:50 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200907110602.n6B62oEx043925@svn.freebsd.org> From: Sam Leffler Date: Sat, 11 Jul 2009 06:02:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195613 - in projects/mesh11s/sys: amd64/conf conf i386/conf pc98/conf sparc64/conf X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 06:02:51 -0000 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