diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-10-16 09:20:49 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 09:39:48 -0500 |
commit | 94e2bd688820aed72b4f8092f88c2ccf64e003de (patch) | |
tree | 988de1817ec5ebe40dc6f2901eb86987876c517f /drivers/net/wireless/ath/ath5k | |
parent | 65cb76baa1058d17d51ce948b697cdbd5dc97421 (diff) |
tree-wide: fix some typos and punctuation in comments
fix some typos and punctuation in comments
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index a28c42f32c9d..c79a65044b67 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h | |||
@@ -193,7 +193,7 @@ struct ath5k_softc { | |||
193 | struct ath5k_txq *cabq; /* content after beacon */ | 193 | struct ath5k_txq *cabq; /* content after beacon */ |
194 | 194 | ||
195 | int power_level; /* Requested tx power in dbm */ | 195 | int power_level; /* Requested tx power in dbm */ |
196 | bool assoc; /* assocate state */ | 196 | bool assoc; /* associate state */ |
197 | bool enable_beacon; /* true if beacons are on */ | 197 | bool enable_beacon; /* true if beacons are on */ |
198 | }; | 198 | }; |
199 | 199 | ||