[LEDE-DEV] [PATCH iwinfo 3/3] nl80211: store info about freq being not available for some bandwidths

2017-08-15 Thread Rafał Miłecki
From: Rafał Miłecki Signed-off-by: Rafał Miłecki --- iwinfo_nl80211.c | 13 + 1 file changed, 13 insertions(+) diff --git a/iwinfo_nl80211.c b/iwinfo_nl80211.c index f9b13dd..718e111 100644 --- a/iwinfo_nl80211.c +++ b/iwinfo_nl80211.c @@ -2401,6 +2401,19 @@ static int nl80211_get_

[LEDE-DEV] [PATCH iwinfo 1/3] nl80211: support receiving split frequencies

2017-08-15 Thread Rafał Miłecki
From: Rafał Miłecki In order to get more details about each frequency we will need to set NL80211_ATTR_SPLIT_WIPHY_DUMP in the future. This will result in our callback being called multiple times. Modify it to support such a scenario: 1) Start putting new frequencies after the last set one 2) Mak

[LEDE-DEV] [PATCH iwinfo 2/3] Allow storing more info about each frequency

2017-08-15 Thread Rafał Miłecki
From: Rafał Miłecki This adds flags field which may be used to mark frequency not available under some conditions. Signed-off-by: Rafał Miłecki --- include/iwinfo.h | 8 1 file changed, 8 insertions(+) diff --git a/include/iwinfo.h b/include/iwinfo.h index bb2b20a..a5cafa9 100644 ---

Re: [LEDE-DEV] [PATCH iwinfo 1/3] nl80211: support receiving split frequencies

2017-08-15 Thread Jo-Philipp Wich
On 08/15/2017 10:36 AM, Rafał Miłecki wrote: > From: Rafał Miłecki > > In order to get more details about each frequency we will need to set > NL80211_ATTR_SPLIT_WIPHY_DUMP in the future. This will result in our > callback being called multiple times. Modify it to support such a > scenario: > 1)

Re: [LEDE-DEV] [PATCH iwinfo 3/3] nl80211: store info about freq being not available for some bandwidths

2017-08-15 Thread Jo-Philipp Wich
On 08/15/2017 10:36 AM, Rafał Miłecki wrote: > From: Rafał Miłecki > > Signed-off-by: Rafał Miłecki Acked-by: Jo-Philipp Wich > --- > iwinfo_nl80211.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/iwinfo_nl80211.c b/iwinfo_nl80211.c > index f9b13dd..718e111 100644

Re: [LEDE-DEV] [PATCH iwinfo 2/3] Allow storing more info about each frequency

2017-08-15 Thread Jo-Philipp Wich
On 08/15/2017 10:36 AM, Rafał Miłecki wrote: > From: Rafał Miłecki > > This adds flags field which may be used to mark frequency not available > under some conditions. > > Signed-off-by: Rafał Miłecki Acked-by: Jo-Philipp Wich > --- > include/iwinfo.h | 8 > 1 file changed, 8 inser

Re: [LEDE-DEV] Ext4 resize fault

2017-08-15 Thread Gerhard Bertelsmann
Hi Tim, Am 2017-08-15 01:29, schrieb Tim Harvey: On Thu, Sep 1, 2016 at 11:05 PM, Gerhard Bertelsmann wrote: Hi, I want to distribute a small Lede image for BananaPi. This image should be automatically expanded to the maximum size of the SD card like the way Raspbian is doing it. But resize2

[LEDE-DEV] [PATCH iwinfo] nl80211: request split information about frequencies

2017-08-15 Thread Rafał Miłecki
From: Rafał Miłecki This allows kernel send more details including all the NL80211_FREQUENCY_ATTR_NO_* flags. Signed-off-by: Rafał Miłecki --- iwinfo_nl80211.c | 38 -- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/iwinfo_nl80211.c b/iwinfo_

[LEDE-DEV] [PATCH rpcd] iwinfo: add info about frequency restrictions

2017-08-15 Thread Rafał Miłecki
From: Rafał Miłecki Example frequency: { "channel": 1, "mhz": 2412, "restricted": false, "active": false, "restrictions": { "no_ht40minus": true, "no_80mhz": true } } Signed-off-by: Rafał Miłecki --- iwinfo.c | 17

[LEDE-DEV] OpenWrt Summit CFP

2017-08-15 Thread Hauke Mehrtens
Hi, The OpenWrt summit takes place in Prague on 26. and 27. October directly after the ELCE in Prague, but in a different hotel. More details can be found here: http://www.openwrtsummit.org/ Just forwarding Shelly's mail with the informations about the CFP which is still open till end of August.

Re: [LEDE-DEV] [PATCH] uhttpd: add manifest support

2017-08-15 Thread Adrian Panella
@Jow any comments to get this merged? Rgds -Original Message- From 1acb092818842553c1c1e4d0cfcf4ae8744b732b Mon Sep 17 00:00:00 2001 From: Adrian Panella Date: Fri, 21 Jul 2017 14:17:36 -0500 Subject: [PATCH] uhttpd: add manifest support Add "text/cache-manifest" mimetype support to