ht_mode_param 37 drivers/net/wireless/ti/wl18xx/main.c static char *ht_mode_param = NULL; ht_mode_param 1947 drivers/net/wireless/ti/wl18xx/main.c if (ht_mode_param) { ht_mode_param 1948 drivers/net/wireless/ti/wl18xx/main.c if (!strcmp(ht_mode_param, "default")) ht_mode_param 1950 drivers/net/wireless/ti/wl18xx/main.c else if (!strcmp(ht_mode_param, "wide")) ht_mode_param 1952 drivers/net/wireless/ti/wl18xx/main.c else if (!strcmp(ht_mode_param, "siso20")) ht_mode_param 1955 drivers/net/wireless/ti/wl18xx/main.c wl1271_error("invalid ht_mode '%s'", ht_mode_param); ht_mode_param 2044 drivers/net/wireless/ti/wl18xx/main.c module_param_named(ht_mode, ht_mode_param, charp, 0400);