diff options
author | Walter Goldens <goldenstranger@yahoo.com> | 2010-05-18 04:44:54 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-02 16:13:18 -0400 |
commit | 77c2061d10a408d0220c2b0e7faefe52d9c41008 (patch) | |
tree | e2b0ad1abb38cca9e0b9890836fc4290c28656b0 /drivers/net/wireless/iwmc3200wifi | |
parent | aed8e1f9910b216ab3e14cb286c431c870f9b78f (diff) | |
download | linux-77c2061d10a408d0220c2b0e7faefe52d9c41008.tar.bz2 |
wireless: fix several minor description typos
Signed-off-by: Walter Goldens <goldenstranger@yahoo.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwmc3200wifi')
-rw-r--r-- | drivers/net/wireless/iwmc3200wifi/hal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwmc3200wifi/hal.c b/drivers/net/wireless/iwmc3200wifi/hal.c index 9531b18cf72a..907ac890997c 100644 --- a/drivers/net/wireless/iwmc3200wifi/hal.c +++ b/drivers/net/wireless/iwmc3200wifi/hal.c @@ -54,7 +54,7 @@ * LMAC. If you look at LMAC commands you'll se that they * are actually regular iwlwifi target commands encapsulated * into a special UMAC command called UMAC passthrough. - * This is due to the fact the the host talks exclusively + * This is due to the fact the host talks exclusively * to the UMAC and so there needs to be a special UMAC * command for talking to the LMAC. * This is how a wifi command is layed out: |