lkml.org 
[lkml]   [2002]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] 2.5.37 wavelan_cs compile error, warning fix
Date
Hi,

this patch fixes a compile error and a warning about an unused
function in wavelan_cs.c. Compiles, untested.

René


--- linux-2.5.37/drivers/net/wireless/wavelan_cs.c Fri Sep 20 18:22:38 2002
+++ linux/drivers/net/wireless/wavelan_cs.c Fri Sep 20 19:00:11 2002
@@ -56,6 +56,7 @@
*
*/

+#include <linux/types.h>
#include <linux/ethtool.h>
#include <asm/uaccess.h>
#include "wavelan_cs.p.h" /* Private header */
@@ -1860,6 +1861,7 @@
}
#endif /* HISTOGRAM */

+#if WIRELESS_EXT <= 12
static int netdev_ethtool_ioctl(struct net_device *dev, void *useraddr)
{
u32 ethcmd;
@@ -1880,6 +1882,7 @@

return -EOPNOTSUPP;
}
+#endif

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

\
 
 \ /
  Last update: 2005-03-22 13:29    [W:0.024 / U:2.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site