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

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 like

[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 ++--

[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 === ---

[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.

[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 optimistic

[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

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) having

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 monolithic

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: 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