mirror of https://github.com/proski/madwifi
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:
parent
2a96a01877
commit
094374b5ee
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue