1. 16 2月, 2018 2 次提交
    • S
      iwlwifi: mvm: fix IBSS for devices that support station type API · fc07bd8c
      Sara Sharon 提交于
      In IBSS, the mac80211 sets the cab_queue to be invalid.
      
      However, the multicast station uses it, so we need to override it.
      
      A previous patch did it, but it was nested inside the if's and was
      applied only for legacy FWs that don't support the new station type
      API, instead of being applied for all paths.
      
      In addition, add a missing NL80211_IFTYPE_ADHOC to the initialization
      of the queues in iwl_mvm_mac_ctxt_init()
      
      Fixes: ee48b722 ("iwlwifi: mvm: support ibss in dqa mode")
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      fc07bd8c
    • S
      iwlwifi: mvm: fix security bug in PN checking · 5ab2ba93
      Sara Sharon 提交于
      A previous patch allowed the same PN for packets originating from the
      same AMSDU by copying PN only for the last packet in the series.
      
      This however is bogus since we cannot assume the last frame will be
      received on the same queue, and if it is received on a different ueue
      we will end up not incrementing the PN and possibly let the next
      packet to have the same PN and pass through.
      
      Change the logic instead to driver explicitly indicate for the second
      sub frame and on to be allowed to have the same PN as the first
      subframe. Indicate it to mac80211 as well for the fallback queue.
      
      Fixes: f1ae02b1 ("iwlwifi: mvm: allow same PN for de-aggregated AMSDU")
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      5ab2ba93
  2. 05 1月, 2018 1 次提交
  3. 21 12月, 2017 11 次提交
  4. 08 12月, 2017 1 次提交
  5. 06 12月, 2017 13 次提交
  6. 05 12月, 2017 4 次提交
  7. 28 11月, 2017 3 次提交
  8. 25 11月, 2017 5 次提交