1. 22 1月, 2015 1 次提交
  2. 29 12月, 2014 4 次提交
  3. 14 12月, 2014 2 次提交
  4. 02 12月, 2014 2 次提交
  5. 01 12月, 2014 3 次提交
  6. 24 11月, 2014 2 次提交
  7. 11 11月, 2014 3 次提交
  8. 03 11月, 2014 1 次提交
  9. 29 10月, 2014 4 次提交
  10. 24 10月, 2014 2 次提交
  11. 21 9月, 2014 1 次提交
  12. 14 9月, 2014 2 次提交
  13. 04 9月, 2014 1 次提交
  14. 23 7月, 2014 3 次提交
  15. 06 7月, 2014 1 次提交
  16. 25 6月, 2014 3 次提交
    • L
      iwlwifi: update trans->hw_rev 8000 hw family format · b513ee7f
      Liad Kaufman 提交于
      The format of the CSR_HW_REV register has changed in 8000
      HW family. To keep backwards compatibility, we store the
      value of this register as usual in trans->hw_rev, only we
      store it in the old format in this variable.
      Signed-off-by: NLiad Kaufman <liad.kaufman@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      b513ee7f
    • A
      iwlwifi: pcie: improve debugfs queue info · f40faf62
      Andy Lutomirski 提交于
      This adds need_update and write_actual to rx_queue and need_update
      and an HCMD indicator to tx_queue.
      
      On my card, rx_queue now looks like:
      
      read: 181
      write: 180
      write_actual: 176
      need_update: 0
      free_count: 40
      closed_rb_num: 181
      
      tx_queue now looks like:
      
      hwq 00: read=29 write=30 use=1 stop=0 need_update=0
      hwq 01: read=0 write=0 use=1 stop=0 need_update=0
      hwq 02: read=128 write=128 use=1 stop=0 need_update=0
      hwq 03: read=0 write=0 use=1 stop=0 need_update=0
      hwq 04: read=94 write=94 use=1 stop=0 need_update=0 HCMD
      hwq 05: read=0 write=0 use=0 stop=0 need_update=0
      hwq 06: read=0 write=0 use=0 stop=0 need_update=0
      hwq 07: read=0 write=0 use=0 stop=0 need_update=0
      hwq 08: read=0 write=0 use=0 stop=0 need_update=0
      hwq 09: read=0 write=0 use=0 stop=0 need_update=0
      hwq 10: read=0 write=0 use=0 stop=0 need_update=0
      hwq 11: read=0 write=0 use=0 stop=0 need_update=0
      hwq 12: read=0 write=0 use=0 stop=0 need_update=0
      hwq 13: read=0 write=0 use=0 stop=0 need_update=0
      hwq 14: read=0 write=0 use=0 stop=0 need_update=0
      hwq 15: read=0 write=0 use=0 stop=0 need_update=0
      hwq 16: read=0 write=0 use=0 stop=0 need_update=0
      hwq 17: read=0 write=0 use=0 stop=0 need_update=0
      hwq 18: read=0 write=0 use=0 stop=0 need_update=0
      hwq 19: read=0 write=0 use=0 stop=0 need_update=0
      
      This may help with debugging queue stalls.
      Signed-off-by: NAndy Lutomirski <luto@amacapital.net>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      f40faf62
    • E
      iwlwifi: pcie: add firmware monitor capabilities · c2d20201
      Emmanuel Grumbach 提交于
      This allows to use the firmware monitor. This capability
      uses a lot of contiguous memory (up to 64MB), so make its
      usage module parameter dependent.
      
      The driver will try to allocate as much contiguous memory
      as possible downgrading its requirements until the
      allocation succeeds.
      
      Dump this data into the fw-error dump file when an error
      happens.
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      c2d20201
  17. 11 5月, 2014 1 次提交
  18. 08 5月, 2014 1 次提交
  19. 07 5月, 2014 2 次提交
  20. 13 4月, 2014 1 次提交