]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: remove misplaced drv_mgd_complete_tx() call
authorJohannes Berg <johannes.berg@intel.com>
Wed, 5 Feb 2025 09:39:21 +0000 (11:39 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Feb 2025 10:59:07 +0000 (11:59 +0100)
commitf4995cdc4d02d0abc8e9fcccad5c71ce676c1e3f
tree8acdd24a3bcbcf6ee0b475e3f4b79d71fc2d742d
parent8c60179b64434894eac1ffab7396bac131bc8b6e
wifi: mac80211: remove misplaced drv_mgd_complete_tx() call

In the original commit 15fae3410f1d ("mac80211: notify driver on
mgd TX completion") I evidently made a mistake and placed the
call in the "associated" if, rather than the "assoc_data". Later
I noticed the missing call and placed it in commit c042600c17d8
("wifi: mac80211: adding missing drv_mgd_complete_tx() call"),
but didn't remove the wrong one. Remove it now.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250205110958.6ed954179bbf.Id8ef8835b7e6da3bf913c76f77d201017dc8a3c9@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c