diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.h')
| -rw-r--r-- | drivers/net/wireless/ath/ath5k/base.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index a28c42f32c9..4da02941046 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h @@ -36,7 +36,7 @@   */  /* - * Defintions for the Atheros Wireless LAN controller driver. + * Definitions for the Atheros Wireless LAN controller driver.   */  #ifndef _DEV_ATH_ATHVAR_H  #define _DEV_ATH_ATHVAR_H @@ -193,7 +193,7 @@ struct ath5k_softc {  	struct ath5k_txq	*cabq;		/* content after beacon */  	int 			power_level;	/* Requested tx power in dbm */ -	bool			assoc;		/* assocate state */ +	bool			assoc;		/* associate state */  	bool			enable_beacon;	/* true if beacons are on */  };  |