update ht40_capab,
if only one of these configs is allowed (+ or -).
Signed-off-by: Eduardo Abinader
---
.../mac80211/files/lib/netifd/wireless/mac80211.sh | 20
1 file changed, 20 insertions(+)
diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
b
Done.
Thanks, John.
On Mon, Sep 26, 2016 at 5:58 PM, John Crispin wrote:
> Hi Eduardo,
>
> patches against the packages feed need to be sent via a PR on github ->
> https://github.com/openwrt/packages
>
> John
>
> On 21/09/2016 17:23, Eduardo Abinader wrote:
updated new package url and solved some issues:
https://github.com/libcheck/check/releases/tag/0.10.0
Signed-off-by: Eduardo Abinader
---
libs/check/Makefile | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/libs/check/Makefile b/libs/check/Makefile
index eb735ee
updated new package url and solved some issues:
https://github.com/libcheck/check/releases/tag/0.10.0
Signed-off-by: Eduardo Abinader
---
libs/check/Makefile | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/libs/check/Makefile b/libs/check/Makefile
index eb735ee
just a cleanup for an unused member.
Signed-off-by: Eduardo Abinader
---
wireless.c | 3 +--
wireless.h | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/wireless.c b/wireless.c
index 2ce5774..be94c34 100644
--- a/wireless.c
+++ b/wireless.c
@@ -690,8 +690,7
As autostart is now more aligned to user intention of automatic
starting the wdev, to add retry_setup_failed to status msg may be of a help
for current stating how setup is proceeding.
Signed-off-by: Eduardo Abinader
---
wireless.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/wireless.c
From: 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
On Thu, Aug 11, 2016 at 7:27 PM, Felix Fietkau wrote:
> On 2016-08-11 17:22, 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
not applied.
Signed-off-by: Eduardo Abinader
---
wireless.c | 19 ---
wireless.h | 1 +
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/wireless.c b/wireless.c
index 34dd328..67c87f6 100644
--- a/wireless.c
+++ b/wireless.c
@@ -287,6 +287,12
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 a
not applied.
Signed-off-by: Eduardo Abinader
---
wireless.c | 26 --
wireless.h | 1 +
2 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/wireless.c b/wireless.c
index 34dd328..1212a77 100644
--- a/wireless.c
+++ b/wireless.c
@@ -287,7 +287,7
Hi Felix,
Regarding the changes you requested: https://patchwork.ozlabs.org/patch/652273/
I added a flag to wdev, in order to track when a new setup should be allowed
during reload of config. I also set the wireless_start_pending to setup
when autostart and the wdev is down.
Eduardo Abinader
not applied.
Signed-off-by: Eduardo Abinader
---
wireless.c | 26 --
wireless.h | 1 +
2 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/wireless.c b/wireless.c
index 34dd328..1212a77 100644
--- a/wireless.c
+++ b/wireless.c
@@ -287,7 +287,7
From: Eduardo Abinader
Hi Felix,
Regarding the changes you requested: https://patchwork.ozlabs.org/patch/652273/
I added a flag to wdev, in order to track when a new setup should be allowed
during reload of config. I also set the wireless_start_pending to setup
when autostart and the wdev is
Based on config_state to reload, triggered by config changes,
make netifd to proceed accordingly, either started via wdev up or
netifd reload. Thus the restart of wdev would be based on actual
config changes, letting autostart aside from this.
Signed-off-by: Eduardo Abinader
---
wireless.c | 9
was loaded. Hence
I isolated what is reload and normal interface autostart, when dev is
created.
Eduardo Abinader (1):
netifd: reload wireless device when config changes
wireless.c | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
--
2.5.0
Thanks for the feedback, Felix.
I will submit another patch(es) with the changes you commented. Ok?
Eduardo
From: Felix Fietkau [n...@nbd.name]
Sent: Saturday, July 02, 2016 10:25 AM
To: Eduardo Abinader; openwrt-de...@lists.openwrt.org;
lede-dev
01.07.2016 00:14, Felix Fietkau wrote:
> On 2016-06-30 16:18, Eduardo Abinader wrote:
>> Ensure wireless device struct is removed, when it fails to be set up,
>> due to a invalid configuration, hence enabling the wireless dev
>> to be set up again, when a new valid configuration is set
Ensure wireless device struct is removed, when it fails to be set up,
due to a invalid configuration, hence enabling the wireless dev
to be set up again, when a new valid configuration is set.
Signed-off-by: Eduardo Abinader
---
wireless.c | 4
1 file changed, 4 insertions(+)
diff --git a
Ensure wireless device struct is removed, when it fails to be set up,
due to a invalid configuration, hence enabling the wireless dev
to be set up again, when a new valid configuration is set.
Signed-off-by: Eduardo Abinader
---
wireless.c | 4
1 file changed, 4 insertions(+)
diff --git a
20 matches
Mail list logo