Searched refs:ht_mode_param (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 37 static char *ht_mode_param = NULL; variable 1947 if (ht_mode_param) { in wl18xx_setup() 1948 if (!strcmp(ht_mode_param, "default")) in wl18xx_setup() 1950 else if (!strcmp(ht_mode_param, "wide")) in wl18xx_setup() 1952 else if (!strcmp(ht_mode_param, "siso20")) in wl18xx_setup() 1955 wl1271_error("invalid ht_mode '%s'", ht_mode_param); in wl18xx_setup() 2044 module_param_named(ht_mode, ht_mode_param, charp, 0400);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 37 static char *ht_mode_param = NULL; variable 1947 if (ht_mode_param) { in wl18xx_setup() 1948 if (!strcmp(ht_mode_param, "default")) in wl18xx_setup() 1950 else if (!strcmp(ht_mode_param, "wide")) in wl18xx_setup() 1952 else if (!strcmp(ht_mode_param, "siso20")) in wl18xx_setup() 1955 wl1271_error("invalid ht_mode '%s'", ht_mode_param); in wl18xx_setup() 2044 module_param_named(ht_mode, ht_mode_param, charp, 0400);
|
Completed in 5 milliseconds