]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Remove unused function argument from is_drv_shared() ops
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Thu, 25 Apr 2024 10:15:24 +0000 (15:45 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 9 Aug 2024 06:56:51 +0000 (09:56 +0300)
commit3e420372e714cc253444e2373d5fff66ca97ec5d
treed135d82f7b3088d69db8be254832312c2cedbb6e
parentc6ff28cb63a547469b5abb1f1c198560de79a346
nl80211: Remove unused function argument from is_drv_shared() ops

The bss_ctx argument was never used and can be removed.

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