From c16c6b65da9efbc8b8c8eec43576b0f02551ba37 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Thu, 1 Oct 2009 02:08:42 +0000 Subject: [PATCH] Improve 802.11s comment. Spotted by: dougb MFC after: 1 day --- sys/amd64/conf/GENERIC | 2 +- sys/i386/conf/GENERIC | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index a49f7bca10cb..f03df9b4e992 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index ef958af9a14f..8098bf47ee8d 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -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