1. 12 5月, 2011 1 次提交
  2. 29 4月, 2011 1 次提交
  3. 12 3月, 2011 1 次提交
  4. 17 9月, 2010 1 次提交
    • J
      libertas: correct sparse warnings · 65a602dd
      John W. Linville 提交于
        CHECK   drivers/net/wireless/libertas/cfg.c
      drivers/net/wireless/libertas/cfg.c:493:19: warning: cast to restricted __le16
        CHECK   drivers/net/wireless/libertas/mesh.c
      drivers/net/wireless/libertas/mesh.c:577:16: warning: incorrect type in assignment (different base types)
      drivers/net/wireless/libertas/mesh.c:577:16:    expected restricted __le32 [addressable] [assigned] [usertype] id
      drivers/net/wireless/libertas/mesh.c:577:16:    got bool
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      65a602dd
  5. 28 7月, 2010 2 次提交
  6. 24 6月, 2010 1 次提交
  7. 27 12月, 2009 1 次提交
  8. 23 12月, 2009 3 次提交
  9. 29 11月, 2009 4 次提交
  10. 28 10月, 2009 1 次提交
  11. 27 2月, 2009 1 次提交
  12. 13 11月, 2008 1 次提交
    • W
      netdevice: safe convert to netdev_priv() #part-3 · 8f15ea42
      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.
      
      This patch is a safe convert for netdev->priv to netdev_priv(netdev).
      Since all of the netdev->priv is only for read.
      But it is too big to be sent in one mail.
      I split it to 4 parts and make every part smaller than 100,000 bytes,
      which is max size allowed by vger.
      Signed-off-by: NWang Chen <wangchen@cn.fujitsu.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8f15ea42
  13. 11 11月, 2008 1 次提交
  14. 30 7月, 2008 1 次提交
  15. 04 6月, 2008 1 次提交
  16. 22 5月, 2008 2 次提交