diff options
author | 2022-04-28 18:41:40 +0200 | |
---|---|---|
committer | 2022-04-30 20:29:47 +0200 | |
commit | 1229df4b313acf15d372caadcbbc62a430cd2697 (patch) | |
tree | 5bf6cd7f25f11d4e6b5a789debec0fc75ca95bb3 /net/core/sock.c | |
parent | net: ieee802154: ca8210: Call _xmit_error() when a transmission fails (diff) | |
download | wireguard-linux-1229df4b313acf15d372caadcbbc62a430cd2697.tar.xz wireguard-linux-1229df4b313acf15d372caadcbbc62a430cd2697.zip |
net: mac802154: Fix symbol durations
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@bootlin.com>
Acked-by: Alexander Aring <aahringo@redhat.com>
Link: https://lore.kernel.org/r/20220428164140.251965-1-miquel.raynal@bootlin.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'net/core/sock.c')
0 files changed, 0 insertions, 0 deletions