[PATCH 5/5] wifi: Set peer's connection master status when on configuration state

2014-07-16 Thread Tomasz Bursztyka
This will let peer core starting dhcp either as a server or as a client. --- plugins/wifi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/wifi.c b/plugins/wifi.c index ba4ce66..eb1fad0 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -2373,6 +2373,8 @@ static void peer_changed(G

Re: [PATCH 5/5] wifi: Set peer's connection master status when on configuration state

2014-07-16 Thread Jukka Rissanen
Hi Tomasz, Could the patch #2 be put before this patch so the helper function definition would be nearer to this one? On ke, 2014-07-16 at 16:27 +0300, Tomasz Bursztyka wrote: > This will let peer core starting dhcp either as a server or as a client. > --- > plugins/wifi.c | 2 ++ > 1 file chang