1. 31 10月, 2013 1 次提交
  2. 05 6月, 2013 1 次提交
  3. 09 4月, 2013 1 次提交
    • W
      ieee802154/nl-mac.c: make some MLME operations optional · 56aa091d
      Werner Almesberger 提交于
      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: NWerner Almesberger <werner@almesberger.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      56aa091d
  4. 17 5月, 2012 1 次提交
  5. 14 11月, 2011 1 次提交
  6. 31 3月, 2011 1 次提交
  7. 20 8月, 2009 1 次提交
  8. 13 8月, 2009 1 次提交
  9. 27 7月, 2009 1 次提交
  10. 09 6月, 2009 1 次提交