Skip to content
Snippets Groups Projects
Commit 7c912f89 authored by Stanislaw Gruszka's avatar Stanislaw Gruszka
Browse files

ts: send traffic separation policy for all bands

parent a45061da
No related branches found
No related tags found
1 merge request!74ts: send traffic separation policy for all bands
Pipeline #38563 failed
......@@ -151,8 +151,10 @@ int cntlr_gen_traffic_sep_policy(struct controller *c, struct cmdu_buff *frm,
list_for_each_entry(cred, &c->cfg.aplist, list) {
uint8_t len;
#if 0 /* Send policy for all band's, until we do not set band properly */
if (cred->band != band)
continue;
#endif
t->len++; /* len */
len = strlen((char *)cred->ssid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment