1. 18 9月, 2010 1 次提交
  2. 11 9月, 2010 2 次提交
  3. 28 8月, 2010 13 次提交
  4. 27 8月, 2010 5 次提交
  5. 26 8月, 2010 8 次提交
  6. 25 8月, 2010 3 次提交
  7. 17 8月, 2010 2 次提交
  8. 14 8月, 2010 1 次提交
  9. 23 7月, 2010 3 次提交
  10. 03 7月, 2010 2 次提交
    • W
      iwlwifi: adding enhance sensitivity table entries · c8312fac
      Wey-Yi Guy 提交于
      For newer devices (6000g2a and 6000g2b), the sensitivity table send to
      uCode require additional table entries to help sensitivity calibration.
      
      All the additional entries has fix data for now, but do expect the value
      will be change in the future when device become more stable.
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      c8312fac
    • W
      iwlwifi: add support for device tx flush request · 65550636
      Wey-Yi Guy 提交于
      "Flush" request can come from two different sources, it can either from
      mac80211, or from device when the operation is needed. Here
      adding the support for device issue "flush" request.
      
      When receive tx complete with status is TX_STATUS_FAIL_RFKILL_FLUSH,
      issue REPLY_TXFIFO_FLUSH command to uCode to flush out all the tx frames
      in queues.
      
      In this condition, since mac80211 has no knowledge of "flush" operation,
      driver need to stop all the tx queues and wait for the operation
      completed before wake up the queues for frames transmission.
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      Signed-off-by: NReinette Chatre <reinette.chatre@intel.com>
      65550636