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>
This commit is contained in:
committed by
John W. Linville
parent
d3cebbdced
commit
898324025f
@@ -35,19 +35,13 @@ config WIRELESS_OLD_REGULATORY
|
|||||||
|
|
||||||
config WIRELESS_EXT
|
config WIRELESS_EXT
|
||||||
bool "Wireless extensions"
|
bool "Wireless extensions"
|
||||||
default n
|
default y
|
||||||
---help---
|
---help---
|
||||||
This option enables the legacy wireless extensions
|
This option enables the legacy wireless extensions
|
||||||
(wireless network interface configuration via ioctls.)
|
(wireless network interface configuration via ioctls.)
|
||||||
|
|
||||||
Wireless extensions will be replaced by cfg80211 and
|
Say Y unless you've upgraded all your userspace to use
|
||||||
will be required only by legacy drivers that implement
|
nl80211 instead of wireless extensions.
|
||||||
wireless extension handlers. This option does not
|
|
||||||
affect the wireless-extension backward compatibility
|
|
||||||
code in cfg80211.
|
|
||||||
|
|
||||||
Say N (if you can) unless you know you need wireless
|
|
||||||
extensions for external modules.
|
|
||||||
|
|
||||||
config WIRELESS_EXT_SYSFS
|
config WIRELESS_EXT_SYSFS
|
||||||
bool "Wireless extensions sysfs files"
|
bool "Wireless extensions sysfs files"
|
||||||
|
Reference in New Issue
Block a user