wifi: iwlwifi: Ensure ack flag is properly cleared.
authorBen Greear <greearb@candelatech.com>
Tue, 8 Aug 2023 20:56:05 +0000 (13:56 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Sep 2023 13:55:26 +0000 (15:55 +0200)
commite8fbe99e87877f0412655f40d7c45bf8471470ac
tree577896c27d3fd9277666dc005b0e0fc8c6fcdb7c
parent424c82e8ad56756bb98b08268ffcf68d12d183eb
wifi: iwlwifi: Ensure ack flag is properly cleared.

Debugging indicates that nothing else is clearing the info->flags,
so some frames were flagged as ACKed when they should not be.
Explicitly clear the ack flag to ensure this does not happen.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Acked-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230808205605.4105670-1-greearb@candelatech.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c