Searched hist:"3 cf24cf8c3c06f9a6cacc8fc2cad94661b6096b6" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/mac802154/ |
H A D | cfg.c | diff 3cf24cf8c3c06f9a6cacc8fc2cad94661b6096b6 Wed Jun 24 04:36:36 CDT 2015 Alexander Aring <alex.aring@gmail.com> mac802154: cfg: add suspend and resume callbacks
This patch introduces suspend and resume callbacks to mac802154. When doing suspend we calling the stop driver callback which should stop the receiving of frames. A transceiver should go into low-power mode then. Calling resume will call the start driver callback, which starts receiving again and allow to transmit frames.
This was tested only with the fakelb driver and a qemu vm by doing the following commands:
echo "devices" > /sys/power/pm_test echo "freeze" > /sys/power/state
while doing some high traffic between two fakelb phys.
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
|
H A D | ieee802154_i.h | diff 3cf24cf8c3c06f9a6cacc8fc2cad94661b6096b6 Wed Jun 24 04:36:36 CDT 2015 Alexander Aring <alex.aring@gmail.com> mac802154: cfg: add suspend and resume callbacks
This patch introduces suspend and resume callbacks to mac802154. When doing suspend we calling the stop driver callback which should stop the receiving of frames. A transceiver should go into low-power mode then. Calling resume will call the start driver callback, which starts receiving again and allow to transmit frames.
This was tested only with the fakelb driver and a qemu vm by doing the following commands:
echo "devices" > /sys/power/pm_test echo "freeze" > /sys/power/state
while doing some high traffic between two fakelb phys.
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
|
H A D | rx.c | diff 3cf24cf8c3c06f9a6cacc8fc2cad94661b6096b6 Wed Jun 24 04:36:36 CDT 2015 Alexander Aring <alex.aring@gmail.com> mac802154: cfg: add suspend and resume callbacks
This patch introduces suspend and resume callbacks to mac802154. When doing suspend we calling the stop driver callback which should stop the receiving of frames. A transceiver should go into low-power mode then. Calling resume will call the start driver callback, which starts receiving again and allow to transmit frames.
This was tested only with the fakelb driver and a qemu vm by doing the following commands:
echo "devices" > /sys/power/pm_test echo "freeze" > /sys/power/state
while doing some high traffic between two fakelb phys.
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
|