Re: [RFC] acx100 inclusion in mainline; generic 802.11 stack
From: jamal <hidden>
Date: 2004-09-08 07:38:36
From: jamal <hidden>
Date: 2004-09-08 07:38:36
On Tue, 2004-09-07 at 13:10, David S. Miller wrote:
On Tue, 07 Sep 2004 10:03:41 -0700 greg chesson [off-list ref] wrote:quoted
What about eth_type_trans()?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, and surprise surprise my skeleton 802.11 stack code in fact does exactly this.
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). .. er, at the driver level. So this is not "a gross input packet hooked eater thing that's an ugly wart bolted onto the side of the driver API.";-> cheers, jamal