Re: [PATCH] d80211: select CRC32 functions

2007-01-31 Thread Jiri Benc
On Wed, 24 Jan 2007 10:35:10 +0100, Marcus Better wrote: The d80211 stack requires CRC32 functions for the WEP implementation. Your mail client converts tabs to spaces, please check its settings next time (and Cc: me and John Linville on d80211 patches). Applied to my tree, thanks for the

Re: [PATCH] d80211: select CRC32 functions

2007-01-27 Thread Michael Wu
On Wednesday 24 January 2007 04:35, Marcus Better wrote: The d80211 stack requires CRC32 functions for the WEP implementation. ACK. Please CC John Linville [EMAIL PROTECTED] and Jiri Benc [EMAIL PROTECTED] on d80211 patches next time. Thanks, -Michael Wu pgp7BD1v6LTlQ.pgp Description: PGP

[PATCH] d80211: select CRC32 functions

2007-01-24 Thread Marcus Better
The d80211 stack requires CRC32 functions for the WEP implementation. Signed-off-by: Marcus Better [EMAIL PROTECTED] --- net/d80211/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/d80211/Kconfig b/net/d80211/Kconfig index 7e2635f..d91f0db 100644 ---