浏览代码

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

We need constants from this header in the next patches.
Christoph Hellwig 20 年之前
父节点
当前提交
5d558b7f36
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>