Add sys/queue.h include to if_athvar.h. Plus some formatting/fiddling

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3614 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-05-05 23:49:40 +00:00
parent 2a96a01877
commit 094374b5ee
1 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,10 @@
#include "ah_desc.h"
#include "ah_os.h"
#include "if_athioctl.h"
#include "net80211/ieee80211.h" /* XXX for WME_NUM_AC */
#include <net80211/ieee80211.h> /* XXX for WME_NUM_AC */
#include <sys/queue.h>
#include <asm/io.h>
#include <linux/list.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,15)