Re: [OpenWrt-Devel] [PATCH] use the in-kernel hostap-driver

2008-07-27 Thread Nico
Hi Alexandros, Alexandros C. Couloumbis a écrit : > According to the hostap driver author, : > http://hostap.epitest.fi/ > > "Host AP driver was added into the main kernel tree in Linux v2.6.14. The > version in the kernel tree should be used instead of this external > hostap-driver package. The e

Re: [OpenWrt-Devel] Nanostation antenna selection support

2008-07-27 Thread Alberto Botti
Il giorno dom, 27/07/2008 alle 13.49 -0500, Travis Kemen ha scritto: > If you are using the internal antenna's on a ns2 they currently work > via the madwifi rx(tx)antenna settings but to use the external antenna > you need to install gpioctl and set softled to 0 for wifi0 in sysctl, > then use gpi

Re: [OpenWrt-Devel] Nanostation antenna selection support

2008-07-27 Thread Travis Kemen
On Sat, Jul 26, 2008 at 4:07 PM, Alberto Botti <[EMAIL PROTECTED]> wrote: > Hi, > > I know that madwifi in OpenWrt doesn't support the Nanostation antenna > selection* , but by looking at the DD-WRT changelog I've found an > interesting patch "antenna selection for ns2" > http://svn.dd-wrt.com:8000

Re: [OpenWrt-Devel] never ending story of patches not being applied

2008-07-27 Thread Frédéric Moulins
> Trust me. Take it from somebody who has been working full-time for > years on an 10 year old open source project (so the processes are > mature). Workflow in a tracking system can work, but you have to > commit to it. No half-way efforts. (For patch review and tracking) > Either use e-mail 1

Re: [OpenWrt-Devel] uci glitch

2008-07-27 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix Fietkau wrote: > Which version of uci are you using? i'm using the one shipped with r11914 > I can't reproduce this particular bug. can't reproduce it either today, took me a few hours yesterday, strange sorry for the hassle harald

Re: [OpenWrt-Devel] [PATCH] use the in-kernel hostap-driver

2008-07-27 Thread Alexandros C. Couloumbis
This update fixes a backward compatibility issue. use kmod-hostap instead of kmod-net-hostap so we don't break dependencies such as hostap-utils and others. Signed-off-by: Alexandros C. Couloumbis --- diff -Nrub a/package/kernel/modules/wireless.mk b/package/kernel/modules/wireless.mk --- a/pac

[OpenWrt-Devel] [PATCH] use the in-kernel hostap-driver

2008-07-27 Thread Alexandros C. Couloumbis
According to the hostap driver author, : http://hostap.epitest.fi/ "Host AP driver was added into the main kernel tree in Linux v2.6.14. The version in the kernel tree should be used instead of this external hostap-driver package. The external releases are only for older kernel versions and all t

Re: [OpenWrt-Devel] never ending story of patches not being applied

2008-07-27 Thread Brian J. Murrell
On Sun, 2008-07-27 at 11:10 +0200, Frédéric Moulins wrote: > On Sat, 26 Jul 2008 22:51:33 -0400 > "Brian J. Murrell" <[EMAIL PROTECTED]> wrote: > > > > Then Trac is not a good system. I'm certainly no bugzilla fanboy but > > given your observations about Trac I can say that bugzilla does all of >

[OpenWrt-Devel] Nanostation antenna selection support

2008-07-27 Thread Alberto Botti
Hi, I know that madwifi in OpenWrt doesn't support the Nanostation antenna selection* , but by looking at the DD-WRT changelog I've found an interesting patch "antenna selection for ns2" http://svn.dd-wrt.com:8000/dd-wrt/changeset/9381 It looks like a small patch (apart from the whitespace noise)

Re: [OpenWrt-Devel] [PATCH] mac80211 get_unaligned fi x under mipsel

2008-07-27 Thread Alexandros C. Couloumbis
the previous patch had a path directory issue, here is the correct one. Signed-off-by: Alexandros C. Couloumbis --- diff -Nrub compat-wireless-2008-07-26/include/net/compat.h compat-wireless-2008-07-26-new/include/net/compat.h --- compat-wireless-2008-07-26/include/net/compat.h 2008-07-26 0

[OpenWrt-Devel] [PATCH] mac80211 get_unaligned fi x under mipsel

2008-07-27 Thread Alexandros C. Couloumbis
mac80211 under mipsel complains about implicit declaration of get_unaligned. the following patch deals with this issue. Signed-off-by: Alexandros C. Couloumbis --- diff -Nrub a/compat-wireless-2008-07-26/include/net/compat.h b/compat-wireless-2008-07-26/include/net/compat.h --- a/compat-wirele

Re: [OpenWrt-Devel] never ending story of patches not being applied

2008-07-27 Thread Frédéric Moulins
On Sat, 26 Jul 2008 22:51:33 -0400 "Brian J. Murrell" <[EMAIL PROTECTED]> wrote: > On Sun, 2008-07-27 at 01:48 +0200, Frédéric Moulins wrote: > > It is not the case, but Trac remains a good system for tracking > > issues (categories, search), visualizing (diff, browse), and > > linking things toge