2008-01-17 12:12:44

by Marc Herbert

[permalink] [raw]
Subject: no attachment [PATCH] compat-2.6: fix "make unload" / ieee80211_crypt_tkip

Re-sent without an "octet-stream" attachment, sorry. (gmail sucks)

-----------

Hi there,

I need this one-line patch for "make unload" to work on my Ubuntu
gutsy.

The actual reason is beyond me, but I'm sure one of you will figure it
out and fix my fix in case it's not "the right thing".

Cheers,

Marc.


--- scripts/unload.sh 2008/01/17 09:59:28 1.1
+++ scripts/unload.sh 2008/01/17 10:00:24
@@ -6,6 +6,7 @@
MODULES="$OLD_MODULES"
MODULES="$MODULES ipw2100 ipw2200"
MODULES="$MODULES libertas_cs usb8xxx libertas"
+MODULES="$MODULES ieee80211_crypt_tkip ieee80211_crypt_ccmp"
MODULES="$MODULES ieee80211softmac ieee80211_crypt ieee80211"
MODULES="$MODULES adm8211"
MODULES="$MODULES b43 b43legacy"


2008-01-17 18:05:25

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: no attachment [PATCH] compat-2.6: fix "make unload" / ieee80211_crypt_tkip

On Jan 17, 2008 7:12 AM, <[email protected]> wrote:
> Re-sent without an "octet-stream" attachment, sorry. (gmail sucks)
>
> -----------
>
> Hi there,
>
> I need this one-line patch for "make unload" to work on my Ubuntu
> gutsy.
>
> The actual reason is beyond me, but I'm sure one of you will figure it
> out and fix my fix in case it's not "the right thing".

This is correct, applied, thanks,

Luis