Skip to content

Commit

Permalink
[PATCH] orinoco: include <net/ieee80211.h>
Browse files Browse the repository at this point in the history
We need constants from this header in the next patches.
  • Loading branch information
Christoph Hellwig authored and Jeff Garzik committed Jun 27, 2005
1 parent 2793859 commit 5d558b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/orinoco.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5d558b7

Please sign in to comment.