• Sara Sharon's avatar
    iwlwifi: mvm: drop UNKNOWN security type frames · fabdcc2e
    Sara Sharon authored
    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: default avatarSara Sharon <sara.sharon@intel.com>
    Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
    fabdcc2e
rxmq.c 34.6 KB