Home
last modified time | relevance | path

Searched refs:ht_mode_param (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Dmain.c50 static char *ht_mode_param = NULL; variable
1967 if (ht_mode_param) { in wl18xx_setup()
1968 if (!strcmp(ht_mode_param, "default")) in wl18xx_setup()
1970 else if (!strcmp(ht_mode_param, "wide")) in wl18xx_setup()
1972 else if (!strcmp(ht_mode_param, "siso20")) in wl18xx_setup()
1975 wl1271_error("invalid ht_mode '%s'", ht_mode_param); in wl18xx_setup()
2064 module_param_named(ht_mode, ht_mode_param, charp, S_IRUSR);