[OpenWrt-Devel] [PATCH 1/5] [libubox] usock: fix indentation

2014-07-03 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- usock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usock.h b/usock.h index 8f30add..5df4362 100644 --- a/usock.h +++ b/usock.h @@ -23,12 +23,12 @@ #define USOCK_UDP 1 #define USOCK_SERVER 0x0100 -#define

[OpenWrt-Devel] [PATCH 2/5] [libubox] examples: remove set but unused variable

2014-07-03 Thread Luka Perkov
Fixes build failure. Signed-off-by: Luka Perkov l...@openwrt.org --- examples/blobmsg-example.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/blobmsg-example.c b/examples/blobmsg-example.c index 5d0a8d0..01c0915 100644 --- a/examples/blobmsg-example.c +++

[OpenWrt-Devel] [PATCH 5/5] [libubox] examples: use PRIu64 instead %lld when printing uint64_t values

2014-07-03 Thread Luka Perkov
Patch fixes build failure: error: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t’ [-Werror=format=] indent_printf(indent, %lld\n, *(uint64_t *)data); Signed-off-by: Luka Perkov l...@openwrt.org --- examples/blobmsg-example.c | 2 +- 1 file changed,

[OpenWrt-Devel] [PATCH 3/5] [libubox] examples: fix linking with json-c

2014-07-03 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- examples/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 51b97df..2126d29 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -11,8

[OpenWrt-Devel] [PATCH 4/5] [libubox] examples: add missing include

2014-07-03 Thread Luka Perkov
Patch fixes following build error: error: implicit declaration of function ‘close’ [-Werror=implicit-function-declaration] close(cl-s.fd.fd); Signed-off-by: Luka Perkov l...@openwrt.org --- examples/ustream-example.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OpenWrt-Devel] [PATCH v2] lantiq: UbinizeImage instead of lantiq-specific ubinize.cfg files

2014-07-03 Thread Ben Mulvihill
On Wed, 2014-07-02 at 18:44 +0200, John Crispin wrote: On 02/07/2014 08:37, Ben Mulvihill wrote: New make target in lantiq to use UbinizeImage and SysupgradeNand. Only enabled for BTHOMEHUBV2B for the moment but should be useable for other lantiq nand boards. Signed-off-by: Ben

Re: [OpenWrt-Devel] System Logs Reporting: IEEE 802.11: Could not add STA to kernel driver for Windows 7 clients

2014-07-03 Thread Jo-Philipp Wich
Hi, this chipset cannot support more than 7 clients in AP mode. Its a limitation of the chip firmware. ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 0/6] increase ubus message size above 64k

2014-07-03 Thread Felix Fietkau
On 2014-06-27 18:11, Alexandru Ardelean wrote: ubus has a message size limit of about 64k. For some cases [like complex JSON config strings] this limit can be insufficient. Another case is when wanting to send some large base64 encoded strings of various (including binary) data. The

Re: [OpenWrt-Devel] System Logs Reporting: IEEE 802.11: Could not add STA to kernel driver for Windows 7 clients

