1. 02 3月, 2015 3 次提交
  2. 01 3月, 2015 4 次提交
  3. 01 2月, 2015 4 次提交
  4. 25 1月, 2015 1 次提交
  5. 22 1月, 2015 5 次提交
  6. 29 12月, 2014 5 次提交
  7. 02 12月, 2014 1 次提交
  8. 01 12月, 2014 4 次提交
  9. 24 11月, 2014 12 次提交
  10. 11 11月, 2014 1 次提交
    • L
      iwlwifi: mvm: handle unsolicited DTS_MEASUREMENT_NOTIFICATIONs · ea9af24d
      Luciano Coelho 提交于
      Currently, the firmware only sends temperature notificaitions inside
      RX statistics notifications, which are tied to beacon filtering.  This
      is a problem because beacon filtering is not used with vifs that don't
      receive beacons (e.g. P2P GO and AP), so the driver doesn't receive
      temperature notifications in those cases.  To solve that, the firmware
      will be changed so that it sends DTS_MEASUREMENT_NOTIFICATIONs,
      independently from the beacon filtering flows.
      
      To support that, the driver needs to also handle unsolicited
      DTS_MEASUREMENT_NOTIFICATIONs, that are not triggered by
      DTS_TRIGGER_CMD_FLAGS_TEMP requests.
      
      This change is backwards compatible and will simply not be used with
      firmware versions that do not send the notifications.
      Signed-off-by: NLuciano Coelho <luciano.coelho@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      ea9af24d