2008-05-21 11:45:13

by Michael Bernhard

[permalink] [raw]
Subject: [PATCH] compat-2.6: Correct typo

Signed-off-by: Michael Bernhard <[email protected]>
---
Apparently the compat tree was not compiled with a 2.6.22 Kernel.
This patch fixes a small typo.

compat/compat.diff | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compat/compat.diff b/compat/compat.diff
index 596087e..b129963 100644
--- a/compat/compat.diff
+++ b/compat/compat.diff
@@ -561,7 +561,7 @@
struct ieee80211_rx_status rx_status = {0};

+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23))
-+ if (priv->revid < < ADM8211_REV_CA)
++ if (priv->revid < ADM8211_REV_CA)
+#else
if (priv->pdev->revision < ADM8211_REV_CA)
+#endif
--
1.5.2.5



2008-05-21 13:31:23

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH] compat-2.6: Correct typo

On Wed, May 21, 2008 at 4:45 AM, Michael Bernhard
<[email protected]> wrote:
> Signed-off-by: Michael Bernhard <[email protected]>
> ---
> Apparently the compat tree was not compiled with a 2.6.22 Kernel.
> This patch fixes a small typo.

I am Ubuntu hardy now so am mainly testing 2.6.24, glad to see someone
testing 2.6.22. Thanks for the patch, applied, and new tarball pushed
out.

Luis