Hi, On Thu, Apr 28, 2022 at 12:41 PM Miquel Raynal <miquel.raynal@xxxxxxxxxxx> wrote: > > There are two major issues in the logic calculating the symbol durations > based on the page/channel: > - The page number is used in place of the channel value. > - The BIT() macro is missing because we want to check the channel > value against a bitmask. > > Fix these two errors and apologize loudly for this mistake. > > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> Acked-by: Alexander Aring <aahringo@xxxxxxxxxx> - Alex