On Thursday 12 February 2009, Christoph .J Thompson wrote: > On Thu, 12 Feb 2009 09:40:22 +0100 > Ivo Van Doorn <ivdoorn@xxxxxxxxx> wrote: > > As far as I know the rt2870 driver provided by Ralink contains support > > for Master mode, and it should even cooperate with hostapd. Not sure > > if anybody has tested that yet. But you could give it a try. > > I've looked at the RaLink 1.4.0.0 driver for the rt2870usb available on RaLink's > website and there is only station mode support. Maybe I'm missing something and > there is a fork or older driver with AP support? Hmm, the driver does contain comments and some code for master mode, so perhaps the implementation isn't complete or indeed restricted to an internal or private version of the driver. > > Otherwise > > you can check rt2x00.git to see if the rt2800usb driver can send out > > beacons correctly. So far I have only tested managed mode and that > > worked reasonable (if you ignore the lack of 11n AP scan results, and > > some startup kickups). Note that you should use the module parameter > > nohwcrypt for rt2800usb to disable HW crypto. > > I think I'll have to resort to that. Sorry if the question is stupid, but > what version of the kernel is in rt2x00.git? Can I backport the changes > to 2.6.28.4 by making a diff between rt2x00.git's drivers/net/wireless > and 2.6.28.4's drivers/net/wireless directory? rt2x00.git = wireless-testing + rt2800usb So that makes it 2.6.29-rcx. It won't be possible to copy the drivers only, you need to copy mac80211 as well, and even then you might run into problems for other API changes. You might want to grab the compat-wireless testing package, copy the drivers/net/wireless/rt2x00 sourcecode into the compat-wireless folder (just override the existing rt2x00 code). After that it might be needed to update some Makefiles and config options, but that shouldn't be too hard. Ivo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html