]> git.ipfire.org Git - thirdparty/hostap.git/commit
Pass CSA parameters by reference instead by value
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 5 Sep 2024 21:42:26 +0000 (00:42 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 5 Sep 2024 22:06:32 +0000 (01:06 +0300)
commitffc9fa0132856d0bb43ab5ea6e4e0909e63b7d07
tree2284084ee533b5280af4c99f9b97d1988b43332c
parent1527a95ba0135b680b509948da248b17bc243f5c
Pass CSA parameters by reference instead by value

There is no need to make a copy of the full struct csa_settings for
this.

Fixes: 5cb6747f9721 ("Add support to switch channel when CAC is in progress")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
hostapd/ctrl_iface.c
src/ap/hostapd.c
src/ap/hostapd.h