summaryrefslogtreecommitdiff
path: root/include/linux/firmware/intel/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2026-01-08 23:00:24 +0300
committerJohannes Berg <johannes.berg@intel.com>2026-01-12 19:36:55 +0100
commit2120f3a3738a65730c81bf10447b1ff776078915 (patch)
treea0b41b82b66e01a2b1e0f9e92d0a1ddeca631238 /include/linux/firmware/intel/git@git.tavy.me:linux.git
parentdb1d0b6ab11f612ea8a327663a578c8946efeee9 (diff)
wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()
The "i" iterator variable is used to count two different things but unfortunately we can't store two different numbers in the same variable. Use "i" for the outside loop and "j" for the inside loop. Cc: stable@vger.kernel.org Fixes: d219b7eb3792 ("mwifiex: handle BT coex event to adjust Rx BA window size") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Reviewed-by: Jeff Chen <jeff.chen_1@nxp.com> Link: https://patch.msgid.link/aWAM2MGUWRP0zWUd@stanley.mountain Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux/firmware/intel/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions