]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Use per-BSS command for remove link
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Wed, 6 Mar 2024 06:38:58 +0000 (12:08 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 27 Mar 2024 16:12:39 +0000 (18:12 +0200)
commita576180cd8430a69bfa3559de3b5ff74e12a1d7f
treec8b469154bac8f5101f2f522cc66eee385cb7ccd
parentb162886fd0806337e763be717f33ec8ff2f396dd
nl80211: Use per-BSS command for remove link

Construct the nl80211 remove link command using the per-BSS approach
instead of per-driver (drv->first_bss).

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
src/drivers/driver_nl80211.c