diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-02-25 10:13:31 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-06 15:30:44 -0500 |
commit | 5c142e8db4b2a10dad103d49f309381cb9fc6a87 (patch) | |
tree | 64bb435db8958ab292f4121f9bf72ffe46668312 /net/mac80211/Kconfig | |
parent | ff59dc76e6e996092e4e11f4a6a370702428ead5 (diff) | |
download | kernel_samsung_smdk4412-5c142e8db4b2a10dad103d49f309381cb9fc6a87.zip kernel_samsung_smdk4412-5c142e8db4b2a10dad103d49f309381cb9fc6a87.tar.gz kernel_samsung_smdk4412-5c142e8db4b2a10dad103d49f309381cb9fc6a87.tar.bz2 |
mac80211: clarify mesh Kconfig
This clarifies that the mesh networking code is currently
based on Draft 1.08 of the 802.11 Mesh Networking amendment.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r-- | net/mac80211/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 57bf358..5ca576e 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -85,8 +85,9 @@ config MAC80211_MESH bool "Enable mac80211 mesh networking (pre-802.11s) support" depends on MAC80211 && EXPERIMENTAL && BROKEN ---help--- - This options enables support of pre-802.11s mesh interfaces. - For more information visit http://o11s.org + This options enables support of Draft 802.11s mesh networking. + The implementation is based on Draft 1.08 of the Mesh Networking + amendment. For more information visit http://o11s.org/. config MAC80211_LEDS |