2014-07-03 Thread Derek Vicky
Jow, Thanks for the quick response. Is there another USB wifi adapter recommended to work in AP mode? Now with so many wifi connected devices in the house 7 clients doesn't go very far. I see that the rtl8192cu is use in Raspbian but I don't know if its packaged for openwrt (including USB

Re: [OpenWrt-Devel] System Logs Reporting: IEEE 802.11: Could not add STA to kernel driver for Windows 7 clients

2014-07-03 Thread Daniel Petre
On 03/07/14 14:38, Derek Vicky wrote: Jow, Thanks for the quick response. Is there another USB wifi adapter recommended to work in AP mode? How about a AR9271 based one? https://tehnoetic.com/tehnoetic-wireless-adapter-gnu-linux-libre-tet-n150 Now with so many wifi connected devices in

[OpenWrt-Devel] [PATCH] [libubox] examples: fix build error

2014-07-03 Thread Luka Perkov
Patch fixes the following error: error: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘void *’ [-Werror=format=] indent_printf(indent, %s\n, blobmsg_data(data)); Signed-off-by: Luka Perkov l...@openwrt.org --- examples/blobmsg-example.c | 2 +- 1 file changed, 1

Re: [OpenWrt-Devel] [PATCH] [LANTIQ] Add XWAY cpu-feature-overrides.h

2014-07-03 Thread José Vázquez
2014-07-02 23:46 GMT+02:00, thomas.lan...@lantiq.com thomas.lan...@lantiq.com: Hello José. cpu_has_veic should be left disabled (this is wrong also for Falcon) Thanks, Thomas Thanks for the comment. Is cpu_has_vint correct for XWAY SoCs? I added it because was defined in the FALCON

[OpenWrt-Devel] Force delete pppoe-wan

2014-07-03 Thread Weedy
I had some fun last night during my ISPs maintenance window. It made my Internet unstable enough that I'm guessing something racy happened. How can I force remove/delete the pppoe-wan interface? I managed to get it stuck twice before the window finished. Random zombie interface: pppoe-wan Link

[OpenWrt-Devel] IEEE 802.11 TDMA mode support in OpenWRT

2014-07-03 Thread Fernando Frediani
Hi all, Is anyone aware of any implementation of TDMA mode support in OpenWRT (similar to Ubiquiti's AirMAX, Deliberant's iPoll or MikroTik's NV2, etc) Would that have to be implemented having in mind the radio driver or could it possible also be implemented in any router ? This is certanlly

Re: [OpenWrt-Devel] [PATCH] [LANTIQ] Add XWAY cpu-feature-overrides.h

2014-07-03 Thread thomas.langer
Hello José, José Vázquez wrote on 2014-07-03: Thanks for the comment. Is cpu_has_vint correct for XWAY SoCs? I added it because was defined in the FALCON cpu-feature-overrides file and UGW defines CPU_MIPSR2_IRQ_VI in the Kconfig.ifx. Yes, vint is a feature of MIPSR2, which is the case for

Re: [OpenWrt-Devel] IEEE 802.11 TDMA mode support in OpenWRT

2014-07-03 Thread Ben West
In an old thread on the Battlemesh listserv about strategies for dealing with a mix of strong / weak clients for PtMP, someone offered this pointer for JaldMAC, an open 802.11 polling implementation in ath9k: http://matthias.vallentin.net/papers/nsdr10.pdf

[OpenWrt-Devel] [PATCH] [LANTIQ][V2] Add XWAY cpu-feature-overrides.h

2014-07-03 Thread José Vázquez Fernández
Add XWAY cpu-feature-overrides.h file. This patch adds cpu-feature-overrides.h file for the XWAY family, based in the one in FALCON. Because Amazon SE was deprecated, cpu_has_dsp and cpu_has_mips16 have been set, while cpu_has_mipsmt has been undefined due to the lack of mt ASE in the Danube.

Re: [OpenWrt-Devel] Status of DFS in OpenWrt - ath9k

2014-07-03 Thread Martin Garbe
On 7/3/14, 7:28 AM, Jacek Kikiewicz wrote: Hi, I sure selected this option, as I said command 'iw phy phy1 info' does in fact show DFS channels, but I just cannot set them for usage... The command iw phy ... only shows hardware capabilities. For DFS hardware AND software support is needed.

[OpenWrt-Devel] [PATCH] [LANTIQ][V2][resend] Add XWAY cpu-feature-overrides.h

2014-07-03 Thread José Vázquez Fernández
Add XWAY cpu-feature-overrides.h file. This patch adds cpu-feature-overrides.h file for the XWAY family, based in the one in FALCON. Because Amazon SE was deprecated, cpu_has_dsp and cpu_has_mips16 have been set, while cpu_has_mipsmt has been undefined due to the lack of mt ASE in the Danube.

Re: [OpenWrt-Devel] [PATCH] [LANTIQ][V2][resend] Add XWAY cpu-feature-overrides.h

2014-07-03 Thread José Vázquez
2014-07-03 21:36 GMT+02:00, José Vázquez Fernández ppvazquez...@gmail.com: Add XWAY cpu-feature-overrides.h file. This patch adds cpu-feature-overrides.h file for the XWAY family, based in the one in FALCON. Because Amazon SE was deprecated, cpu_has_dsp and cpu_has_mips16 have been set,

Re: [OpenWrt-Devel] IEEE 802.11 TDMA mode support in OpenWRT

2014-07-03 Thread Russell Senior
Ben == Ben West b...@gowasabi.net writes: Ben [...] Also, i believe TDMA requires very tight synchronization Ben between all radios, hence the inclusion of GPS modules on Ben proprietary implementations. Ubiquiti AirMax hardware does not have GPS, so it must be possible to do without. When

Re: [OpenWrt-Devel] target rb532 / routerboard / PCI issues

2014-07-03 Thread Roman Yeryomin
On 16 April 2014 11:17, Bastian Bittorf bitt...@bluebottle.com wrote: * Roman Yeryomin leroi.li...@gmail.com [16.04.2014 09:34]: Also pci seems to be broken as neither miniPCI slots nor VIA ethernet ports are not working: I've tested this and it works fine:

[OpenWrt-Devel] [PATCH 12.09] AA: hotplug2: use source hosted by OpenWrt as the original source is down

2014-07-03 Thread Matthias Schiffer
The SVN server used so far seems to have gone down as of 07/2014, so let's just use the source tarball mirrored by OpenWrt. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net --- package/hotplug2/Makefile | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git