Comment 2 for bug 1736639

Revision history for this message
AceLan Kao (acelankao) wrote :

The 2 patches can be found here, they have CC'ed stable, so they will be in artful kernel someday.

git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes.git

Author: Sara Sharon <email address hidden>
Date: Mon Feb 8 23:30:47 2016 +0200

    iwlwifi: mvm: mark MIC stripped MPDUs

    When RADA is active, the hardware decrypts the packets and strips off
    the MIC as it is useless after decryption. Indicate that to mac80211.

    Cc: <email address hidden> # 4.13+
    [this is needed for the 9000-series HW to work properly]
    Signed-off-by: Sara Sharon <email address hidden>
    Signed-off-by: Luca Coelho <email address hidden>

commit 9d0fc5a50a0548f8e5d61243e5e5f26d5c405aef
Author: David Spinadel <email address hidden>
Date: Mon Nov 21 17:01:25 2016 +0200

    iwlwifi: mvm: enable RX offloading with TKIP and WEP

    Set the flag that indicates that ICV was stripped on if
    this option was enabled in the HW.

    Cc: <email address hidden> # 4.13+
    [this is needed for the 9000-series HW to work properly]
    Signed-off-by: David Spinadel <email address hidden>
    Signed-off-by: Luca Coelho <email address hidden>