1. 12 11月, 2014 3 次提交
  2. 10 11月, 2014 5 次提交
  3. 06 11月, 2014 10 次提交
  4. 05 11月, 2014 1 次提交
  5. 04 11月, 2014 1 次提交
    • A
      netdevice: add ieee802154_ptr to net_device · 98a18b6f
      Alexander Aring 提交于
      This patch adds an ieee802154_ptr to the net_device structure.
      Furthermore the 802.15.4 subsystem will introduce a nl802154 framework
      which is similar like the nl80211 framework and a wpan_dev structure.
      The wpan_dev structure will hold additional net_device attributes like
      address options which are 802.15.4 specific. In the upcoming nl802154
      implementation we will introduce a NL802154_FLAG_NEED_WPAN_DEV like
      NL80211_FLAG_NEED_WDEV. For this flag an ieee802154_ptr in net_device is
      needed. Additional we can access the wpan_dev attributes in upper layers
      like IEEE 802.15.4 6LoWPAN easily. Current solution is a complicated
      callback interface and getting these values over subif data structure
      in mac802154.
      Signed-off-by: NAlexander Aring <alex.aring@gmail.com>
      Acked-by: NDavid S. Miller <davem@davemloft.net>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      98a18b6f
  6. 03 11月, 2014 5 次提交
  7. 02 11月, 2014 6 次提交
  8. 30 10月, 2014 6 次提交
  9. 29 10月, 2014 3 次提交