Typo fixes

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3808 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2008-07-18 21:50:53 +00:00
parent bc6b795455
commit 65b2749123
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>