Re: [OpenWrt-Devel] [PATCH 00/17] atheros: checkpatch fixes

2014-06-10 Thread Felix Fietkau
On 2014-06-10 02:29, Sergey Ryazanov wrote: This series is an attempt to cleanup checkpatch generated warnings and errors to make AR231x patches suitable for upstream merge. Sergey Ryazanov (17): atheros: avoid CamelCase atheros: various comments fixes atheros: parenthesis around

[OpenWrt-Devel] [PATCH 1/2] mac80211: add MAC80211_MESSAGE_TRACING package option

2014-06-10 Thread Bartosz Markowski
To provide an easy way to enable tracing support for mac80211 and ath10k. Signed-off-by: Bartosz Markowski bartosz.markow...@tieto.com --- package/kernel/mac80211/Makefile | 12 1 file changed, 12 insertions(+) diff --git a/package/kernel/mac80211/Makefile

[OpenWrt-Devel] [PATCH 2/2] hostap: compile with tracing support

2014-06-10 Thread Bartosz Markowski
In order to be able to collect hostapd/wpa_supplicant logs via linux tracing, compile with CONFIG_DEBUG_LINUX_TRACING option enabled. Signed-off-by: Bartosz Markowski bartosz.markow...@tieto.com --- package/network/services/hostapd/files/hostapd-full.config| 2 ++

[OpenWrt-Devel] [PATCH netifd] proto-shell: skip renew during pending process

2014-06-10 Thread Ulrich Weber
otherwise either pending setup or teardown process might get killed. Also no need to kill a pending renew process. Signed-off-by: Ulrich Weber u...@ocedo.com --- proto-shell.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto-shell.c b/proto-shell.c index c4039ed..574c574 100644 ---

[OpenWrt-Devel] [PATCH netifd] proto-shell: set proto_task_killed for SIGTERM only

2014-06-10 Thread Ulrich Weber
otherwise teardown will not kill the process if the interface was renewed before, which set proto_task_killed Signed-off-by: Ulrich Weber u...@ocedo.com --- proto-shell.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto-shell.c b/proto-shell.c index 574c574..09ce75e

[OpenWrt-Devel] [PATCH netifd v3 0/3] Add vlan 802.1q/802.1ad support as netifd devices

2014-06-10 Thread Gioacchino Mazzurco
This patch set mainly add 802.1q/802.1ad support as netifd devices plus some minor unrelated change like adding kdevelop4 and qtcreator project files to .gitignore and reordering device type matching alphabetically, more details in each patch Signed-off-by: Gioacchino Mazzurco

[OpenWrt-Devel] [PATCH netifd v3 3/3] Reorder alfabetically device type matching as they are growing in number

2014-06-10 Thread Gioacchino Mazzurco
Signed-off-by: Gioacchino Mazzurco gmazzurc...@gmail.com --- config.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.c b/config.c index 515e646..7720acf 100644 --- a/config.c +++ b/config.c @@ -167,16 +167,16 @@ config_init_devices(void)

[OpenWrt-Devel] [PATCH netifd v3 1/3] Add qtcreator and kdevelop4 project files to .gitignore

2014-06-10 Thread Gioacchino Mazzurco
Signed-off-by: Gioacchino Mazzurco gmazzurc...@gmail.com --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fe96dbe..3f9151f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ CMakeCache.txt CMakeFiles *.cmake

[OpenWrt-Devel] [PATCH netifd v3 2/3] Add vlan 802.1q/802.1ad support as netifd devices

2014-06-10 Thread Gioacchino Mazzurco
At moment netifd supports just 802.1q vlan, you can configure them using a concise but hacky syntax using an interface config section, with this patch netifd acquire the capability of configuring 802.1ad and 802.1q vlan using config device sections, so you can define a vlan device plus

Re: [OpenWrt-Devel] Future of package maintenance and new scope of this mailing list

2014-06-10 Thread Hannu Nyman
The current buildbot run was the first after the default feed change, and as oldpackages are not built by buildbot, many packages will be missing from the snapshot directory as of today... So I expect to see a flow of bugs for missing binary packages :-( How are you going to ease the

Re: [OpenWrt-Devel] Support for Nanostation M2 devices

2014-06-10 Thread valent.turko...@gmail.com
I got a batch of 10 Nanostation loco M2 devices produced in 2014 and I can confirm that they run OpenWrt without problem. I have updated OpenWrt Wiki with all information I have found out so far: http://wiki.openwrt.org/toh/ubiquiti/nanostationm2 Thank you all for your information and sorry for

[OpenWrt-Devel] [PATCH] kernel/3.10: mtd: m25p80: add support for EON EN25QH128

2014-06-10 Thread Sergey Ryazanov
This flash is used in newer Ubnt UniFi AP Pro Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- ...-m25p80-add-support-for-EON-EN25QH128-flash.patch | 20 1 file changed, 20 insertions(+) create mode 100644

[OpenWrt-Devel] /var/state/wireless not being updated any more?

2014-06-10 Thread Shankar Unni
I recently updated my tree to a very recent trunk SVN version (40995), and I noticed that my system no longer seems to maintain a /var/state/wireless (UCI state of the wireless interfaces - up/down, interface name, etc.). It used to do so as recently as 38990 (which was the last version I was