Searched refs:wifi_test (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8712/
H A Dos_intfs.c95 /* if wifi_test = 1, driver will disable the turbo mode and pass it to
98 static int wifi_test; variable
101 module_param(wifi_test, int, 0644);
173 registry_par->wifi_test = (u8) wifi_test; loadparam()
H A Ddrv_types.h125 u8 wifi_test; member in struct:registry_priv
H A Dhal_init.c118 pfwpriv->turboMode = ((pregpriv->wifi_test == 1) ? 0 : 1); fill_fwpriv()

Completed in 112 milliseconds