[ath5k-devel] LEDs and rfkill ath5k

2009-04-14 Thread Weedy
Should these work? Linux lappy 2.6.29-gentoo-b0r3d #7 SMP Wed Apr 8 23:29:49 EDT 2009 i686 Genuine Intel(R) CPU T2050 @ 1.60GHz GenuineIntel GNU/Linux 0b:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5212 802.11abg NIC [168c:1014] (rev 01) Subsystem: IBM ThinkPad 11a/b/g

[ath5k-devel] ath5k master mode in kernel 2.6.29.1 still MIA?

2009-04-14 Thread Bogdan Lipski
Hi, i am checking the progress with AP mode in kernel from time to time and recently there was big hooray on mailing lists how this was finally activated in 2.6.29, however when checking ath5k/base.c in 2.6.29.1 i still see BIT(NL80211_IFTYPE_AP) still missing in interface_modes. Would anybody be

Re: [ath5k-devel] ath5k master mode in kernel 2.6.29.1 still MIA?

2009-04-14 Thread Nick Kossifidis
2009/4/13 Bogdan Lipski bogdan_lip...@onet.pl: Hi, i am checking the progress with AP mode in kernel from time to time and recently there was big hooray on mailing lists how this was finally activated in 2.6.29, however when checking ath5k/base.c in 2.6.29.1 i still see

[ath5k-devel] ath5k in master mode with multiple ssid?

2009-04-14 Thread Mark Cave-Ayland
Hi there, I'm in the process of migrating a server from madwifi drivers to ath5k drivers, and I am experiencing problems setting up VAPs. I'm using a 2.6.29 kernel, with a customised ath5.ko module to enable use as an AP, with iw-0.9.12. When I modprobe the ath5k driver, I get a wlan0

Re: [ath5k-devel] ath5k in master mode with multiple ssid?

2009-04-14 Thread Mark Cave-Ayland
Maxim Levitsky wrote: This is very simple. Ath5k and many other drivers just don't support several VAPs. The only exception is monitor + anything else, because this is supported transparently by mac8012. For code see: static int ath5k_add_interface(struct ieee80211_hw *hw,

[ath5k-devel] PATCH: ath5k in master mode with multiple ssid

2009-04-14 Thread Ben Greear
Patrick McHardy has been working on patches for this feature for me. I've hacked on it a small bit too, so he doesn't get all the blame. I'm attaching a patch that is mostly working: Tested so far: 120 stations: Works OK with no encryption 10 stations: Works OK with WEP WPA has issues, at

Re: [ath5k-devel] PATCH: ath5k in master mode with multiple ssid

2009-04-14 Thread Bob Copeland
On Tue, Apr 14, 2009 at 3:19 PM, Ben Greear gree...@candelatech.com wrote: Patrick McHardy has been working on patches for this feature for me.  I've hacked on it a small bit too, so he doesn't get all the blame. Great, thanks for working on it! Looks like you put a lot of work into it.

Re: [ath5k-devel] PATCH: ath5k in master mode with multiple ssid

2009-04-14 Thread Ben Greear
Bob Copeland wrote: On Tue, Apr 14, 2009 at 3:19 PM, Ben Greear gree...@candelatech.com wrote: Patrick McHardy has been working on patches for this feature for me. I've hacked on it a small bit too, so he doesn't get all the blame. Great, thanks for working on it! Looks like you put a lot