Re: [PATCH] wifi: fix autoscan interval limit

2015-01-21 Thread Patrik Flykt
On Mon, 2015-01-19 at 17:41 -0800, Jason Abele wrote: From: Jason Abele ja...@aether.com The comparison to autoscan-limit is performed before setting the new autoscan-interval, allowing one interval to overshoot the limit. Fix this by comparing against the newly calculated interval.

Re: [PATCH] wifi: fix autoscan interval limit

2015-01-20 Thread Tomasz Bursztyka
Hi Jason, ACK on this patch. Thanks, Tomasz ___ connman mailing list connman@connman.net https://lists.connman.net/mailman/listinfo/connman

[PATCH] wifi: fix autoscan interval limit

2015-01-19 Thread Jason Abele
From: Jason Abele ja...@aether.com The comparison to autoscan-limit is performed before setting the new autoscan-interval, allowing one interval to overshoot the limit. Fix this by comparing against the newly calculated interval. --- plugins/wifi.c | 2 +- 1 file changed, 1 insertion(+), 1