Re: [OpenWrt-Devel] fcs, phy_err, crc_err info in userspace

2011-11-26 Thread Adrian Chadd
Hi, Just read the ath9k source for the debug filesystem stuff. See where it's getting the data from. * If phy error frames are enabled, you'll receive one phy error RX frame for every error you've allowed (via a mask register whose name I forget.) The driver then tracks these in a counter. * If p

[OpenWrt-Devel] fcs, phy_err, crc_err info in userspace

2011-11-26 Thread abhinav narain
hi, I am using ath9k device drriver. I wanted to get FCS value in userspace. It looks like radiotap header doesn't give it. How can I get it ? Also there are certain variables that kernel has: like crc err, phy err which I want in the userspace. How can I get them per packet ? I know cat /sys/ker

Re: [OpenWrt-Devel] ar71xx support in mainline kernel?

2011-11-26 Thread Felix Fietkau
On 2011-11-26 1:33 PM, Dave Taht wrote: > I am curious as to if anyone was working on getting the ar71xx arch and > drivers upstream? > > It appears that the ath79 arch was intended to be the same thing, but has > nearly no users in the upstream kernel aside from two boards, and was last > worked

Re: [OpenWrt-Devel] [PATCH v2 0/3] ar71xx: Add support for Linux-3.0

2011-11-26 Thread Outback Dingo
On Sat, Nov 26, 2011 at 8:19 PM, Outback Dingo wrote: >> Great! let me know if you have any problem, thank you for testing! SUCCESS - Netgear WNDR3700v2 running Kamikaze Trunk Rev trunk@29337 on kernel 3.0.9 All appears good and stable at the moment > The only thing i did notice is that dur

Re: [OpenWrt-Devel] [PATCH v2 0/3] ar71xx: Add support for Linux-3.0

2011-11-26 Thread Outback Dingo
> Great! let me know if you have any problem, thank you for testing! The only thing i did notice is that during kernel compilation I need to hit enter once on a usb atheros soc question then it continues. ive got build for some ubiquiti gear and wndr3700 now, im about to start flashing radios > -

Re: [OpenWrt-Devel] [PATCH v2 0/3] ar71xx: Add support for Linux-3.0

2011-11-26 Thread Outback Dingo
>> Please disregard the prior email - the kernel tree patching does work >> attempting to build now > > Great! let me know if you have any problem, thank you for testing! successfully built target ar71xx Ubiquiti product images... So all seems to build, on to flashing > -- >  Otto >

Re: [OpenWrt-Devel] [PATCH v2 0/3] ar71xx: Add support for Linux-3.0

2011-11-26 Thread Otto Solares Cabrera
On Sat, Nov 26, 2011 at 07:27:44AM -0500, Outback Dingo wrote: > On Sat, Nov 26, 2011 at 5:49 AM, Outback Dingo wrote: > > On Sat, Nov 26, 2011 at 4:12 AM, Otto Estuardo Solares Cabrera > > wrote: > >> This patch series adds Linux-3.0 kernel support to the ar71xx > >> target in OpenWRT trunk.  Te

Re: [OpenWrt-Devel] [PATCH] ramips: enhance routine for getting MAC address from flash

2011-11-26 Thread Daniel Golle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/26/2011 12:20 AM, Roman Yeryomin wrote: >> Is in the target mac address writen in uboot environment partition? > Well, it's there on all of my 5 different ramips routers. Well, it could be, but I've seen devices with ethaddr="00:AA:BB:CC:DD:10" i

Re: [OpenWrt-Devel] [PATCH v2 0/3] ar71xx: Add support for Linux-3.0

2011-11-26 Thread Outback Dingo
On Sat, Nov 26, 2011 at 5:49 AM, Outback Dingo wrote: > On Sat, Nov 26, 2011 at 4:12 AM, Otto Estuardo Solares Cabrera > wrote: >> This patch series adds Linux-3.0 kernel support to the ar71xx >> target in OpenWRT trunk.  Tested with Linux-3.0.9.  This doesn't >> switch the default kernel version

Re: [OpenWrt-Devel] [PATCH v2 0/3] ar71xx: Add support for Linux-3.0

2011-11-26 Thread Outback Dingo
On Sat, Nov 26, 2011 at 4:12 AM, Otto Estuardo Solares Cabrera wrote: > This patch series adds Linux-3.0 kernel support to the ar71xx > target in OpenWRT trunk.  Tested with Linux-3.0.9.  This doesn't > switch the default kernel version for ar71xx targets yet. I edited target/linux/ar71xx/Makefil

Re: [OpenWrt-Devel] [PATCH-v5] samba 3.0.37 update

2011-11-26 Thread Maarten Bezemer
(Got married and just came back from honeymoon, so sorry for the late reply) On Thursday 06 October 2011 11:53:59 Jan Willies wrote: > Hi Maarten, > > Can you send an update? I will commit it then. I saw that the package got modified to use the new service functions (see #29075), so I'll modify

[OpenWrt-Devel] [PATCH v2 0/3] ar71xx: Add support for Linux-3.0

2011-11-26 Thread Otto Estuardo Solares Cabrera
This patch series adds Linux-3.0 kernel support to the ar71xx target in OpenWRT trunk. Tested with Linux-3.0.9. This doesn't switch the default kernel version for ar71xx targets yet. Otto Estuardo Solares Cabrera (3): ar71xx: Add Linux-3.0 config ar71xx: Add target patches to support Linux-3

[OpenWrt-Devel] [PATCH v2 1/3] ar71xx: Add Linux-3.0 config

2011-11-26 Thread Otto Estuardo Solares Cabrera
Adds the kernel config to support Linux-3.0 Signed-off-by: Otto Estuardo Solares Cabrera --- target/linux/ar71xx/config-3.0 | 212 1 files changed, 212 insertions(+), 0 deletions(-) create mode 100644 target/linux/ar71xx/config-3.0 diff --git a/target/

[OpenWrt-Devel] [PATCH v2 2/3] ar71xx: Add target patches to support Linux-3.0

2011-11-26 Thread Otto Estuardo Solares Cabrera
Adds all target patches to support Linux-3.0 Signed-off-by: Otto Estuardo Solares Cabrera --- .../linux/ar71xx/patches-3.0/001-ar71xx_core.patch | 50 + .../linux/ar71xx/patches-3.0/002-ar71xx_pci.patch | 10 ++ .../ar71xx/patches-3.0/003-ar71xx_usb_host.patch | 78 +

[OpenWrt-Devel] [PATCH v2 3/3] ar71xx: MTD api patches to support Linux-3.0

2011-11-26 Thread Otto Estuardo Solares Cabrera
This add target patches to unobtrusively fix to the new MTD api for all needed boards in order to support Linux-3.0. When we drop kernel support <3.0 we can easily patch the boards files directly and remove this patches. Signed-off-by: Otto Estuardo Solares Cabrera --- .../ar71xx/patches-3.0/40