Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*generic\s+802\.11\s+stack\s*$/: 70 ]

Total 70 documents matching your query.

1. generic 802.11 stack (score: 1)
Author: Vladimir Kondratiev <vkondra@xxxxxxx>
Date: Fri, 1 Oct 2004 16:30:42 +0200
Attached is 1-st iteration for generic 802.11 stack framework. Based on code from Dave. I make it compile for 2.6 and wrote simple skeleton for native 802.11 driver. This skeleton is able to simulate
/archives/netdev/2004-10/msg00009.html (9,250 bytes)

2. Re: generic 802.11 stack (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxxxxx>
Date: Fri, 1 Oct 2004 15:53:10 -0700
Why this change? -extern void hh_data_is_too_small(void); +static void hh_data_is_too_small(void) +{ + printk(KERN_ERR "hh_data_is_too_small\n"); +} We don't define the function because it is meant t
/archives/netdev/2004-10/msg00025.html (9,383 bytes)

3. Re: generic 802.11 stack (score: 1)
Author: Vladimir Kondratiev <vkondra@xxxxxxx>
Date: Sat, 2 Oct 2004 01:25:32 +0200
My misunderstanding. Sorry. As above. My editor did it for me. I'll be more carefull to check this behind the scene things. Maybe, I'll do one patch to do all spaces accordingly to kernel coding styl
/archives/netdev/2004-10/msg00030.html (10,876 bytes)

4. Re: generic 802.11 stack (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxxxxx>
Date: Fri, 1 Oct 2004 17:11:58 -0700
All existing wireless drivers use the standard ethernet MTU. I really think it is supposed to be 1500. That's why I left it at ether_setup()'s setting. Upper layers really want to see a 1500 byte sta
/archives/netdev/2004-10/msg00032.html (8,818 bytes)

5. generic 802.11 stack (score: 1)
Author: . Miller" <davem@xxxxxxxxxxxxx>
Date: Tue, 7 Sep 2004 20:22:07 +0300
I'd like to evaluate possibility to use your stack for real driver. 80211 have some specifics thus we need to answer following questions: - some devices handles almost all MAC in firmware; some - ha
/archives/netdev/2004-09/msg00166.html (11,856 bytes)

6. Re: generic 802.11 stack (score: 1)
Author: ir Kondratiev <vkondra@xxxxxxx>
Date: Tue, 7 Sep 2004 10:32:03 -0700
Use function pointers for the handlers that can be overridden by the driver, or something similar like that. Start with "pure %100 software" stack, then once that is fully functional work back to add
/archives/netdev/2004-09/msg00167.html (12,748 bytes)

7. Re: generic 802.11 stack (score: 1)
Author: . Miller" <davem@xxxxxxxxxxxxx>
Date: Tue, 7 Sep 2004 21:06:24 +0300
select DS> > AP from list), or for information purposes (sniffer). What is your vision how DS> > to do this? I.e. provide some standard PHY header before MAC header, out of DS> > band (use cb?) to D
/archives/netdev/2004-09/msg00168.html (11,834 bytes)

8. Re: generic 802.11 stack (score: 1)
Author: ir Kondratiev <vkondra@xxxxxxx>
Date: Tue, 7 Sep 2004 11:08:13 -0700
Use the skb->cb[] area, create: struct p80211_skb_cb { int rate; int channel; /* whatever... */ };
/archives/netdev/2004-09/msg00169.html (10,394 bytes)

9. Re: generic 802.11 stack (score: 1)
Author: . Miller" <davem@xxxxxxxxxxxxx>
Date: Tue, 7 Sep 2004 21:41:54 +0300
be DS> > specified per packet. So question ramains: how to specify PHY info per skb. DS> This should be done in generic way. This information used to communicate berween particular driver and generic
/archives/netdev/2004-09/msg00172.html (11,227 bytes)

10. Re: generic 802.11 stack (score: 1)
Author: ir Kondratiev <vkondra@xxxxxxx>
Date: Tue, 7 Sep 2004 12:10:19 -0700
TCP does the same thing, and if space is an issue you can use pointers in the cb[] area, other subsystems do this.
/archives/netdev/2004-09/msg00173.html (10,693 bytes)

11. Re: generic 802.11 stack (score: 1)
Author: . Miller" <davem@xxxxxxxxxxxxx>
Date: Tue, 7 Sep 2004 22:54:12 +0300
communicate DS> > berween particular driver and generic stack. For example, Rx PHY info and Tx DS> > status info should be used for in-stack generic rate scaling algorithm. DS> > exceed DS> > this s
/archives/netdev/2004-09/msg00174.html (11,654 bytes)

12. Re: generic 802.11 stack (score: 1)
Author: ±æ˜Ž <yoshfuji@xxxxxxxxxxxxxx>
Date: Wed, 8 Sep 2004 19:40:33 -0700
it Open
/archives/netdev/2004-09/msg00237.html (10,642 bytes)

13. Re: generic 802.11 stack (score: 1)
Author: . Miller" <davem@xxxxxxxxxxxxx>
Date: Thu, 9 Sep 2004 00:36:48 -0400
xxxxxx>
/archives/netdev/2004-09/msg00242.html (12,109 bytes)

14. Re: generic 802.11 stack (score: 1)
Author: garzik@xxxxxxxxx>
Date: Sun, 12 Sep 2004 21:03:13 +0300
d attac
/archives/netdev/2004-09/msg00371.html (11,093 bytes)

15. Re: generic 802.11 stack (score: 1)
Author: " <davem@xxxxxxxxxxxxx>
Date: Sun, 12 Sep 2004 20:09:08 -0400
Somethi
/archives/netdev/2004-09/msg00391.html (11,247 bytes)

16. Re: generic 802.11 stack (score: 1)
Author: zik <jgarzik@xxxxxxxxx>
Date: Sun, 12 Sep 2004 17:14:48 -0700
eryone.
/archives/netdev/2004-09/msg00395.html (10,779 bytes)

17. Re: generic 802.11 stack (score: 1)
Author: @xxxxxxxxxxxxx>
Date: Sun, 12 Sep 2004 17:45:44 -0700
c
/archives/netdev/2004-09/msg00397.html (11,245 bytes)

18. Re: generic 802.11 stack (score: 1)
Author: xxxxxxx>
Date: Mon, 13 Sep 2004 08:39:08 +0300
bugging
/archives/netdev/2004-09/msg00403.html (11,295 bytes)

19. Re: generic 802.11 stack (score: 1)
Author: xxxxxx>
Date: Mon, 13 Sep 2004 01:50:39 -0400
what it
/archives/netdev/2004-09/msg00404.html (11,031 bytes)

20. Re: generic 802.11 stack (score: 1)
Author: xxxxxx>
Date: Mon, 13 Sep 2004 16:21:53 -0700
Thanks.
/archives/netdev/2004-09/msg00449.html (10,709 bytes)


This search system is powered by Namazu