Re: [PATCH v1 1/6] baseband/acc: fix LTE half iteration flag

2022-11-01 Thread Maxime Coquelin
On 11/2/22 00:04, Nicolas Chautru wrote: The logic for that flag was inverted. Specific to ACC200. When starting with even iteration it actually runs for an additional half iteration. Fixes: bec597b78a0 ("baseband/acc200: add LTE processing") Signed-off-by: Nicolas Chautru --- drivers/bas

[PATCH v1 1/6] baseband/acc: fix LTE half iteration flag

2022-11-01 Thread Nicolas Chautru
The logic for that flag was inverted. Specific to ACC200. When starting with even iteration it actually runs for an additional half iteration. Fixes: bec597b78a0 ("baseband/acc200: add LTE processing") Signed-off-by: Nicolas Chautru --- drivers/baseband/acc/rte_acc200_pmd.c | 3 +-- 1 file chan