]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: iwlwifi: mvm: fix the order of TIMING_MEASUREMENT notifications
authorGregory Greenman <gregory.greenman@intel.com>
Mon, 10 Apr 2023 14:07:20 +0000 (17:07 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Apr 2023 12:56:17 +0000 (14:56 +0200)
commitd8f975594da8dc59b463db9bcc0bec3fd961630b
treec1d3f53e3ccbb1f8b79342bd29f8e6d8882a1ae4
parentb536f32b5b034f592df0f0ba129ad59fa0f3e532
wifi: iwlwifi: mvm: fix the order of TIMING_MEASUREMENT notifications

Host commands and notifications are expected to be ordered in
iwl_mvm_groups array. Fix the order of two new TIMING_MEASUREMENT
notifications.

Fixes: c7eca79def44 ("wifi: iwlwifi: mvm: report hardware timestamps in RX/TX status")
Reported-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/linux-wireless/20230331175121.GA3127046@dev-arch.thelio-3990X/
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Tested-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20230410140721.897683-1-gregory.greenman@intel.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/ops.c