summaryrefslogtreecommitdiff
path: root/include/net/aligned_data.h
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2026-01-08 23:00:24 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-30 10:32:24 +0100
commit0adefb6396d7be87dd23c8f499129d6fed1b6a48 (patch)
tree7be2a86dd2bb9ec51c519108390587e753bbdeda /include/net/aligned_data.h
parent4846b32be324f4dd3653f38a3f69c049543d52ae (diff)
wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()
commit 2120f3a3738a65730c81bf10447b1ff776078915 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net/aligned_data.h')
0 files changed, 0 insertions, 0 deletions