aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bernhard <michael.bernhard@bfh.ch>2008-05-21 13:45:30 +0200
committerLuis R. Rodriguez <lrodriguez@atheros.com>2008-05-21 06:26:19 -0700
commit65a9e53a28ed22e8e78553d1e45bf5077a8b32b7 (patch)
tree361dd0de450795a4c9b9612bded953a68c27fb81
parent4fb3d3ffacf257b6c8e8ef7ae6d9cf22b97902ed (diff)
downloadcompat-wireless-2.6-old-65a9e53a28ed22e8e78553d1e45bf5077a8b32b7.tar.gz
compat-2.6: Correct typo
Signed-off-by: Michael Bernhard <michael.bernhard@bfh.ch> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
-rw-r--r--compat/compat.diff2
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