[PATCH] d80211: add radiotap support

2006-12-16 Thread Michael Wu
d80211: add radiotap support This patch adds support for radiotap to d80211. The driver must set IEEE80211_HW_MONITOR_DURING_OPER as well as IEEE80211_HW_RADIOTAP_SUPPORTED, and it must send radiotap frames when there is at least one monitor interface up. Tested with zd1211rw-d80211. Signed-off-b

[PATCH] d80211: constify ieee80211_ops pointer

2006-12-16 Thread Michael Buesch
const-ify the ieee80211_ops pointer to allow * The compiler to do opimizations * The drivers to declare this structure const. Signed-off-by: Michael Buesch <[EMAIL PROTECTED]> Index: jbenc-dscape/include/net/d80211.h === --- jbenc-ds

Re: [PATCH 2.6.18 2/2] LARTC: trace control for netem: kernelspace

2006-12-16 Thread Hagen Paul Pfeifer
>This patch isn't ok ( maybe this patch benefit from gcc padding behaviours): Ignore this - I thought this function returns a pointer ... (take a look at my email signature :-) HGN -- COFFEE.EXE Missing - Insert Cup and Press Any Key. - To unsubscribe from this list: send the line "unsubs

Re: [patch 06/14] e1000: disable TSO on the 82544 with slab debugging

2006-12-16 Thread Jesse Brandeburg
On 12/15/06, Herbert Xu <[EMAIL PROTECTED]> wrote: Any chance you could apply this patch instead? I've verified that this does resolve the problem on 82544. [NETDRV] e1000: Do not truncate TSO TCP header with 82544 workaround Acked-by: Jesse Brandeburg <[EMAIL PROTECTED]> - To unsubscribe from

Re: cxgb3 and 2.6.20-rc1

2006-12-16 Thread Jan Engelhardt
Hi, On Dec 13 2006 21:40, Divy Le Ray wrote: > > A corresponding monolithic patch is posted at the following URL: > http://service.chelsio.com/kernel.org/cxgb3.patch.bz2 I was unable to compile this on 2.6.20-rc1, because: CC [M] drivers/net/cxgb3/cxgb3_offload.o drivers/net/cxgb3/cxgb3_offl

Re: [PATCH 0/10] cxgb3, p2

2006-12-16 Thread Jan Engelhardt
> A corresponding monolithic patch is posted at the following URL: > http://service.chelsio.com/kernel.org/cxgb3.patch.bz2 Stylistic stuff that was mentioned. (TYPE * a -> TYPE *a) Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> Index: linux-2.6.20-rc1/drivers/net/cxgb3/common.h

Re: [PATCH 0/10] cxgb3, p1

2006-12-16 Thread Jan Engelhardt
> I resubmit the patch supporting the latest Chelsio T3 adapter. > It incorporates the last feedbacks for code cleanup. > It is built gainst Linus'tree. > > We think the driver is now ready to be merged. > Can you please advise on the next steps for inclusion in 2.6.20 ? > > A corresponding monoli

Re: [patch] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h

2006-12-16 Thread Erik Andersen
On Sat Dec 16, 2006 at 01:42:11PM -0500, Mike Frysinger wrote: > On 11/30/06, Robert P. J. Day <[EMAIL PROTECTED]> wrote: > >but there are a few other > >cases which still contain compound preprocessor directives such as: > > > > #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) >

[ANN] Acrypto asynchronous crypto layer 2.6.19 release.

2006-12-16 Thread Evgeniy Polyakov
Hello. I am pleased to announce new release of the acrypto for 2.6.19 kernel - first asynchronous crypto layer for Linux kernel 2.6. Acrypto allows to handle crypto requests asynchronously in hardware. Acrypto supports following features: * multiple asynchronous crypto device queues * crypto s

[patch] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h

2006-12-16 Thread Mike Frysinger
On 11/30/06, Robert P. J. Day <[EMAIL PROTECTED]> wrote: but there are a few other cases which still contain compound preprocessor directives such as: #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) having never worked with unifdef before, i guess i was being overly optimist

Re: [Fwd: Re: wan/pc300 bug found]

2006-12-16 Thread Jeff Garzik
Krzysztof Halasa wrote: Jeff Garzik <[EMAIL PROTECTED]> writes: FYI... I'm certainly willing to remove pc300, if nobody wants it. But I am unsure whether this is a case of "vendor doesn't care" or "users don't care", which are two very different things... I have a driver for PC300/RSV (dual

Re: [S2IO] De-typedef driver

2006-12-16 Thread Jeff Garzik
Ramkrishna Vepa wrote: I stomped over the s2io driver when doing an allyesconfig build for IP27 where there was a namespace collision between the IP27 code and the s2io driver which both use a nic_t. I decieded both were broken, IP27 should not export the type and s2io was a totally typede

Re: [PATCH 2.6.18 2/2] LARTC: trace control for netem: kernelspace

2006-12-16 Thread Hagen Paul Pfeifer
* Rainer Baumann | 2006-12-15 11:39:28 [+0100]: >Patch for linux kernel 2.6.18.13: >http://tcn.hypert.net/tcn_kernel_configfs.patch This patch isn't ok ( maybe this patch benefit from gcc padding behaviours): static struct pktdelay get_next_delay(struct netem_sched_data *q) { struct pktdelay r

Re: linux-2.6.20-rc1-gd1998ef3 build #203 failed

2006-12-16 Thread Evgeniy Polyakov
On Sat, Dec 16, 2006 at 03:46:45PM +0100, Toralf Förster ([EMAIL PROTECTED]) wrote: > > Hello, > > the build with the attached .config failed, make ends with: > LD init/built-in.o > LD .tmp_vmlinux1 > net/built-in.o: In function `__inet_check_established': > inet_hashtables.c:(.tex

Re: [PATCH 1/2] d80211: Turn PHYmode list from an array into a linked list

2006-12-16 Thread Michael Buesch
On Saturday 16 December 2006 07:40, Michael Wu wrote: > On Thursday 14 December 2006 13:20, Michael Buesch wrote: > > -int ieee80211_update_hw(struct ieee80211_hw *hw) > > +int ieee80211_register_hwmode(struct ieee80211_hw *hw, > > + struct ieee80211_hw_mode *mode) > Looks l

[2.6 patch] net/sctp/: make 2 functions static

2006-12-16 Thread Adrian Bunk
This patch makes the following needlessly global functions static: - ipv6.c: sctp_inet6addr_event() - protocol.c: sctp_inetaddr_event() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/net/sctp/sctp.h |2 -- net/sctp/ipv6.c |4 ++-- net/sctp/protocol.c |4 ++--

Re: acx-20060215 for etch

2006-12-16 Thread Carlos Martín Nieto
On vie, 2006-12-15 at 11:32 -0800, jeffery wrote: > pci.c needed a fix for etch.. > > I added the includes for utsrelease.h as they were needed for the > declaration of UTS_RELEASE in debian etch... > > as the acx tarball downloaded into debian etch: This is an old tarball. Current in etch is