Re: [OpenWrt-Devel] question about kernel profiling

2010-06-25 Thread Yongheng Qi
I am On 6/26/10, jason duhamell wrote: > Has anyone heard Yongheng Qi? > > On Sun, Dec 6, 2009 at 5:36 PM, Yongheng Qi wrote: > >> Dear all: >> >> my openwrt kernel cpu loading very high at large thoughput. I want to user >> kernel profile. >> >> I read the >> link:http://homepages.cwi.nl/~aeb/l

Re: [OpenWrt-Devel] question about kernel profiling

2010-06-25 Thread linux_pro
hi,jason. [?] 2010/6/26 jason duhamell > Has anyone heard Yongheng Qi? > > On Sun, Dec 6, 2009 at 5:36 PM, Yongheng Qi wrote: > >> Dear all: >> >> my openwrt kernel cpu loading very high at large thoughput. I want to user >> kernel profile. >> >> I read the >> link:http://homepages.cwi.nl/~ae

Re: [OpenWrt-Devel] question about kernel profiling

2010-06-25 Thread jason duhamell
Has anyone heard Yongheng Qi? On Sun, Dec 6, 2009 at 5:36 PM, Yongheng Qi wrote: > Dear all: > > my openwrt kernel cpu loading very high at large thoughput. I want to user > kernel profile. > > I read the > link:http://homepages.cwi.nl/~aeb/linux/profile.html

Re: [OpenWrt-Devel] Is this router openwrt compatible?

2010-06-25 Thread Gioacchino Mazzurco
ok very thanks ;) we cannot at all because we use openwrt full of ipv6 stuff then it is impossible to run on a 2MB flash :| 2010/6/25 Jonas Gorski > > Hi, > > On 25 June 2010 21:58, Gioacchino Mazzurco wrote: > > Hey all! > > I see this big promotion on axuse.com site > > > http://www.axuse.com

Re: [OpenWrt-Devel] Is this router openwrt compatible?

2010-06-25 Thread Jonas Gorski
Hi, On 25 June 2010 21:58, Gioacchino Mazzurco wrote: > Hey all! > I see this big promotion on axuse.com site > http://www.axuse.com/produkt/AX10447/Router_TLWR340G_TPLink/448/24/001001004/en/ > > I am looking for if it is compatible with openwrt, and if it support > multiple Acces Point with one

[OpenWrt-Devel] Is this router openwrt compatible?

2010-06-25 Thread Gioacchino Mazzurco
Hey all! I see this big promotion on axuse.com site http://www.axuse.com/produkt/AX10447/Router_TLWR340G_TPLink/448/24/001001004/en/ I am looking for if it is compatible with openwrt, and if it support multiple Acces Point with one radio ( like fonera and other madwifi ) because we can use this l

[OpenWrt-Devel] [PATCH] 3G modem - don't require a pincode

2010-06-25 Thread Jose Vasconcellos
Some ISPs don't use a pincode on their SIM cards. This patch checks to see if a pincode is defined before trying to set it. Signed off by: Jose Vasconcellos Index: package/comgt/files/3g.sh === --- package/comgt/files/3g.sh (revis

[OpenWrt-Devel] [patch] add md5sum of kernel 2.6.35-rc3

2010-06-25 Thread Matthias Buecher / Germany
Updates MD5SUM of kernel 2.6.35 to RC3. Signed off by: Matthias Buecher Index: include/kernel-version.mk === --- include/kernel-version.mk (revision 21899) +++ include/kernel-version.mk (working copy) @@ -26,8 +26,8 @@ ifeq ($(LINUX

Re: [OpenWrt-Devel] [PATCH 4/4 v2] package/mac80211 refactor ath9k_platform to support ath5k

2010-06-25 Thread Daniel Golle
Ouch, ath_platform_data.eeprom_data isn't a pointer actually :/ As one might well supply a MAC address only, it would make sense to make it one. Otherwise I will change pdata->eeprom_data to pdata.eeprom_data ... On 06/24/2010 07:28 PM, daniel.go...@gmail.com wrote: This adds a patch to mac80

[OpenWrt-Devel] [PATCH] package/madwifi override MAC address from platform_data

2010-06-25 Thread daniel . golle
This patch makes ath_pci check for ath_platform_data and set the MAC address to the one provided in ath_platform_data. It's built upon the changes in my previous posts related to refactoring/renaming ath9k_platform_data. >From what I understood, a clean solution to use eeprom_data would require