Searched hist:ddd9ee7cda122ac55571b8b11b51ef1e71918b63 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/mac802154/ |
H A D | ieee802154_i.h | diff ddd9ee7cda122ac55571b8b11b51ef1e71918b63 Thu May 19 10:05:14 CDT 2022 Miquel Raynal <miquel.raynal@bootlin.com> net: mac802154: Introduce a synchronous API for MLME commands
This is the slow path, we need to wait for each command to be processed before continuing so let's introduce an helper which does the transmission and blocks until it gets notified of its asynchronous completion. This helper is going to be used when introducing scan support.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Alexander Aring <aahringo@redhat.com> Link: https://lore.kernel.org/r/20220519150516.443078-10-miquel.raynal@bootlin.com Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
H A D | tx.c | diff ddd9ee7cda122ac55571b8b11b51ef1e71918b63 Thu May 19 10:05:14 CDT 2022 Miquel Raynal <miquel.raynal@bootlin.com> net: mac802154: Introduce a synchronous API for MLME commands
This is the slow path, we need to wait for each command to be processed before continuing so let's introduce an helper which does the transmission and blocks until it gets notified of its asynchronous completion. This helper is going to be used when introducing scan support.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Alexander Aring <aahringo@redhat.com> Link: https://lore.kernel.org/r/20220519150516.443078-10-miquel.raynal@bootlin.com Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
|