1. 20 2月, 2010 2 次提交
  2. 12 2月, 2010 2 次提交
    • T
      iwlwifi: Monitor and recover the aggregation TX flow failure · 1db5950f
      Trieu 'Andrew' Nguyen 提交于
      This change monitors the tx statistics to detect the drop in throughput.
      When the throughput drops, the ratio of the actual_ack_count and the expected_
      ack_count also drops.  At the same time, the aggregated ba_timeout (the number
      of ba timeout retries) also rises.  If the actual_ack_count/expected_ack_count
      ratio is 0 and the number of ba timeout retries rises to 16, no tx packets
      (tcp, udp, or ping - icmp) can be delivered.  The driver recovers from this
      situation by reseting the uCode firmware.  If the actual_ack_count/expected_
      ack_count ratio drops below 50% (but not 0) and the aggregated ba_timeout
      retries just exceed 5 (but not 16), then the driver can reset the radio to
      bring the throughput up.
      Signed-off-by: NTrieu 'Andrew' Nguyen <trieux.t.nguyen@intel.com>
      Signed-off-by: NReinette Chatre <reinette.chatre@intel.com>
      1db5950f
    • R
      iwlwifi: reset card during probe · 4843b5a7
      Reinette Chatre 提交于
      To ensure that card is in a sane state during probe we add a reset call.
      This change was prompted by users of kdump who was not able to bring up the
      wireless driver in the kdump kernel. The problem here was that the primary
      kernel, which is not running at the time, left the wireless card up and
      running. When the kdump kernel starts it is thus possible to immediately
      receive interrupts from firmware after registering interrupt, but without
      being ready to deal with interrupts from firmware yet.
      Reported-by: NStanislaw Gruszka <sgruszka@redhat.com>
      Signed-off-by: NReinette Chatre <reinette.chatre@intel.com>
      4843b5a7
  3. 09 2月, 2010 2 次提交
  4. 30 1月, 2010 3 次提交
  5. 26 1月, 2010 5 次提交
  6. 23 1月, 2010 1 次提交
  7. 20 1月, 2010 2 次提交
  8. 13 1月, 2010 1 次提交
  9. 23 12月, 2009 1 次提交
  10. 22 12月, 2009 5 次提交
  11. 05 12月, 2009 1 次提交
  12. 24 11月, 2009 6 次提交
  13. 20 11月, 2009 1 次提交
  14. 19 11月, 2009 6 次提交
  15. 12 11月, 2009 2 次提交