Re: [LEDE-DEV] [PATCH 1/1 V3] netifd: track when wdev setup fails

2016-08-11 Thread Felix Fietkau
On 2016-08-11 15:02, Eduardo Abinader wrote: > On 11.08.2016 14:16, Felix Fietkau wrote: >> On 2016-08-11 14:02, Eduardo Abinader wrote: >>> When netifd failed to load a valid configuration, after an invalid one, >>> it was not possible to setup the wireless device. This patch >>> aims to track thi

Re: [LEDE-DEV] [PATCH 1/1 V3] netifd: track when wdev setup fails

2016-08-11 Thread Eduardo Abinader
On 11.08.2016 14:16, Felix Fietkau wrote: > On 2016-08-11 14:02, Eduardo Abinader wrote: >> When netifd failed to load a valid configuration, after an invalid one, >> it was not possible to setup the wireless device. This patch >> aims to track this situation and behave acordingly, by keeping >>

Re: [LEDE-DEV] [PATCH 1/1 V3] netifd: track when wdev setup fails

2016-08-11 Thread Felix Fietkau
On 2016-08-11 14:02, Eduardo Abinader wrote: > When netifd failed to load a valid configuration, after an invalid one, > it was not possible to setup the wireless device. This patch > aims to track this situation and behave acordingly, by keeping > track of failed setup without affecting autostart

[LEDE-DEV] [PATCH 1/1 V3] netifd: track when wdev setup fails

2016-08-11 Thread Eduardo Abinader
When netifd failed to load a valid configuration, after an invalid one, it was not possible to setup the wireless device. This patch aims to track this situation and behave acordingly, by keeping track of failed setup without affecting autostart behavior. Also block the restart of the wdev, when no

[LEDE-DEV] [PATCH 1/1 V3] netifd: track when wdev setup fails

2016-08-11 Thread Eduardo Abinader
When netifd failed to load a valid configuration, after an invalid one, it was not possible to setup the wireless device. This patch aims to track this situation and behave acordingly, by keeping track of failed setup without affecting autostart behavior. Also block the restart of the wdev, when no