Searched refs:rndis_set_config_parameter_str (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | rndis_wlan.c | 932 static int rndis_set_config_parameter_str(struct usbnet *dev, in rndis_set_config_parameter_str() function 3355 rndis_set_config_parameter_str(usbdev, "Country", priv->param_country); in bcm4320b_early_init() 3356 rndis_set_config_parameter_str(usbdev, "FrameBursting", in bcm4320b_early_init() 3358 rndis_set_config_parameter_str(usbdev, "Afterburner", in bcm4320b_early_init() 3361 rndis_set_config_parameter_str(usbdev, "PowerSaveMode", buf); in bcm4320b_early_init() 3363 rndis_set_config_parameter_str(usbdev, "PwrOut", buf); in bcm4320b_early_init() 3365 rndis_set_config_parameter_str(usbdev, "RoamTrigger", buf); in bcm4320b_early_init() 3367 rndis_set_config_parameter_str(usbdev, "RoamDelta", buf); in bcm4320b_early_init()
|