]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Move Management frame TX status to per BSS handling
authorSriram R <quic_srirrama@quicinc.com>
Thu, 28 Mar 2024 18:16:41 +0000 (23:46 +0530)
committerJouni Malinen <j@w1.fi>
Sat, 20 Apr 2024 12:58:48 +0000 (15:58 +0300)
commitefb484bbcea701436549aa362d74fa7e8ddbbb1a
tree50fe361c6e1bb6cb0c23f0ee4f1325d21a31bc6e
parent80864d01163086fe6a6afba5e9d7b81bd965bdb3
nl80211: Move Management frame TX status to per BSS handling

Management frame TX status events were handled on drv's first BSS
only. However, to support multiple MLDs there is requirement to handle
this on a given BSS.

Use the passed BSS instead of always going with drv's first BSS.

Signed-off-by: Sriram R <quic_srirrama@quicinc.com>
Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
src/drivers/driver_nl80211_event.c