wifi: mac80211: adding missing drv_mgd_complete_tx() call
authorJohannes Berg <johannes.berg@intel.com>
Wed, 31 Jan 2024 15:48:23 +0000 (16:48 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 2 Feb 2024 12:11:38 +0000 (13:11 +0100)
commitc042600c17d8c490279f0ae2baee29475fe8047d
treeadb0a368914462f260de8304d82b6351b41933a2
parenta0b4f2291319c5d47ecb196b90400814fdcfd126
wifi: mac80211: adding missing drv_mgd_complete_tx() call

There's a call to drv_mgd_prepare_tx() and so there should
be one to drv_mgd_complete_tx(), but on this path it's not.
Add it.

Link: https://msgid.link/20240131164824.2f0922a514e1.I5aac89b93bcead88c374187d70cad0599d29d2c8@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c