1. 02 8月, 2008 1 次提交
  2. 23 7月, 2008 1 次提交
  3. 10 6月, 2008 1 次提交
    • D
      ipw2200: queue direct scans · ea177305
      Dan Williams 提交于
      When another scan is in progress, a direct scan gets dropped on the
      floor.  However, that direct scan is usually the scan that's really
      needed by userspace, and gets stomped on by all the broadcast scans the
      ipw2200 driver issues internally.  Make sure the direct scan happens
      eventually, and as a bonus ensure that the passive scan worker is
      cleaned up when appropriate.
      
      The change of request_passive_scan form a struct work to struct
      delayed_work is only to make the set_wx_scan() code a bit simpler, it's
      still only used with a delay of 0 to match previous behavior.
      Signed-off-by: NDan Williams <dcbw@redhat.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ea177305
  4. 05 6月, 2008 1 次提交
  5. 17 5月, 2008 1 次提交
  6. 09 4月, 2008 1 次提交
    • D
      [NET]: Undo code bloat in hot paths due to print_mac(). · 21f644f3
      David S. Miller 提交于
      If print_mac() is used inside of a pr_debug() the compiler
      can't see that the call is redundant so still performs it
      even of pr_debug() ends up being a nop.
      
      So don't use print_mac() in such cases in hot code paths,
      use MAC_FMT et al. instead.
      
      As noted by Joe Perches, pr_debug() could be modified to
      handle this better, but that is a change to an interface
      used by the entire kernel and thus needs to be validated
      carefully.  This here is thus the less risky fix for
      2.6.25
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      21f644f3
  7. 08 4月, 2008 1 次提交
  8. 26 3月, 2008 1 次提交
  9. 01 3月, 2008 1 次提交
  10. 16 2月, 2008 1 次提交
  11. 29 1月, 2008 7 次提交
  12. 17 1月, 2008 1 次提交
  13. 20 12月, 2007 1 次提交
  14. 18 12月, 2007 1 次提交
  15. 26 10月, 2007 1 次提交
  16. 20 10月, 2007 1 次提交
  17. 11 10月, 2007 3 次提交
  18. 18 7月, 2007 3 次提交
  19. 11 7月, 2007 1 次提交
  20. 28 4月, 2007 2 次提交
  21. 26 4月, 2007 2 次提交
  22. 06 2月, 2007 1 次提交
  23. 06 12月, 2006 4 次提交
  24. 02 12月, 2006 1 次提交
  25. 30 11月, 2006 1 次提交