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_
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
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
---
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)
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
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
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
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_
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
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.
@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
11 matches
Mail list logo