Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[RFC\]\s+acx100\s+inclusion\s+in\s+mainline\;\s+generic\s+802\.11\s+stack\s*$/: 66 ]

Total 66 documents matching your query.

1. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: xxxxxxxxxxxxxx>
Date: Thu, 2 Sep 2004 23:24:35 +0300
http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/davem-p8 0211.tar.bz2 Is this stack the main one that is going to be used? I.e. if I am working on driver for next generation .11
/archives/netdev/2004-09/msg00064.html (10,548 bytes)

2. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: kondra@xxxxxxx>
Date: Thu, 02 Sep 2004 16:33:31 -0400
http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/davem-p8 0211.tar.bz2 Is this stack the main one that is going to be used? I.e. if I am working on driver for next generation .11 c
/archives/netdev/2004-09/msg00065.html (11,508 bytes)

3. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: <jeffpc@xxxxxxxxxxxxx>
Date: Fri, 3 Sep 2004 20:37:54 +0300
Is anyone working on this stack? I asked Dave, he is hot working on it. Or is this code dead? which JG> > JG> > of currently available 802.11 stacks we should continue to work. JG> > JG> > (Atheros h
/archives/netdev/2004-09/msg00091.html (11,824 bytes)

4. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: ff Sipek <jeffpc@xxxxxxxxxxxxx>
Date: Fri, 03 Sep 2004 16:29:37 -0400
Vladimir Kondratiev wrote: Is anyone working on this stack? I asked Dave, he is hot working on it. Or is this code dead? Nobody is actively working on that stack AFAIK. Jeff
/archives/netdev/2004-09/msg00094.html (10,506 bytes)

5. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author:
Date: Mon, 6 Sep 2004 11:13:31 -0700
On Aug 31, 2004, at 11:11 AM, Denis Vlasenko wrote: Hi all, It looks like acx100 approaches state when we can consider it's inclusion into mainline kernel. Some background information: acx100 and acx
/archives/netdev/2004-09/msg00145.html (12,315 bytes)

6. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: xx>
Date: Mon, 6 Sep 2004 21:57:35 +0300
could you please provide URL where this code is hosted? I know it only as part of madwifi. Vladimir Attachment: pgpWLjCZSleJI.pgp Description: PGP signature
/archives/netdev/2004-09/msg00146.html (10,639 bytes)

7. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: ir Kondratiev <vkondra@xxxxxxx>
Date: Mon, 6 Sep 2004 12:30:54 -0700
could you please provide URL where this code is hosted? I know it only as part of madwifi. The madwifi project is hosted at sourceforge http;//sourceforge.net/projects/madwifi. Source code is current
/archives/netdev/2004-09/msg00147.html (10,815 bytes)

8. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: xx>
Date: Mon, 6 Sep 2004 23:09:18 +0300
Attachment: pgpk1YLYvhSEg.pgp Description: PGP signature
/archives/netdev/2004-09/msg00148.html (11,307 bytes)

9. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: ir Kondratiev <vkondra@xxxxxxx>
Date: Mon, 6 Sep 2004 16:04:13 -0700
It only exists as part of other systems (madwifi, netbsd, freebsd, etc.) Sam
/archives/netdev/2004-09/msg00149.html (10,847 bytes)

10. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: xx>
Date: Mon, 6 Sep 2004 18:23:28 -0700
Sam, I've told you multiple times why your stack isn't a good starting point. It isn't implemented as a true network stack, like IPV4, Appletalk, etc. Instead it's a gross input packet hooked packet
/archives/netdev/2004-09/msg00150.html (10,785 bytes)

11. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: . Miller" <davem@xxxxxxxxxxxxx>
Date: Mon, 6 Sep 2004 21:32:49 -0700
Actually, this is the first time you've said anything to me about this code. We corresponded intensely for about a week 2+ years ago after which you declared you now knew how to "write an 802.11 stac
/archives/netdev/2004-09/msg00151.html (12,514 bytes)

12. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: xx>
Date: Mon, 6 Sep 2004 23:47:01 -0700
I do remember telling you how much I was against this element of your design. At the time, you were not willing to rearchitect things and you were in a sort-of bug-fix only mode. It means passing the
/archives/netdev/2004-09/msg00152.html (11,755 bytes)

13. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author:
Date: Tue, 07 Sep 2004 10:03:41 -0700
Oh really? What about eth_type_trans()? It is not implemented as a true network stack. Many drivers call it, but it is a gross input packet hooked eater thing that's an ugly wart bolted onto the side
/archives/netdev/2004-09/msg00164.html (15,973 bytes)

14. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: greg chesson <greg@xxxxxxxxxxx>
Date: Tue, 7 Sep 2004 10:10:27 -0700
It determines the protocol type from the ethernet header fields. It is a simple shorthand header field fetcher, not a protocol stack. You would need a eth80211_type_trans() for wireless drivers too,
/archives/netdev/2004-09/msg00165.html (11,989 bytes)

15. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: . Miller" <davem@xxxxxxxxxxxxx>
Date: Tue, 07 Sep 2004 11:14:17 -0700
I certainly agree with you about getting the base design right. Where are these bits you refer to? g David S. Miller wrote: On Tue, 07 Sep 2004 10:03:41 -0700 greg chesson <greg@xxxxxxxxxxx> wrote: W
/archives/netdev/2004-09/msg00170.html (13,091 bytes)

16. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: greg chesson <greg@xxxxxxxxxxx>
Date: Tue, 7 Sep 2004 11:16:10 -0700
See earlier in this very thread you are replying to: http://marc.theaimsgroup.com/?l=linux-netdev&m=109415745726088&w=2
/archives/netdev/2004-09/msg00171.html (11,393 bytes)

17. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: tijn van Oosterhout <kleptog@xxxxxxxxx>
Date: 08 Sep 2004 03:38:36 -0400
Or as Andi has been suggesting for sometime, not invoke it all ;-> This is possible if the DMA descriptor already has all the info needed (quiet a few modern hardware can be programmed to do this). .
/archives/netdev/2004-09/msg00201.html (12,178 bytes)

18. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: xxxxxxxxxx>
Date: Wed, 08 Sep 2004 09:02:59 -0700
You guys are too serious and, I believe, missed the real points. 1. There is a need in the OS for a "service" to convert between .11 and .3 packet formats. It should be designed for hw-independence.
/archives/netdev/2004-09/msg00210.html (14,282 bytes)

19. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: Verweij <a.verweij@xxxxxxxxxxxxxxxxxx>
Date: Wed, 8 Sep 2004 22:51:38 +0300
you missed one important point. Besides data packets, that every driver now convert .11<->.3 using almost the same code, there is whole story of management. Many modern cards are "softmac" and do al
/archives/netdev/2004-09/msg00215.html (14,802 bytes)

20. Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxxxxx>
Date: Wed, 08 Sep 2004 13:52:00 -0700
you missed one important point. Besides data packets, that every driver now convert .11<->.3 using almost the same code, there is whole story of management. Many modern cards are "softmac" and do all
/archives/netdev/2004-09/msg00218.html (16,069 bytes)


This search system is powered by Namazu