[PATCH] firmware/rssi: attempt to resync on sync errors
Andreas Eversberg
andreas at eversberg.eu
Mon Jul 9 21:27:00 CEST 2012
Nico Golde wrote:
> +static void retry_sync(void)
> +{
> + exit_sync();
> + toggle_dcs_pcs();
> + enter_sync();
> +}
> +
hi nico,
i see 2 problems:
why do you toggle dcs/pcs? if you select dcs (default), but like to sync
to pcs, just push the function key, then sync.
if no sync is possible at all, your patch ends up in an endless loop.
(or am i wrong?)
regards,
andreas
More information about the baseband-devel
mailing list