1. 04 4月, 2010 1 次提交
    • J
      net: convert multicast list to list_head · 22bedad3
      Jiri Pirko 提交于
      Converts the list and the core manipulating with it to be the same as uc_list.
      
      +uses two functions for adding/removing mc address (normal and "global"
       variant) instead of a function parameter.
      +removes dev_mcast.c completely.
      +exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
       manipulation with lists on a sandbox (used in bonding and 80211 drivers)
      Signed-off-by: NJiri Pirko <jpirko@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      22bedad3
  2. 25 3月, 2010 1 次提交
  3. 28 2月, 2010 1 次提交
  4. 09 2月, 2010 1 次提交
  5. 23 12月, 2009 10 次提交
  6. 29 11月, 2009 1 次提交
  7. 28 10月, 2009 5 次提交
  8. 10 10月, 2009 1 次提交
  9. 08 10月, 2009 2 次提交
  10. 01 9月, 2009 1 次提交
  11. 14 8月, 2009 1 次提交
  12. 04 6月, 2009 1 次提交
    • B
      libertas: improve function init/shutdown handling for SD8688 · 6bc61f4d
      Bing Zhao 提交于
      This patch is to incorporate Dan Williams' comments for commit:
      "libertas: implement function init/shutdown commands for SD8688"
      
      1. remove fn_init_required and fn_shutdown_required variables from
      lbs_private structure. If required, __lbs_cmd() will be called
      directly to send function init/shutdown command for SD8688 in
      if_sdio_probe() or if_sdio_remove() callback.
      
      2. add global variable "user_rmmod" to distinguish between the module
      removal case and the card removal case. This flag will be checked in
      if_sdio_remove() against SD8688 card to determine whether or not the
      function shutdown command needs to be sent.
      
      3. remove "card" from if_sdio_model structure as it cannot store
      card pointers for multiple cards. Besides, it's no longer needed
      to store the "card" pointer with changes #1 & #2 above.
      Signed-off-by: NBing Zhao <bzhao@marvell.com>
      Acked-by: NDan Williams <dcbw@redhat.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      6bc61f4d
  13. 23 5月, 2009 1 次提交
  14. 23 4月, 2009 1 次提交
  15. 22 3月, 2009 2 次提交
  16. 27 2月, 2009 1 次提交
  17. 30 1月, 2009 1 次提交
  18. 11 1月, 2009 1 次提交
  19. 13 12月, 2008 1 次提交
  20. 11 11月, 2008 2 次提交
    • J
      don't use net/ieee80211.h · 2c706002
      Johannes Berg 提交于
      Convert all the drivers using net/ieee80211.h to use linux/ieee80211.h.
      Contains a bugfix in libertas where the SSID parsing could overrun the
      buffer when the AP sends invalid information.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Acked-by: Dan Williams <dcbw@redhat.com> [airo, libertas]
      Acked-by: Pavel Roskin <proski@gnu.org> [orinoco]
      Acked-by: David Kilroy <kilroyd@googlemail.com> [orinoco]
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      2c706002
    • W
      netdevice libertas: Fix directly reference of netdev->priv · 4ceb7b6a
      Wang Chen 提交于
      We have some reasons to kill netdev->priv:
      1. netdev->priv is equal to netdev_priv().
      2. netdev_priv() wraps the calculation of netdev->priv's offset, obviously
         netdev_priv() is more flexible than netdev->priv.
      But we cann't kill netdev->priv, because so many drivers reference to it
      directly.
      
      OK, becasue Dave S. Miller said, "every direct netdev->priv usage is a bug",
      and I want to kill netdev->priv later, I decided to convert all the direct
      reference of netdev->priv first.
      
      Different to readonly reference of netdev->priv, in this driver, netdev->priv
      was changed. I use netdev->ml_priv to replace netdev->priv.
      Signed-off-by: NWang Chen <wangchen@cn.fujitsu.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      4ceb7b6a
  21. 01 11月, 2008 1 次提交
  22. 28 10月, 2008 1 次提交
  23. 12 9月, 2008 1 次提交
  24. 30 8月, 2008 1 次提交