wireless: fix regression caused by regulatory config option
The default for the regulatory compatibility option is wrong; if you picked the default you ended up with a non-functional wifi system (at least I did on Fedora 9 with iwl4965). I don't think even the October 2008 releases of the various distros has the new userland so clearly the default is wrong, and also we can't just go about deleting this in 2.6.29... Change the default to "y" and also adjust the config text a little to reflect this. This patch fixes regression #11859 With thanks to Johannes Berg for the diagnostics Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
2077776641
Коммит
44a504c405
|
@ -16,7 +16,7 @@ config NL80211
|
||||||
|
|
||||||
config WIRELESS_OLD_REGULATORY
|
config WIRELESS_OLD_REGULATORY
|
||||||
bool "Old wireless static regulatory definitions"
|
bool "Old wireless static regulatory definitions"
|
||||||
default n
|
default y
|
||||||
---help---
|
---help---
|
||||||
This option enables the old static regulatory information
|
This option enables the old static regulatory information
|
||||||
and uses it within the new framework. This is available
|
and uses it within the new framework. This is available
|
||||||
|
@ -40,11 +40,10 @@ config WIRELESS_OLD_REGULATORY
|
||||||
ieee80211_regdom module parameter. This is being phased out and you
|
ieee80211_regdom module parameter. This is being phased out and you
|
||||||
should stop using them ASAP.
|
should stop using them ASAP.
|
||||||
|
|
||||||
Say N unless you cannot install a new userspace application
|
Say Y unless you have installed a new userspace application.
|
||||||
or have one currently depending on the ieee80211_regdom module
|
Also say Y if have one currently depending on the ieee80211_regdom
|
||||||
parameter and cannot port it to use the new userspace interfaces.
|
module parameter and cannot port it to use the new userspace
|
||||||
|
interfaces.
|
||||||
This is scheduled for removal for 2.6.29.
|
|
||||||
|
|
||||||
config WIRELESS_EXT
|
config WIRELESS_EXT
|
||||||
bool "Wireless extensions"
|
bool "Wireless extensions"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче