> From: Stephen Warren [mailto:[email protected]]
> Sent: Tuesday, December 03, 2013 7:56 PM
> 
> While Paul said that .uframe_sched should be enabled on the BCM2835,
> and doing so works fine with the built-in wired Ethernet, it prevents
> my WiFi dongle from operating correctly. Hence, disable the option so
> that everything works.
> 
> Signed-off-by: Stephen Warren <[email protected]>
> ---
>  drivers/staging/dwc2/platform.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/dwc2/platform.c b/drivers/staging/dwc2/platform.c
> index 28a78fe..d01d0d3 100644
> --- a/drivers/staging/dwc2/platform.c
> +++ b/drivers/staging/dwc2/platform.c
> @@ -72,7 +72,7 @@ static const struct dwc2_core_params params_bcm2835 = {
>       .ts_dline                       = 0,
>       .reload_ctl                     = 0,
>       .ahbcfg                         = 0x10,
> -     .uframe_sched                   = 1,
> +     .uframe_sched                   = 0,
>  };
> 
>  /**
> --
> 1.7.10.4

Acked-by: Paul Zimmerman <[email protected]>

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to