svn commit: r197653 - in head/sys: amd64/conf i386/conf

Rui Paulo rpaulo at FreeBSD.org
Thu Oct 1 02:08:44 UTC 2009


Author: rpaulo
Date: Thu Oct  1 02:08:42 2009
New Revision: 197653
URL: http://svn.freebsd.org/changeset/base/197653

Log:
  Improve 802.11s comment.
  
  Spotted by:	dougb
  MFC after:	1 day

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Wed Sep 30 19:40:51 2009	(r197652)
+++ head/sys/amd64/conf/GENERIC	Thu Oct  1 02:08:42 2009	(r197653)
@@ -257,7 +257,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_SUPPORT_MESH	# enable 802.11s D3.0 support
+options 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft support
 device		wlan_wep	# 802.11 WEP support
 device		wlan_ccmp	# 802.11 CCMP support
 device		wlan_tkip	# 802.11 TKIP support

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Wed Sep 30 19:40:51 2009	(r197652)
+++ head/sys/i386/conf/GENERIC	Thu Oct  1 02:08:42 2009	(r197653)
@@ -269,7 +269,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_SUPPORT_MESH	# enable 802.11s D3.0 support
+options 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft 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-all mailing list