[OpenWrt-Devel] [RFC][PATCH] broadcom-wl: read channel using wlc on detect

2013-04-18 Thread Rafał Miłecki
Hardcoding channel number to 11 is a bad idea, it may be even not available on some devices. If there are two single-band radios, the one for 5GHz doesn't have 11 channel. Signed-off-by: Rafał Miłecki zaj...@gmail.com --- package/broadcom-wl/files/lib/wifi/broadcom.sh |5 - 1 file

[OpenWrt-Devel] [PATCH] [toolchain] uClibc: fix uClibc implementation of eventfd arch, specific flag

2013-04-18 Thread Hiroaki KAWAI
uClibc eventfd system calls does not work properly if flags specified on mips chip for example atheros. Patch is already submitted to the upstream project: http://lists.uclibc.org/pipermail/uclibc/2013-April/047734.html Signed-off-by: Hiroaki KAWAI ka...@stratosphere.co.jp ---

[OpenWrt-Devel] JFFS2 First read slow

2013-04-18 Thread Pietro Paolini
Hello all, I am reading some documents regard the JFFS2 filesystem (best one)[http://linux-mtd.infradead.org/~dwmw2/jffs2.pdf] and I don't understand why JFFS2 suffers speed down on the first ls command (maybe should better say read command) and don't on the second. After the mount process

[OpenWrt-Devel] [PATCH][ramips] set preinit interface to eth0 by default.

2013-04-18 Thread Álvaro Fernández Rojas
This makes any ramips device accessible via ethernet in failsafe mode. Based on: https://dev.openwrt.org/changeset/36322 Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/ramips/base-files/lib/preinit/07_set_preinit_iface_ramips

[OpenWrt-Devel] [RFC] Driver for RTL8192SU wifi family chips.

2013-04-18 Thread José Vázquez Fernández
A month ago found a cfg80211 driver for the RTL8192SU family. There are some information about the r92su driver in linuxwireless (http://linuxwireless.org/en/users/Drivers/rtl819x) and the more in the developer's repository: https://github.com/chunkeey/rtl8192su The developer added support for big

[OpenWrt-Devel] [PATCH] [toolchain] uClibc: fix uClibc implementation of eventfd arch specific flag

2013-04-18 Thread Hiroaki KAWAI
uClibc eventfd system calls does not work properly if flags specified on mips chip for example atheros. Patch is already submitted to the upstream project: http://lists.uclibc.org/pipermail/uclibc/2013-April/047734.html Signed-off-by: Hiroaki KAWAI ka...@stratosphere.co.jp ---