Signed-off-by: Michael Bernhard <michael.bernhard@xxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html