]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Move control port 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)
commit93d204b1eebd4b2e4c4252d728671e6f264631fc
tree5571416f2811af6d05a6c6c1f14fd05b6325f31a
parentefb484bbcea701436549aa362d74fa7e8ddbbb1a
nl80211: Move control port TX status to per BSS handling

Control port 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