[PATCH 2.5.69-bk7] wireless header fix

Jean Tourrilhes (jt@bougret.hpl.hp.com)
Mon, 12 May 2003 11:25:23 -0700


Hi Jeff,

To compile Wireless Extensions, you will need the patch
below to add a missing header.
Thanks...

Jean

diff -u -p linux/net/core/wireless.16.c linux/net/core/wireless.c
--- linux/net/core/wireless.16.c Mon May 12 11:01:30 2003
+++ linux/net/core/wireless.c Mon May 12 11:02:06 2003
@@ -60,6 +60,7 @@
#include <linux/seq_file.h>
#include <linux/init.h> /* for __init */
#include <linux/if_arp.h> /* ARPHRD_ETHER */
+#include <linux/module.h> /* THIS_MODULE */

#include <linux/wireless.h> /* Pretty obvious */
#include <net/iw_handler.h> /* New driver API */
-
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/