mirror of https://github.com/proski/madwifi
Typo fixes
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3808 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
bc6b795455
commit
65b2749123
|
@ -19,7 +19,7 @@
|
||||||
* $Id: if_ath_radar.h 2464 2007-06-15 22:51:56Z mtaylor $
|
* $Id: if_ath_radar.h 2464 2007-06-15 22:51:56Z mtaylor $
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* Defintions for the Atheros Wireless LAN controller driver.
|
* Definitions for the Atheros Wireless LAN controller driver.
|
||||||
*/
|
*/
|
||||||
#ifndef _IF_ATH_RADAR_H
|
#ifndef _IF_ATH_RADAR_H
|
||||||
#define _IF_ATH_RADAR_H
|
#define _IF_ATH_RADAR_H
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ioctl-related defintions for the Atheros Wireless LAN controller driver.
|
* Ioctl-related definitions for the Atheros Wireless LAN controller driver.
|
||||||
*/
|
*/
|
||||||
#ifndef _DEV_ATH_ATHIOCTL_H
|
#ifndef _DEV_ATH_ATHIOCTL_H
|
||||||
#define _DEV_ATH_ATHIOCTL_H
|
#define _DEV_ATH_ATHIOCTL_H
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Defintions for the Atheros Wireless LAN controller driver.
|
* Definitions for the Atheros Wireless LAN controller driver.
|
||||||
*/
|
*/
|
||||||
#ifndef _DEV_ATH_ATHVAR_H
|
#ifndef _DEV_ATH_ATHVAR_H
|
||||||
#define _DEV_ATH_ATHVAR_H
|
#define _DEV_ATH_ATHVAR_H
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Defintions for the Atheros Wireless LAN controller driver.
|
* Definitions for the Atheros Wireless LAN controller driver.
|
||||||
*/
|
*/
|
||||||
#ifndef _DEV_ATH_RATE_MINSTREL_H
|
#ifndef _DEV_ATH_RATE_MINSTREL_H
|
||||||
#define _DEV_ATH_RATE_MINSTREL_H
|
#define _DEV_ATH_RATE_MINSTREL_H
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Defintions for the Atheros Wireless LAN controller driver.
|
* Definitions for the Atheros Wireless LAN controller driver.
|
||||||
*/
|
*/
|
||||||
#ifndef _DEV_ATH_RATE_ONOE_H
|
#ifndef _DEV_ATH_RATE_ONOE_H
|
||||||
#define _DEV_ATH_RATE_ONOE_H
|
#define _DEV_ATH_RATE_ONOE_H
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Defintions for the Atheros Wireless LAN controller driver.
|
* Definitions for the Atheros Wireless LAN controller driver.
|
||||||
*/
|
*/
|
||||||
#ifndef _DEV_ATH_RATE_SAMPLE_H
|
#ifndef _DEV_ATH_RATE_SAMPLE_H
|
||||||
#define _DEV_ATH_RATE_SAMPLE_H
|
#define _DEV_ATH_RATE_SAMPLE_H
|
||||||
|
|
|
@ -293,7 +293,7 @@ struct ieee80211vap {
|
||||||
u_int32_t app_filter; /* filters which management frames are forwarded to app */
|
u_int32_t app_filter; /* filters which management frames are forwarded to app */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Debug functions need the defintion of struct ieee80211vap because iv_debug
|
/* Debug functions need the definition of struct ieee80211vap because iv_debug
|
||||||
* is used at runtime to determine if we should log an event
|
* is used at runtime to determine if we should log an event
|
||||||
*/
|
*/
|
||||||
#include <net80211/ieee80211_debug.h>
|
#include <net80211/ieee80211_debug.h>
|
||||||
|
|
Loading…
Reference in New Issue