Parcourir la source

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

We need constants from this header in the next patches.
Christoph Hellwig il y a 20 ans
Parent
commit
5d558b7f36
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      drivers/net/wireless/orinoco.c

+ 1 - 0
drivers/net/wireless/orinoco.c

@@ -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>