1. 02 4月, 2015 1 次提交
    • J
      iwlwifi: mvm: do string formatting in debug triggers · 5d4f929e
      Johannes Berg 提交于
      The current code has a lot of duplicates of printing into a buffer
      (while having to make sure it's NUL-filled and -terminated) and
      then passing that to the debug trigger collection.
      
      Since that's error-prone, instead make the debug trigger collection
      function take a format string and format arguments (with compiler
      validity checking) and handle the buffer internally.
      
      This makes one behavioural change -- instead of sending the whole
      buffer to userspace (clearing is needed to not leak stack data) it
      just passes the actual string (including NUL-terminator.)
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      5d4f929e
  2. 30 3月, 2015 1 次提交
  3. 02 3月, 2015 1 次提交
  4. 01 3月, 2015 1 次提交
  5. 01 2月, 2015 1 次提交
  6. 22 1月, 2015 2 次提交
  7. 29 12月, 2014 1 次提交
  8. 01 12月, 2014 1 次提交
  9. 24 11月, 2014 2 次提交
  10. 29 10月, 2014 1 次提交
  11. 16 9月, 2014 1 次提交
    • A
      iwlwifi: mvm: prepare for scheduler config command · 3edf8ff6
      Avri Altman 提交于
      The scheduler is a HW sub-block that directs the work of the Flow
      Handler by issuing requests for frame transfers, specifying source
      and destination. Its primary function is to allocate flows into the
      TX FIFOs based upon a pre-determined mapping.
      
      The driver has some responsibilities to the scheduler, namely
      initialising and maintaining the hardware registers. This is
      currently done by directly accessing them, which can cause races
      with the firmware also accessing the registers.
      
      To address this problem, change the driver to no longer directly
      access the registers but go through the firmware for this if the
      firmware has support for DQA and thus the new command.
      Signed-off-by: NAvri Altman <avri.altman@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      3edf8ff6
  12. 15 9月, 2014 1 次提交
  13. 08 9月, 2014 1 次提交
  14. 04 9月, 2014 4 次提交
  15. 21 7月, 2014 1 次提交
  16. 08 7月, 2014 4 次提交
  17. 04 7月, 2014 1 次提交
  18. 25 6月, 2014 2 次提交
  19. 21 5月, 2014 1 次提交
  20. 19 5月, 2014 2 次提交
  21. 16 5月, 2014 1 次提交
  22. 13 5月, 2014 1 次提交
  23. 07 5月, 2014 1 次提交
  24. 13 4月, 2014 1 次提交
  25. 13 2月, 2014 1 次提交
  26. 07 2月, 2014 1 次提交
  27. 01 1月, 2014 4 次提交