1. 02 3月, 2015 1 次提交
    • E
      iwlwifi: mvm: add framework for triggers for fw dump · d2709ad7
      Emmanuel Grumbach 提交于
      Most of the time, the issues we want to debug with the
      firmware dump mechanism are transient. It is then very
      hard to stop the recording on time and get meaningful
      data.
      In order to solve this, I add here an infrastucture
      of triggers. The user will supply a list of triggers
      that will start / stop the recording. We have two types
      of triggers: start and stop. Start triggers can start a
      specific configuration. The stop triggers will be able to
      kick the collection of the data with the currently running
      configuration. These triggers are given to the driver by
      the .ucode file - just like the configuration.
      
      In the next patches, I'll add triggers in the code.
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      d2709ad7
  2. 01 3月, 2015 3 次提交
  3. 01 2月, 2015 3 次提交
  4. 22 1月, 2015 4 次提交
  5. 12 1月, 2015 1 次提交
    • E
      iwlwifi: mvm: drop non VO frames when flushing · 4e6c48e0
      Emmanuel Grumbach 提交于
      This change has already been implemented in iwldvm:
      
      commit a260e7b3f0307878b99d57ed1406cf2d497923b8
      Author: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
      Date:   Sun Oct 5 09:11:14 2014 +0300
      
          iwlwifi: dvm: drop non VO frames when flushing
      
      Since I added the flush() callback implementation in mvm,
      we got reports that the queues are stuck while roaming
      or suspending.
      This commit above helped much for iwldvm, implement the
      same behavior for iwlmvm.
      
      CC: <stable@vger.kernel.org> [3.16+]
      Fixes: c5b0e7c0 ("iwlwifi: mvm: implement mac80211's flush callback")
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      4e6c48e0
  6. 29 12月, 2014 12 次提交
  7. 28 12月, 2014 1 次提交
  8. 15 12月, 2014 1 次提交
  9. 14 12月, 2014 1 次提交
  10. 01 12月, 2014 2 次提交
  11. 24 11月, 2014 11 次提交