aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/rtl8712/os_intfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/os_intfs.c b/drivers/staging/rtl8712/os_intfs.c
index 448f00dd68fe..e00f7918d261 100644
--- a/drivers/staging/rtl8712/os_intfs.c
+++ b/drivers/staging/rtl8712/os_intfs.c
@@ -96,7 +96,7 @@ static char *initmac;
96/* if wifi_test = 1, driver will disable the turbo mode and pass it to 96/* if wifi_test = 1, driver will disable the turbo mode and pass it to
97 * firmware private. 97 * firmware private.
98 */ 98 */
99static int wifi_test = 0; 99static int wifi_test;
100 100
101module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO|S_IWUSR); 101module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO|S_IWUSR);
102module_param(wifi_test, int, 0644); 102module_param(wifi_test, int, 0644);