1. 11 11月, 2008 3 次提交
  2. 07 11月, 2008 1 次提交
    • J
      iwlagn: avoid sleep in softirq context · 964d2777
      John W. Linville 提交于
      __ieee80211_tasklet_handler -> __ieee80211_rx ->
      	__ieee80211_rx_handle_packet -> ieee80211_invoke_rx_handlers ->
      	ieee80211_rx_h_decrypt -> ieee80211_crypto_tkip_decrypt ->
      	ieee80211_tkip_decrypt_data -> iwl4965_mac_update_tkip_key ->
      	iwl_scan_cancel_timeout -> msleep
      
      Ooops!
      
      Avoid the sleep by changing iwl_scan_cancel_timeout with
      iwl_scan_cancel and simply returning on failure if the scan persists.
      This will cause hardware decryption to fail and we'll handle a few more
      frames with software decryption.
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      964d2777
  3. 01 11月, 2008 6 次提交
  4. 30 10月, 2008 1 次提交
  5. 28 10月, 2008 1 次提交
  6. 07 10月, 2008 1 次提交
  7. 01 10月, 2008 2 次提交
  8. 25 9月, 2008 3 次提交
  9. 16 9月, 2008 3 次提交
  10. 12 9月, 2008 4 次提交
  11. 09 9月, 2008 8 次提交
  12. 04 9月, 2008 5 次提交
  13. 03 9月, 2008 1 次提交
  14. 23 8月, 2008 1 次提交