From 4cd7cab7d0ec067d704251690f23c38c251e9039 Mon Sep 17 00:00:00 2001 From: Nagendrababu Date: Thu, 30 Sep 2021 15:47:06 -0400 Subject: [PATCH] WIFI-4473-Client-Blocked-List This patch will fix the client blocked list update issue Signed-off-by: Nagendrababu --- .../opensync/src/platform/openwrt/src/lib/target/src/vif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/wlan-ap/opensync/src/platform/openwrt/src/lib/target/src/vif.c b/feeds/wlan-ap/opensync/src/platform/openwrt/src/lib/target/src/vif.c index 6e4cf9a51..b439d66f3 100755 --- a/feeds/wlan-ap/opensync/src/platform/openwrt/src/lib/target/src/vif.c +++ b/feeds/wlan-ap/opensync/src/platform/openwrt/src/lib/target/src/vif.c @@ -1609,7 +1609,7 @@ static int ap_vif_config_set(const struct schema_Wifi_Radio_Config *rconf, blobmsg_add_u32(&b, "vid", vid); } - if (changed->mac_list_type) { + if (changed->mac_list_type || changed->mac_list) { struct blob_attr *a; int i; if (!strcmp(vconf->mac_list_type, "whitelist"))