• L
    iwlwifi: mvm: reset seq num after restart · 5d39051a
    Liad Kaufman 提交于
    After a FW reset on A000 NICs, the driver doesn't
    set the seq number when re-allocating the queues.
    This in turn leads to a mismatch between the seq
    number the driver thinks each frame has, and the
    actual seq num given by the HW.
    
    This especially causes issues with aggregations,
    since the driver could be waiting to start an
    aggregation and queue traffic from the mac80211
    until then, when actually it shouldn't be waiting.
    
    Fixes: 310181ec ("iwlwifi: move to TVQM mode")
    Signed-off-by: NLiad Kaufman <liad.kaufman@intel.com>
    Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
    5d39051a
sta.c 100.3 KB