All of lore.kernel.org
 help / color / mirror / Atom feed
* ath9k/mac80211 and 802.11n in IBSS mode
@ 2010-04-09 10:03 ` Joerg Pommnitz
  0 siblings, 0 replies; 8+ messages in thread
From: Joerg Pommnitz @ 2010-04-09 10:03 UTC (permalink / raw)
  To: linux-wireless, ath9k-devel

Hello all,
the Atheros Windows drivers provide an option to enable 802.11n mode
for IBSS networks. I did not find any information in this regard for
mac80211 based drivers. So, is this supported and how would I enable
this feature? And, btw. what exactly would this mean?
-- 
Regards
       Joerg

__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
http://mail.yahoo.com 

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

* [ath9k-devel] ath9k/mac80211 and 802.11n in IBSS mode
@ 2010-04-09 10:03 ` Joerg Pommnitz
  0 siblings, 0 replies; 8+ messages in thread
From: Joerg Pommnitz @ 2010-04-09 10:03 UTC (permalink / raw)
  To: ath9k-devel

Hello all,
the Atheros Windows drivers provide an option to enable 802.11n mode
for IBSS networks. I did not find any information in this regard for
mac80211 based drivers. So, is this supported and how would I enable
this feature? And, btw. what exactly would this mean?
-- 
Regards
       Joerg

__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verf?gt ?ber einen herausragenden Schutz gegen Massenmails. 
http://mail.yahoo.com 

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

* Re: ath9k/mac80211 and 802.11n in IBSS mode
  2010-04-09 10:03 ` [ath9k-devel] " Joerg Pommnitz
@ 2010-04-09 14:17   ` Johannes Berg
  -1 siblings, 0 replies; 8+ messages in thread
From: Johannes Berg @ 2010-04-09 14:17 UTC (permalink / raw)
  To: Joerg Pommnitz; +Cc: linux-wireless, ath9k-devel

On Fri, 2010-04-09 at 03:03 -0700, Joerg Pommnitz wrote:
> Hello all,
> the Atheros Windows drivers provide an option to enable 802.11n mode
> for IBSS networks. I did not find any information in this regard for
> mac80211 based drivers. So, is this supported and how would I enable
> this feature? And, btw. what exactly would this mean?

Benoit was working on this, but his last patchset missed the ability to
actually configure this when requesting an IBSS join.

johannes


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

* [ath9k-devel] ath9k/mac80211 and 802.11n in IBSS mode
@ 2010-04-09 14:17   ` Johannes Berg
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Berg @ 2010-04-09 14:17 UTC (permalink / raw)
  To: ath9k-devel

On Fri, 2010-04-09 at 03:03 -0700, Joerg Pommnitz wrote:
> Hello all,
> the Atheros Windows drivers provide an option to enable 802.11n mode
> for IBSS networks. I did not find any information in this regard for
> mac80211 based drivers. So, is this supported and how would I enable
> this feature? And, btw. what exactly would this mean?

Benoit was working on this, but his last patchset missed the ability to
actually configure this when requesting an IBSS join.

johannes

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

* Re: [ath9k-devel] ath9k/mac80211 and 802.11n in IBSS mode
  2010-04-09 14:17   ` [ath9k-devel] " Johannes Berg
@ 2010-04-09 20:38     ` Benoit PAPILLAULT
  -1 siblings, 0 replies; 8+ messages in thread
From: Benoit PAPILLAULT @ 2010-04-09 20:38 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Joerg Pommnitz, ath9k-devel, linux-wireless

Johannes Berg a écrit :
> On Fri, 2010-04-09 at 03:03 -0700, Joerg Pommnitz wrote:
>   
>> Hello all,
>> the Atheros Windows drivers provide an option to enable 802.11n mode
>> for IBSS networks. I did not find any information in this regard for
>> mac80211 based drivers. So, is this supported and how would I enable
>> this feature? And, btw. what exactly would this mean?
>>     
>
> Benoit was working on this, but his last patchset missed the ability to
> actually configure this when requesting an IBSS join.
>
> johannes
>   
Exactly :-). I need to dig into iw source code and understand a bit of 
nl80211 before...
There was some problem with rate control as well that might be fixed by 
minstrel_ht as well.

Regards,
Benoit


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

* [ath9k-devel] ath9k/mac80211 and 802.11n in IBSS mode
@ 2010-04-09 20:38     ` Benoit PAPILLAULT
  0 siblings, 0 replies; 8+ messages in thread
From: Benoit PAPILLAULT @ 2010-04-09 20:38 UTC (permalink / raw)
  To: ath9k-devel

Johannes Berg a ?crit :
> On Fri, 2010-04-09 at 03:03 -0700, Joerg Pommnitz wrote:
>   
>> Hello all,
>> the Atheros Windows drivers provide an option to enable 802.11n mode
>> for IBSS networks. I did not find any information in this regard for
>> mac80211 based drivers. So, is this supported and how would I enable
>> this feature? And, btw. what exactly would this mean?
>>     
>
> Benoit was working on this, but his last patchset missed the ability to
> actually configure this when requesting an IBSS join.
>
> johannes
>   
Exactly :-). I need to dig into iw source code and understand a bit of 
nl80211 before...
There was some problem with rate control as well that might be fixed by 
minstrel_ht as well.

Regards,
Benoit

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

* Re: [ath9k-devel] ath9k/mac80211 and 802.11n in IBSS mode
  2010-04-09 20:38     ` Benoit PAPILLAULT
@ 2010-04-12  6:40       ` Holger Schurig
  -1 siblings, 0 replies; 8+ messages in thread
From: Holger Schurig @ 2010-04-12  6:40 UTC (permalink / raw)
  To: Benoit PAPILLAULT
  Cc: Johannes Berg, Joerg Pommnitz, ath9k-devel, linux-wireless

> Exactly :-). I need to dig into iw source code and understand a bit of
> nl80211 before...

It's not that difficult: use "git log" to look after a patch that added 
something interesting to iw as well. The "git show" that patch. Now you'll 
find out which places to patch.

Adding nl80211-stuff to the kernel involves much dumb boilerplate!


-- 
http://www.holgerschurig.de

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

* [ath9k-devel] ath9k/mac80211 and 802.11n in IBSS mode
@ 2010-04-12  6:40       ` Holger Schurig
  0 siblings, 0 replies; 8+ messages in thread
From: Holger Schurig @ 2010-04-12  6:40 UTC (permalink / raw)
  To: ath9k-devel

> Exactly :-). I need to dig into iw source code and understand a bit of
> nl80211 before...

It's not that difficult: use "git log" to look after a patch that added 
something interesting to iw as well. The "git show" that patch. Now you'll 
find out which places to patch.

Adding nl80211-stuff to the kernel involves much dumb boilerplate!


-- 
http://www.holgerschurig.de

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

end of thread, other threads:[~2010-04-12  6:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-09 10:03 ath9k/mac80211 and 802.11n in IBSS mode Joerg Pommnitz
2010-04-09 10:03 ` [ath9k-devel] " Joerg Pommnitz
2010-04-09 14:17 ` Johannes Berg
2010-04-09 14:17   ` [ath9k-devel] " Johannes Berg
2010-04-09 20:38   ` Benoit PAPILLAULT
2010-04-09 20:38     ` Benoit PAPILLAULT
2010-04-12  6:40     ` Holger Schurig
2010-04-12  6:40       ` Holger Schurig

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.