17 Sep, 2015

1 commit


27 May, 2015

1 commit

  • * Update the linux-zigbee git:// repository URL.

    * Remove the MLME section as the current kernel does not provide a
    full 802.15.4 MLME implementation.

    * The hardmac example driver 'fakehard' was removed some time ago.

    * The IEEE 802.15.4 device drivers live in drivers/net/ieee802154/,
    not in drivers/ieee802154/.

    * The IEEE 802.15.4 MTU is 127 bytes, not 128 bytes.

    * Some of the 6LoWPAN code lives in net/6lowpan/.

    Signed-off-by: Lennert Buytenhek
    Reviewed-by: Stefan Schmidt
    Acked-by: Alexander Aring
    Signed-off-by: Marcel Holtmann

    Lennert Buytenhek
     

31 Oct, 2013

1 commit


05 Jun, 2013

1 commit


09 Apr, 2013

1 commit

  • Check for NULL before calling the following operations from "struct
    ieee802154_mlme_ops": assoc_req, assoc_resp, disassoc_req, start_req,
    and scan_req.

    This fixes a current oops where those functions are called but not
    implemented. It also updates the documentation to clarify that they
    are now optional by design. If a call to an unimplemented function
    is attempted, the kernel returns EOPNOTSUPP via netlink.

    The following operations are still required: get_phy, get_pan_id,
    get_short_addr, and get_dsn.

    Note that the places where this patch changes the initialization
    of "ret" should not affect the rest of the code since "ret" was
    always set (again) before returning its value.

    Signed-off-by: Werner Almesberger
    Signed-off-by: David S. Miller

    Werner Almesberger
     

17 May, 2012

1 commit


14 Nov, 2011

1 commit


31 Mar, 2011

1 commit


20 Aug, 2009

1 commit


13 Aug, 2009

1 commit


27 Jul, 2009

1 commit


09 Jun, 2009

1 commit