mac80211: refactor SKB queue processing a bit
authorJohannes Berg <johannes.berg@intel.com>
Mon, 17 May 2021 21:07:55 +0000 (23:07 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Jun 2021 09:00:08 +0000 (11:00 +0200)
commit07bd1c79c9fbf038483c50031b0f302613a54eb6
tree8bf4919939551f8eb9ecc3e48fb849d4064b57e3
parent0044cc177f23aff1f66589f87c5f1172e9f09fdc
mac80211: refactor SKB queue processing a bit

This is a very long loop body, move it into its own function
instead, keeping only the kcov and free outside in the loop
body.

Link: https://lore.kernel.org/r/20210517230754.6bc6cdd68570.I28a86ebdb19601ca1965c4dc654cc49fc1064efa@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/iface.c