diff options
author | Luis Carlos Cobo <luisca@cozybit.com> | 2008-02-29 12:13:38 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-06 16:40:48 -0500 |
commit | 37659ff8e1d8d1f9c86bdb974d41479ccd001213 (patch) | |
tree | e7ceaebd97f6619064040e19086bc838f63f24c4 /net/mac80211/Kconfig | |
parent | 96c46546e28282a743b97f26e94c7565350898b7 (diff) | |
download | kernel_goldelico_gta04-37659ff8e1d8d1f9c86bdb974d41479ccd001213.zip kernel_goldelico_gta04-37659ff8e1d8d1f9c86bdb974d41479ccd001213.tar.gz kernel_goldelico_gta04-37659ff8e1d8d1f9c86bdb974d41479ccd001213.tar.bz2 |
mac80211: fix mesh endianness sparse warnings and unmark it as broken
This patch fixes all the mesh related endianness warnings reported by sparse. As
they were the reason why Johannes marked mesh as BROKEN, that flag has been
removed.
Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com>
Acked-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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 5ca576e..3c3f62f 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -83,7 +83,7 @@ endmenu config MAC80211_MESH bool "Enable mac80211 mesh networking (pre-802.11s) support" - depends on MAC80211 && EXPERIMENTAL && BROKEN + depends on MAC80211 && EXPERIMENTAL ---help--- This options enables support of Draft 802.11s mesh networking. The implementation is based on Draft 1.08 of the Mesh Networking |