23 Jul, 2015

1 commit

  • This patch help to implement suspend/resume in mac802154, these
    hooks will be run before the device is suspended and after it
    resumes.

    Signed-off-by: Varka Bhadram
    Signed-off-by: Alexander Aring
    Signed-off-by: Marcel Holtmann

    Varka Bhadram
     

15 Mar, 2015

1 commit


19 Dec, 2014

1 commit

  • The current cca setting handle is a driver specific call. We need to
    introduce some 802.15.4 specific layer and mapping 802.15.4 cca modes to
    driver specific ones inside the 802.15.4 driver. This patch will add
    such 802.15.4 layer and mapping the cca settings to driver specific ones.

    Signed-off-by: Alexander Aring
    Signed-off-by: Marcel Holtmann

    Alexander Aring
     

10 Nov, 2014

1 commit


03 Nov, 2014

1 commit

  • Running make C=2 occurs in warnings:

    symbol 'wpan_phy_class' was not declared. Should it be static?
    symbol 'wpan_phy_sysfs_init' was not declared. Should it be static?
    symbol 'wpan_phy_sysfs_exit' wasnot declared. Should it be static?

    This patch adds a missing include "sysfs.h" to solve these warnings.

    Signed-off-by: Alexander Aring
    Reported-by: Marcel Holtmann
    Signed-off-by: Marcel Holtmann

    Alexander Aring
     

02 Nov, 2014

1 commit

  • This patch introduce the cfg802154_registered_device struct. Like
    cfg80211_registered_device in wireless this should contain similar
    functionality for cfg802154. This patch should not change any behaviour.
    We just adds cfg802154_registered_device as container for wpan_phy struct.

    Signed-off-by: Alexander Aring
    Signed-off-by: Marcel Holtmann

    Alexander Aring
     

29 Oct, 2014

1 commit