wext: default to y
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 1 Jul 2009 19:26:44 +0000 (21:26 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 19:01:48 +0000 (15:01 -0400)
commit898324025fc12132d3ed98f8baf4fb3fa45327e0
tree7108339cef4ded95d85d29dbd9004052fc784f90
parentd3cebbdcedf8d1519913f6e9bf88dbac7fbaa760
wext: default to y

The way I initially thought we could do wireless extensions
is by making all the compat code in cfg80211 be independent
of CONFIG_WIRELESS_EXT, but this is turning out to not be
feasible. Therefore, fix the Kconfig help text and make the
option default to yes, so people won't get a nasty surprise
when mac80211 will get rid of its 'select WIRELESS_EXT' any
time now.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/Kconfig