1. 06 10月, 2018 1 次提交
  2. 28 9月, 2018 9 次提交
  3. 31 8月, 2018 21 次提交
  4. 02 8月, 2018 5 次提交
  5. 26 7月, 2018 3 次提交
  6. 30 5月, 2018 1 次提交
    • S
      iwlwifi: mvm: drop UNKNOWN security type frames · fabdcc2e
      Sara Sharon 提交于
      In some cases we may get from FW errored frames with
      UNKNOWN security type.
      
      This may happen in unsecured aggregation flow, where
      the first packet had a CRC error in the WEP bit, which
      was followed by a failure to decrypt and was dropped.
      
      The next frames in the aggregation "inherit" the bad metadata
      of the first packet.
      
      Make sure to drop such frames since RADA and other offloads
      will not operate correctly which may have unexpected results.
      
      In case of AP it also causes to TX AMSDU frames to the peers,
      resulting with assert 0x104B.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      fabdcc2e