All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] Wireless N - AP mode devel status??
@ 2008-12-30 11:06 Adam Tistler
  2008-12-30 12:15 ` Jouni Malinen
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Tistler @ 2008-12-30 11:06 UTC (permalink / raw)
  To: ath9k-devel

Hello,

I have been using ath5k on debian etch for sometime using AP mode on a  
netgear wireless G card and have been extremely happy with it.  Thank  
you so much for all the hard work going into this project.

I would like to get a wireless N pci card and use the ath9k drivers.   
I would like for it to serve as an AP as in my previous setup.
I read that there are a few patches available for ath9k/AP mode.  What  
is the current state of development in regards to this?
I would be happy to serve as a tester if this is still considered  
alpha or if there are some patches that I can apply.

I had my eye on the:
	D-Link Rangebooster N Desktop Adapter
	(MPN: DWA542)

which I believe has AR5416 Chipset.  If there is a better card to test  
with, please let me know.


Adam Tistler
1(732)718-2631
atistler at gmail.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Wireless N - AP mode devel status??
  2008-12-30 11:06 [ath9k-devel] Wireless N - AP mode devel status?? Adam Tistler
@ 2008-12-30 12:15 ` Jouni Malinen
  2008-12-30 18:50   ` Jens Ott - Opteamax
  0 siblings, 1 reply; 5+ messages in thread
From: Jouni Malinen @ 2008-12-30 12:15 UTC (permalink / raw)
  To: ath9k-devel

On Tue, 2008-12-30 at 03:06 -0800, Adam Tistler wrote:

> I would like to get a wireless N pci card and use the ath9k drivers.
> I would like for it to serve as an AP as in my previous setup.
> I read that there are a few patches available for ath9k/AP mode.  What
> is the current state of development in regards to this?
> I would be happy to serve as a tester if this is still considered
> alpha or if there are some patches that I can apply.

All the AP mode patches are now included in wireless-testing.git tree
and will likely be included in the next kernel release (2.6.29). I'm not
aware of any major issues with this code.

- Jouni

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Wireless N - AP mode devel status??
  2008-12-30 12:15 ` Jouni Malinen
@ 2008-12-30 18:50   ` Jens Ott - Opteamax
  2008-12-31  8:11     ` Jouni Malinen
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Ott - Opteamax @ 2008-12-30 18:50 UTC (permalink / raw)
  To: ath9k-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Jouni,

maybe I'm simply to stupid, but after your mail I pulled the latest
version and compiled the kernel from wireless-testing:

acapulco ~ # uname -a
Linux acapulco 2.6.28-rc9-wl-dirty #2 SMP Tue Dec 30 19:04:19 CET 2008
x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ AuthenticAMD GNU/Linux

but when I try to set device to master (ap) mode I only get:

acapulco ~ # iwconfig wlan0 mode master
Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlan0 ; Invalid argument.


The card is a DLink DWA-547 and identifies itself as

acapulco ~ # lspci | grep Atheros
01:08.0 Network controller: Atheros Communications Inc. AR5008 Wireless
Network Adapter (rev 01)

Maybe you (or someone else) have a hint for me what I'm doing wrong.

Thanks in advance and best regards
Jens

Jouni Malinen schrieb:
> On Tue, 2008-12-30 at 03:06 -0800, Adam Tistler wrote:
> 
>> I would like to get a wireless N pci card and use the ath9k drivers.
>> I would like for it to serve as an AP as in my previous setup.
>> I read that there are a few patches available for ath9k/AP mode.  What
>> is the current state of development in regards to this?
>> I would be happy to serve as a tester if this is still considered
>> alpha or if there are some patches that I can apply.
> 
> All the AP mode patches are now included in wireless-testing.git tree
> and will likely be included in the next kernel release (2.6.29). I'm not
> aware of any major issues with this code.
> 
> - Jouni
> 
> 
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
> 
> !DSPAM:2,495a110b72781804284693!
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklabZIACgkQMf0yjMLKfXpTaACeJAHEbeVRqjyVL3QP0aJfVqtr
2jMAnRvBmlFGOvvPkOsmgnWYsIzFEPFe
=coFV
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Wireless N - AP mode devel status??
  2008-12-30 18:50   ` Jens Ott - Opteamax
@ 2008-12-31  8:11     ` Jouni Malinen
  2008-12-31  9:25       ` Jens Ott - Opteamax
  0 siblings, 1 reply; 5+ messages in thread
From: Jouni Malinen @ 2008-12-31  8:11 UTC (permalink / raw)
  To: ath9k-devel

On Tue, 2008-12-30 at 10:50 -0800, Jens Ott - Opteamax wrote:

> but when I try to set device to master (ap) mode I only get:
> 
> acapulco ~ # iwconfig wlan0 mode master
> Error for wireless request "Set Mode" (8B06) :
>     SET failed on device wlan0 ; Invalid argument.

mac80211 does not support iwconfig for setting the AP mode, i.e., you
will need to use a user space program to take care of some AP
operations. You can use the current 0.6.x version of hostapd
(http://w1.fi/hostapd/) for this.

- Jouni

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ath9k-devel] Wireless N - AP mode devel status??
  2008-12-31  8:11     ` Jouni Malinen
@ 2008-12-31  9:25       ` Jens Ott - Opteamax
  0 siblings, 0 replies; 5+ messages in thread
From: Jens Ott - Opteamax @ 2008-12-31  9:25 UTC (permalink / raw)
  To: ath9k-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

thank you for this hint. My problem came from the gentoo-start-scripts
of hostapd, which require net.wlan* to be started before starting
hostapd. In gentoo's quick-start-guide for hostapd, they ask to
configure wlan0 to be in master-mode by setting "iwconfig mode master".

I think I should take a deeper look into the hostapd-documentation ;-)

Best regards and have a good start into 2009 tonight.

Jens

Jouni Malinen schrieb:
> On Tue, 2008-12-30 at 10:50 -0800, Jens Ott - Opteamax wrote:
> 
>> but when I try to set device to master (ap) mode I only get:
>>
>> acapulco ~ # iwconfig wlan0 mode master
>> Error for wireless request "Set Mode" (8B06) :
>>     SET failed on device wlan0 ; Invalid argument.
> 
> mac80211 does not support iwconfig for setting the AP mode, i.e., you
> will need to use a user space program to take care of some AP
> operations. You can use the current 0.6.x version of hostapd
> (http://w1.fi/hostapd/) for this.
> 
> - Jouni
> 
> 
> 
> !DSPAM:2,495b294f39102289814270!
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklbOnAACgkQMf0yjMLKfXqEBQCfSoqNZIdo6tXhYy58QqdWxXfj
17sAn3GFEaW4AecEaWEEzj7HUqhe2paO
=gm5P
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-31  9:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 11:06 [ath9k-devel] Wireless N - AP mode devel status?? Adam Tistler
2008-12-30 12:15 ` Jouni Malinen
2008-12-30 18:50   ` Jens Ott - Opteamax
2008-12-31  8:11     ` Jouni Malinen
2008-12-31  9:25       ` Jens Ott - Opteamax

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.