diff options
author | Luis Correia <luis.f.correia@gmail.com> | 2009-07-17 15:39:19 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-24 15:05:26 -0400 |
commit | 4951348109c334f2b839816bd161522d089cb782 (patch) | |
tree | 048551b7d0448bac32b04ad43886fa2523c58248 /drivers/net/wireless/rt2x00/rt2400pci.h | |
parent | 30a12a8fbbd530b016277dd2ab65246b516540a8 (diff) |
rt2x00: Comment spellchecking
Fix a bunch of spelling errors in the rt2x00 drivers
Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2400pci.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2400pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2400pci.h b/drivers/net/wireless/rt2x00/rt2400pci.h index ec3b004ddc3c..ccd644104ad1 100644 --- a/drivers/net/wireless/rt2x00/rt2400pci.h +++ b/drivers/net/wireless/rt2x00/rt2400pci.h | |||
@@ -928,7 +928,7 @@ | |||
928 | #define RXD_W7_RESERVED FIELD32(0xffffffff) | 928 | #define RXD_W7_RESERVED FIELD32(0xffffffff) |
929 | 929 | ||
930 | /* | 930 | /* |
931 | * Macro's for converting txpower from EEPROM to mac80211 value | 931 | * Macros for converting txpower from EEPROM to mac80211 value |
932 | * and from mac80211 value to register value. | 932 | * and from mac80211 value to register value. |
933 | * NOTE: Logics in rt2400pci for txpower are reversed | 933 | * NOTE: Logics in rt2400pci for txpower are reversed |
934 | * compared to the other rt2x00 drivers. A higher txpower | 934 | * compared to the other rt2x00 drivers. A higher txpower |