Re: [OpenWrt-Devel] [PATCH][netifd] Bridge hairpin mode must be off by default

2015-09-10 Thread Dmitrijs Ivanovs
Hi Linus! In WDS mode, we have problems with ARP, DHCP and some other protocols utilizing broadcast frames. So I think it's better to disable multicast_to_unicast by default in both netifd and script. On Thu, Sep 10, 2015 at 4:39 PM, Linus Lüssing wrote: > Hi Dmitry, > > On Thu, Sep 10, 2015 at

Re: [OpenWrt-Devel] [PATCH] iwinfo: do not wait for scan results if scan request failed.

2015-08-20 Thread Dmitrijs Ivanovs
Hi John! 1) The code is reachable because "err" is signed integer. Negative value is error indication. 2) Cleanup is called later in all cases. Actually, calling it here leads to an error - a kind of "double free". It was never encountered because it was never called in past. I had to create this