linux/drivers/net/ieee802154
Miquel Raynal 6793a9b028 net: ieee802154: ca8210: Fix lifs/sifs periods
commit bdc120a2bc upstream.

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 the symbol_duration in order to get these
values in microseconds.

Fixes: ded845a781 ("ieee802154: Add CA8210 IEEE 802.15.4 device driver")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20220201180629.93410-2-miquel.raynal@bootlin.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-02-23 12:01:02 +01:00
..
adf7242.c ieee802154/adf7242: check status of adf7242_read_reg 2020-08-03 20:19:21 +02:00
at86rf230.c net: ieee802154: at86rf230: Stop leaking skb's 2022-02-23 12:00:58 +01:00
at86rf230.h
atusb.c ieee802154: atusb: fix uninit value in atusb_set_extended_addr 2022-01-11 15:24:58 +01:00
atusb.h
ca8210.c net: ieee802154: ca8210: Fix lifs/sifs periods 2022-02-23 12:01:02 +01:00
cc2520.c
fakelb.c
Kconfig
mac802154_hwsim.c net: ieee802154: hwsim: Ensure proper channel selection at probe time 2022-02-08 18:30:37 +01:00
mac802154_hwsim.h
Makefile
mcr20a.c net: ieee802154: mcr20a: Fix lifs/sifs periods 2022-02-08 18:30:37 +01:00
mcr20a.h
mrf24j40.c