netdev
[Top] [All Lists]

[PATCH 2/9] orinoco: include <net/ieee80211.h>

To: jgarzik@xxxxxxxxx, proski@xxxxxxx, hermes@xxxxxxxxxxxxxxxxxxxxx
Subject: [PATCH 2/9] orinoco: include <net/ieee80211.h>
From: Christoph Hellwig <hch@xxxxxx>
Date: Sun, 19 Jun 2005 01:27:28 +0200
Cc: netdev@xxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mutt/1.3.28i
We need constants from this header in the next patches.


Index: linux-2.6/drivers/net/wireless/orinoco.c
===================================================================
--- linux-2.6.orig/drivers/net/wireless/orinoco.c       2005-06-19 
00:59:34.000000000 +0200
+++ linux-2.6/drivers/net/wireless/orinoco.c    2005-06-19 01:02:24.000000000 
+0200
@@ -463,6 +463,7 @@
 #include <linux/if_arp.h>
 #include <linux/etherdevice.h>
 #include <linux/wireless.h>
+#include <net/ieee80211.h>
 
 #include <asm/uaccess.h>
 #include <asm/io.h>

<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH 2/9] orinoco: include <net/ieee80211.h>, Christoph Hellwig <=