net: mac802154: Rename the main tx_work struct
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 19 May 2022 15:05:07 +0000 (17:05 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 10 Jun 2022 07:48:40 +0000 (09:48 +0200)
commit983a974b40f66d202b075ab8ac584c698a3fc141
tree5c871270ef84147406e55132c1c851d0224d405a
parentbe8c6d86d558860bbc493ad3fbc51fc96ab0c2e4
net: mac802154: Rename the main tx_work struct

This entry is dedicated to synchronous transmissions done by drivers
without async hook. Make this clearer that this is not a work that any
driver can use by at least prefixing it with "sync_". While at it, let's
enhance the comment explaining why we choose one or the other.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Alexander Aring <aahringo@redhat.com>
Link: https://lore.kernel.org/r/20220519150516.443078-3-miquel.raynal@bootlin.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
net/mac802154/ieee802154_i.h
net/mac802154/main.c
net/mac802154/tx.c