]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fix conditional checks of nlmsg attributes for NAN publish
authorShivani Baranwal <quic_shivbara@quicinc.com>
Sat, 7 Sep 2024 13:45:42 +0000 (19:15 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 11 Sep 2024 23:58:32 +0000 (02:58 +0300)
commit9edd8b441e8a2a14c98ed30745aa75d5a872aab7
tree58ad17f7c093fd29f0e5b6a0999e9322bcb27aae
parent204ebcce3e93faf5113917b1a45a2acf208141e4
nl80211: Fix conditional checks of nlmsg attributes for NAN publish

Some of the cleanup changes had lost the "goto fail" and broken the
logic. Restore correct behavior.

Fixes: 58f04221fdef ("nl80211: NAN USD commands for offloading")
Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
src/drivers/driver_nl80211.c