WIFI-4473-Client-Blocked-List

This patch will fix the client blocked list update issue

Signed-off-by: Nagendrababu <nagendrababu.bonkuri@connectus.ai>
This commit is contained in:
Nagendrababu
2021-09-30 15:47:06 -04:00
committed by Arif
parent eaa37d4101
commit 4cd7cab7d0

View File

@@ -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"))