]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: iwlwifi: Ensure ack flag is properly cleared.
authorBen Greear <greearb@candelatech.com>
Tue, 8 Aug 2023 20:56:05 +0000 (13:56 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Oct 2023 09:59:00 +0000 (11:59 +0200)
commit06aabf7715dab554a753741d4cd077d29716260d
tree112daadd5dc351231b2af9c3503a10d233b95b4b
parent6063f6f64fa4f156613b1feee1deb0fadc0e7a16
wifi: iwlwifi: Ensure ack flag is properly cleared.

[ Upstream commit e8fbe99e87877f0412655f40d7c45bf8471470ac ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c