2009-02-13 17:41:23

by Pat Erley

[permalink] [raw]
Subject: [patch] compat-wireless compat.diff update for latest wireless-testing

Wireless testing now includes scan.o, patch needs to reflect that.

Signed-off-by: Pat Erley <[email protected]>
---

Diffs of diffs look funny, haha

diff --git a/compat/compat.diff b/compat/compat.diff
index 4d96eec..ff4d157 100644
--- a/compat/compat.diff
+++ b/compat/compat.diff
@@ -18,8 +18,8 @@
obj-$(CONFIG_LIB80211_CRYPT_CCMP) += lib80211_crypt_ccmp.o
obj-$(CONFIG_LIB80211_CRYPT_TKIP) += lib80211_crypt_tkip.o

--cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o
-+cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o compat.o
+-cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o
++cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o compat.o
cfg80211-$(CONFIG_WIRELESS_EXT) += wext-compat.o
cfg80211-$(CONFIG_NL80211) += nl80211.o
--- a/drivers/net/wireless/zd1211rw/zd_chip.h 2008-03-07 20:02:06.000000000 -0500


2009-02-13 22:35:47

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [patch] compat-wireless compat.diff update for latest wireless-testing

On Fri, Feb 13, 2009 at 9:41 AM, pat-lkml <[email protected]> wrote:
> Wireless testing now includes scan.o, patch needs to reflect that.
>
> Signed-off-by: Pat Erley <[email protected]>

Thanks applied

Luis