diff options
-rw-r--r-- | drivers/staging/rtl8712/os_intfs.c | 2 |
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 | */ |
99 | static int wifi_test = 0; | 99 | static int wifi_test; |
100 | 100 | ||
101 | module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO|S_IWUSR); | 101 | module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO|S_IWUSR); |
102 | module_param(wifi_test, int, 0644); | 102 | module_param(wifi_test, int, 0644); |