linux/net/mac802154
Alexander Aring 2ec2f6bed4 mac802154: util: fix release queue handling
The semantic of atomic_dec_and_test() is to return true if zero is
reached and we need call ieee802154_wake_queue() when zero is reached.

Fixes: 20a19d1df3 ("net: mac802154: Bring the ability to hold the transmit queue")
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20220613043735.1039895-2-aahringo@redhat.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2022-06-14 10:23:00 +02:00
..
cfg.c net: mac802154: Introduce a tx queue flushing mechanism 2022-06-10 09:48:40 +02:00
cfg.h
driver-ops.h
ieee802154_i.h net: mac802154: Introduce a synchronous API for MLME commands 2022-06-10 09:48:40 +02:00
iface.c
Kconfig
llsec.c
llsec.h
mac_cmd.c
main.c net: mac802154: Rename the main tx_work struct 2022-06-10 09:48:40 +02:00
Makefile
mib.c
rx.c
trace.c
trace.h
tx.c net: mac802154: Add a warning in the slow path 2022-06-10 09:48:41 +02:00
util.c mac802154: util: fix release queue handling 2022-06-14 10:23:00 +02:00