[OpenWrt-Devel] Atheros radio dead.. help

2010-11-19 Thread y bhanu
Hi Guys. I have a IXP platform which I have openwrt. chip-info (0x168c : 0x0027). I have been trying ath9k driver on it and it worked pretty fine with some pretty annoying bugs recently. now I want to try some custom drivers from atheros (fusion) and see if I can find a performance boost/loss. I

[OpenWrt-Devel] [bcm63xx] [6358] fix external interrupts

2010-11-19 Thread Miguel GAIO
Hi, This patch fix external IRQs on 6358 platform. They are mapped throw 33 to 37 IRQ lines. Kind Regards, Miguel >From b0507980e6f57c1cde8842517f0ae58bf806a1c3 Mon Sep 17 00:00:00 2001 From: Miguel Gaio Date: Fri, 19 Nov 2010 10:05:04 +0100 Subject: [PATCH] * [brcm63xx] fix external interrupt

Re: [OpenWrt-Devel] [PATCH] Package dnsmasq init-file

2010-11-19 Thread Bastian Bittorf
Bump! Anyone likes to add this patch? bye, Bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] ath9k / mac80211 / mcast_rate / b0rken

2010-11-19 Thread Bastian Bittorf
just to mention this, fixed mcast_rate is broken, it simply does nothing so iw dev 'wlan0' ibss join MYWIFI 2412 fixed-freq 02:ca:ff:ee:ba:be mcast-rate 6 works, but mcast-rate is "auto" again... bye, Bastian ___ openwrt-devel mailing list openwrt-deve

Re: [OpenWrt-Devel] rt61pci performance

2010-11-19 Thread Scott Nicholas
I've an idea... On Fri, Oct 22, 2010 at 5:56 AM, Helmut Schaa wrote: > Hi, > > CC'ed rt2x00 list ... > > Am Donnerstag 21 Oktober 2010 schrieb Scott Nicholas: >> On Thu, Oct 21, 2010 at 12:25 PM, Helmut Schaa >> wrote: >> > I fully agree. The same also applies to rt2800pci SoCs (rt305x) which ar

[OpenWrt-Devel] mac80211 / ath9k / ibss / adhoc / probe-responses

2010-11-19 Thread Bastian Bittorf
in ibss/adhoc mode, i can see sometimes a lot of probe-responses (storms), which is not needed. is there a way to omit this? with the oldsk00l whiterussian firmware/hacked wl-driver, there was a ff_noprobe=1 fix to get this... 8-) bye, Bastian ___ openw

Re: [OpenWrt-Devel] Resend: [PATCH] CONFIG_X86_GENERIC only belongs in generic configs

2010-11-19 Thread Philip Prindeville
On 11/19/10 12:34 AM, Imre Kaloz wrote: On Fri, 19 Nov 2010 08:25:42 +0100, Philip Prindeville wrote: Some of the new or upcoming Atom and Bobcat cores may not use this size either, so I think you might be assuming too much. Sure, you are're absolutely right to assume they will rebase

[OpenWrt-Devel] BCM47xx panic on boot with trunk

2010-11-19 Thread cgslp null
I'm trying to install trunk on a wl500pv2, but there is a kernel panic on startup. This router works fine with backfire. I compared logs with the correct boot of backfire, but couldn't find any significative difference. I tried like a month ago, and it failed too, but until now I got the log. Don

[OpenWrt-Devel] [PATCH] generic: add rtl8366rb switch vlan fid support

2010-11-19 Thread Roman Yeryomin
Allows to use fids 0 to 7. Default is 0. Those who will use this don't forget to `set vlan fid` every time after `set vlan ports` if you want non default behavior. Minor changes. Version bump. I've already sent this patch but it seems that it was lost in threads. Signed-off-by: Roman Yeryomin --

[OpenWrt-Devel] [PATCH v2] kmod: add rtl8366 kernel packages

2010-11-19 Thread Roman Yeryomin
This is v2 patch which defines these modules as built-in. As Jonas pointed earlier it's not the best way to use such drivers as real modules. This is intended to be selected via board profiles but of cause can be selected manually too. Tested with ramips target. Signed-off-by: Roman Yeryomin --

[OpenWrt-Devel] [PATCH] ramips: add support for Belkin F5D8235 v2 board

2010-11-19 Thread Roman Yeryomin
No support for usb for now. Signed-off-by: Roman Yeryomin -- Index: target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile === --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile (revision 22707) +++ b/targe

[OpenWrt-Devel] [PATCH] ramips: default profile fix

2010-11-19 Thread Roman Yeryomin
Why do we need to add DEFAULT_PACKAGES if we have default profile? Fix package name in default profile. Signed-off-by: Roman Yeryomin -- Index: target/linux/ramips/rt305x/profiles/00-default.mk === --- a/target/linux/ramips/rt305x/p

[OpenWrt-Devel] [PATCH] ramips: add belkin profile

2010-11-19 Thread Roman Yeryomin
Use it for Belkin F5D8235 v2 for now. Or add other boards. Signed-off-by: Roman Yeryomin -- Index: target/linux/ramips/rt305x/profiles/belkin.mk === --- a/target/linux/ramips/rt305x/profiles/belkin.mk (revision 0) +++ b/target/l

[OpenWrt-Devel] [PATCH] ramips: support external switch chips

2010-11-19 Thread Roman Yeryomin
This magic is from original driver. Maybe ramips_esw can be rewritten to support swconfig but this will do the job for now. Tested with Belkin F5D8235 v2 board. Signed-off-by: Roman Yeryomin -- Index: target/linux/ramips/files/drivers/net/ramips_esw.c

Re: [OpenWrt-Devel] [OpenWrt-Tickets] [OpenWrt] #8181: iptables ttl option not working

2010-11-19 Thread sniperpr
trunk's iptalbe not has TTL. backfire is has. please use < $(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_MATCH_HL, $(P_XT)xt_hl)) 136d134 < $(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_TARGET_HL, $(P_XT)xt_HL)) 148d145 < # XXX: ttl/TTL extensions have been merged in ttl/TTL in linux 2.