Re: [LEDE-DEV] hostapd: cli treat UNKNOWN COMMAND as failing

2017-04-09 Thread Denton Gentry
I'll get git send-email configured with a working SMTP server and send this again, even in plain text mode my email client wrapped the lines. On Sat, Apr 8, 2017 at 8:33 PM, Denton Gentry wrote: > Avoid infinite loop at 100% CPU when running hostapd_cli > if CONFIG_CTRL_IFACE_MIB is not defined.

[LEDE-DEV] hostapd: cli treat UNKNOWN COMMAND as failing

2017-04-08 Thread Denton Gentry
Avoid infinite loop at 100% CPU when running hostapd_cli if CONFIG_CTRL_IFACE_MIB is not defined. _newselect(4, [3], NULL, NULL, ...) recvfrom(3, "UNKNOWN COMMAND\n", 4095, 0, NULL, NULL) = 16 sendto(3, "STA-NEXT UNKNOWN COMMAND", 24, 0, NULL, 0) = 24 Signed-off-by: Denton Gentry --- .../patche