diff options
author | Walter Goldens <goldenstranger@yahoo.com> | 2010-05-18 07:44:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-02 16:13:18 -0400 |
commit | 77c2061d10a408d0220c2b0e7faefe52d9c41008 (patch) | |
tree | e2b0ad1abb38cca9e0b9890836fc4290c28656b0 /drivers/net/wireless/rt2x00 | |
parent | aed8e1f9910b216ab3e14cb286c431c870f9b78f (diff) |
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/rt2x00')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00dev.c b/drivers/net/wireless/rt2x00/rt2x00dev.c index 3ae468c4d760..2ed32e02a06f 100644 --- a/drivers/net/wireless/rt2x00/rt2x00dev.c +++ b/drivers/net/wireless/rt2x00/rt2x00dev.c | |||
@@ -224,7 +224,7 @@ void rt2x00lib_txdone(struct queue_entry *entry, | |||
224 | /* | 224 | /* |
225 | * If the IV/EIV data was stripped from the frame before it was | 225 | * If the IV/EIV data was stripped from the frame before it was |
226 | * passed to the hardware, we should now reinsert it again because | 226 | * passed to the hardware, we should now reinsert it again because |
227 | * mac80211 will expect the the same data to be present it the | 227 | * mac80211 will expect the same data to be present it the |
228 | * frame as it was passed to us. | 228 | * frame as it was passed to us. |
229 | */ | 229 | */ |
230 | if (test_bit(CONFIG_SUPPORT_HW_CRYPTO, &rt2x00dev->flags)) | 230 | if (test_bit(CONFIG_SUPPORT_HW_CRYPTO, &rt2x00dev->flags)) |