1. 09 2月, 2010 1 次提交
  2. 27 1月, 2010 1 次提交
  3. 13 1月, 2010 7 次提交
  4. 29 12月, 2009 1 次提交
  5. 22 12月, 2009 6 次提交
  6. 08 12月, 2009 3 次提交
  7. 19 11月, 2009 9 次提交
  8. 12 11月, 2009 1 次提交
  9. 31 10月, 2009 1 次提交
  10. 28 10月, 2009 3 次提交
  11. 23 9月, 2009 1 次提交
  12. 20 8月, 2009 1 次提交
    • J
      mac80211: allow configure_filter callback to sleep · 3ac64bee
      Johannes Berg 提交于
      Over time, a whole bunch of drivers have come up
      with their own scheme to delay the configure_filter
      operation to a workqueue. To be able to simplify
      things, allow configure_filter to sleep, and add
      a new prepare_multicast callback that drivers that
      need the multicast address list implement. This new
      callback must be atomic, but most drivers either
      don't care or just calculate a hash which can be
      done atomically and then uploaded to the hardware
      non-atomically.
      
      A cursory look suggests that at76c50x-usb, ar9170,
      mwl8k (which is actually very broken now), rt2x00,
      wl1251, wl1271 and zd1211 should make use of this
      new capability.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3ac64bee
  13. 14 8月, 2009 5 次提交