Searched hist:be8c6d86d558860bbc493ad3fbc51fc96ab0c2e4 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/mac802154/ |
H A D | main.c | diff be8c6d86d558860bbc493ad3fbc51fc96ab0c2e4 Thu May 19 10:05:06 CDT 2022 Miquel Raynal <miquel.raynal@bootlin.com> net: mac802154: Rename the synchronous xmit worker
There are currently two driver hooks: one is synchronous, the other is not. We cannot rely on driver implementations to provide a synchronous API (which is related to the bus medium more than a wish to have a synchronized implementation) so we are going to introduce a sync API above any kind of driver transmit function. In order to clarify what this worker is for (synchronous driver implementation), let's rename it so that people don't get bothered by the fact that their driver does not make use of the "xmit worker" which is a too generic name.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Alexander Aring <aahringo@redhat.com> Link: https://lore.kernel.org/r/20220519150516.443078-2-miquel.raynal@bootlin.com Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
H A D | ieee802154_i.h | diff be8c6d86d558860bbc493ad3fbc51fc96ab0c2e4 Thu May 19 10:05:06 CDT 2022 Miquel Raynal <miquel.raynal@bootlin.com> net: mac802154: Rename the synchronous xmit worker
There are currently two driver hooks: one is synchronous, the other is not. We cannot rely on driver implementations to provide a synchronous API (which is related to the bus medium more than a wish to have a synchronized implementation) so we are going to introduce a sync API above any kind of driver transmit function. In order to clarify what this worker is for (synchronous driver implementation), let's rename it so that people don't get bothered by the fact that their driver does not make use of the "xmit worker" which is a too generic name.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Alexander Aring <aahringo@redhat.com> Link: https://lore.kernel.org/r/20220519150516.443078-2-miquel.raynal@bootlin.com Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
H A D | tx.c | diff be8c6d86d558860bbc493ad3fbc51fc96ab0c2e4 Thu May 19 10:05:06 CDT 2022 Miquel Raynal <miquel.raynal@bootlin.com> net: mac802154: Rename the synchronous xmit worker
There are currently two driver hooks: one is synchronous, the other is not. We cannot rely on driver implementations to provide a synchronous API (which is related to the bus medium more than a wish to have a synchronized implementation) so we are going to introduce a sync API above any kind of driver transmit function. In order to clarify what this worker is for (synchronous driver implementation), let's rename it so that people don't get bothered by the fact that their driver does not make use of the "xmit worker" which is a too generic name.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Alexander Aring <aahringo@redhat.com> Link: https://lore.kernel.org/r/20220519150516.443078-2-miquel.raynal@bootlin.com Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
|