]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Ignore global regulatory change for self managed drivers
authorManish Dharanenthiran <manish.dharanenthiran@oss.qualcomm.com>
Wed, 8 Oct 2025 17:40:48 +0000 (23:10 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 10 Oct 2025 16:24:32 +0000 (19:24 +0300)
commit0e8a6619e91274dc097007f43c1560929bf52af9
treebcdffbc2a58ae43ab0c8aa6c4f20ea31f424e705
parent2c76d5ad0b8c2612e3ffb01ed7dce7362759b5ad
nl80211: Ignore global regulatory change for self managed drivers

For drivers with self managed regulatory support enabled, private
regdomain is the only valid domain. Hence, ignore the global regulatory
domain change event (NL80211_CMD_REG_CHANGE) if the driver is enabled
with self managed regulatory domain, as the regulatory domain for those
drivers will be updated via NL80211_CMD_WIPHY_REG_CHANGE.

Signed-off-by: Manish Dharanenthiran <manish.dharanenthiran@oss.qualcomm.com>
src/drivers/driver_nl80211_event.c