diff options
author | Miquel Raynal <[email protected]> | 2022-01-25 13:14:22 +0100 |
---|---|---|
committer | Stefan Schmidt <[email protected]> | 2022-01-27 08:20:22 +0100 |
commit | d753c4004820a888ec007dd88b271fa9c3172c5c (patch) | |
tree | 8aad85ac88e80df064059d760c6687fbe09d0cde /net/lapb/lapb_timer.c | |
parent | 1293fccc9e892712d910ec96079d3717307f1d2d (diff) |
net: ieee802154: mcr20a: Fix lifs/sifs periods
These periods are expressed in time units (microseconds) while 40 and 12
are the number of symbol durations these periods will last. We need to
multiply them both with phy->symbol_duration in order to get these
values in microseconds.
Fixes: 8c6ad9cc5157 ("ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver")
Signed-off-by: Miquel Raynal <[email protected]>
Acked-by: Alexander Aring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stefan Schmidt <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions