1. 23 7月, 2015 1 次提交
    • A
      mac802154: cfg: add suspend and resume callbacks · 3cf24cf8
      Alexander Aring 提交于
      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: NAlexander Aring <alex.aring@gmail.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      3cf24cf8
  2. 15 6月, 2015 1 次提交
  3. 07 6月, 2015 1 次提交
  4. 23 5月, 2015 1 次提交
  5. 05 12月, 2014 1 次提交
  6. 17 11月, 2014 1 次提交
    • A
      mac802154: use new nl802154 iftype types · 944742a3
      Alexander Aring 提交于
      This patch replace the depracted IEEE802154_DEV to the new introduced
      NL802154_IFTYPE_NODE types. There is a backwards compatibility to have
      the identical types for both enum definitions. Also remove some inlcude
      issue with "linux/nl802154.h", because the export nl_policy inside this
      header it was always necessary to have an include of "net/rtnetlink.h"
      before. The reason for this is more complicated. Nevertheless we removed
      this now, because "linux/nl802154.h" is the depracted netlink interface.
      Signed-off-by: NAlexander Aring <alex.aring@gmail.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      944742a3
  7. 10 11月, 2014 1 次提交
  8. 06 11月, 2014 1 次提交
  9. 30 10月, 2014 9 次提交
  10. 28 10月, 2014 11 次提交
  11. 26 10月, 2014 5 次提交
  12. 25 10月, 2014 1 次提交
  13. 14 8月, 2014 1 次提交
  14. 12 6月, 2014 1 次提交
  15. 16 5月, 2014 1 次提交
  16. 14 2月, 2014 1 次提交
  17. 27 6月, 2012 1 次提交
  18. 17 5月, 2012 1 次提交