提交 187a7696 编写于 作者: S Solomon Peachy 提交者: Greg Kroah-Hartman

Staging: wlan-ng: Make wlan-ng use WEXT mode by default.

As this is the kernel default mode.
Signed-off-by: NSolomon Peachy <pizza@shaftnet.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 dff1dc8c
......@@ -109,7 +109,7 @@ int wlan_watchdog = 5000;
module_param(wlan_watchdog, int, 0644);
MODULE_PARM_DESC(wlan_watchdog, "transmit timeout in milliseconds");
int wlan_wext_write = 0;
int wlan_wext_write = 1;
#if WIRELESS_EXT > 12
module_param(wlan_wext_write, int, 0644);
MODULE_PARM_DESC(wlan_wext_write, "enable write wireless extensions");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册