wifi: mac80211: simplify __ieee80211_rx_h_amsdu() loop
authorJohannes Berg <johannes.berg@intel.com>
Wed, 9 Jul 2025 20:38:01 +0000 (23:38 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 15 Jul 2025 09:00:39 +0000 (11:00 +0200)
commit6ee152b0cd45643ef0a1697585b97b63985ea79d
tree84327c84db168462c6182bd05e87be3707a01e12
parent63df3956903748c5f374a0dfe7a89490714a4625
wifi: mac80211: simplify __ieee80211_rx_h_amsdu() loop

The loop handling individual subframes can be simplified to
not use a somewhat confusing goto inside the loop.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250709233537.a217a1e8c667.I5283df9627912c06c8327b5786d6b715c6f3a4e1@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c