Re: [PATCH v3] Staging: rtl8192e: Fix declaration of symbols

From: Dan Carpenter
Date: Tue Apr 08 2014 - 04:20:31 EST


On Sun, Apr 06, 2014 at 09:26:55PM -0500, Joel Pelaez Jorge wrote:
> --- a/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c
> +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_wx.c
> @@ -19,6 +19,7 @@
>
> #include <linux/string.h>
> #include "rtl_core.h"
> +#include "rtl_wx.h"
>
> #define RATE_COUNT 12
> static u32 rtl8192_rates[] = {
> @@ -1320,7 +1321,7 @@ static struct iw_statistics
> *r8192_get_wireless_stats(struct net_device *dev)

This patch is line-wrapped and doesn't apply. Read
Documentation/email-clients.txt or use git send-email.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/