You need to sign in or sign up before continuing.
-
由 Dan Carpenter 提交于
The &mvm->tof_data.range_req.ap[] array has IWL_MVM_TOF_MAX_APS elements so the check should be >= instead of >. Also the test can underflow so I have changed "i" to unsigned. Fixes: ce792918 ('wlwifi: mvm: add basic Time of Flight (802.11mc FTM) support') Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com> Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
5b9d47cd