1. 23 9月, 2009 1 次提交
  2. 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
  3. 14 8月, 2009 17 次提交
  4. 25 7月, 2009 3 次提交
  5. 11 7月, 2009 17 次提交
  6. 07 5月, 2009 1 次提交
    • B
      wl12xx: correct printk format warnings · 8bce6121
      Bob Copeland 提交于
      Fixes warnings:
        drivers/net/wireless/wl12xx/main.c:87: warning: int format, different
          type arg (arg 2)
        drivers/net/wireless/wl12xx/main.c: In function `wl12xx_fetch_nvs':
        drivers/net/wireless/wl12xx/main.c:125: warning: int format, different
          type arg (arg 2)
        drivers/net/wireless/wl12xx/wl1251.c: In function 'wl1251_upload_firmware':
        drivers/net/wireless/wl12xx/wl1251.c:94: warning: int format, different
          type arg (arg 2)
        drivers/net/wireless/wl12xx/wl1251.c:141: warning: int format, different
          type arg (arg 2)
      Signed-off-by: NBob Copeland <me@bobcopeland.com>
      Acked-by: NKalle Valo <kalle.valo@nokia.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      8bce6121