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 | |
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')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/eeprom.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 2 | ||||
-rw-r--r-- | drivers/net/wireless/iwmc3200wifi/hal.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/libertas/scan.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/orinoco/hermes_dld.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00dev.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/zd1211rw/zd_mac.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/zd1211rw/zd_usb.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/drivers/net/wireless/ath/ath5k/eeprom.c b/drivers/net/wireless/ath/ath5k/eeprom.c index ed0263672d6d..8490348379ae 100644 --- a/drivers/net/wireless/ath/ath5k/eeprom.c +++ b/drivers/net/wireless/ath/ath5k/eeprom.c | |||
@@ -715,7 +715,7 @@ ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode, | |||
715 | 715 | ||
716 | /* Only one curve for RF5111 | 716 | /* Only one curve for RF5111 |
717 | * find out which one and place | 717 | * find out which one and place |
718 | * in in pd_curves. | 718 | * in pd_curves. |
719 | * Note: ee_x_gain is reversed here */ | 719 | * Note: ee_x_gain is reversed here */ |
720 | for (idx = 0; idx < AR5K_EEPROM_N_PD_CURVES; idx++) { | 720 | for (idx = 0; idx < AR5K_EEPROM_N_PD_CURVES; idx++) { |
721 | 721 | ||
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 5cf0714f069c..ffc9249b02c5 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -461,7 +461,7 @@ struct ath9k_hw_version { | |||
461 | #define AR_GENTMR_BIT(_index) (1 << (_index)) | 461 | #define AR_GENTMR_BIT(_index) (1 << (_index)) |
462 | 462 | ||
463 | /* | 463 | /* |
464 | * Using de Bruijin sequence to to look up 1's index in a 32 bit number | 464 | * Using de Bruijin sequence to look up 1's index in a 32 bit number |
465 | * debruijn32 = 0000 0111 0111 1100 1011 0101 0011 0001 | 465 | * debruijn32 = 0000 0111 0111 1100 1011 0101 0011 0001 |
466 | */ | 466 | */ |
467 | #define debruijn32 0x077CB531U | 467 | #define debruijn32 0x077CB531U |
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 @@ | |||
54 | * LMAC. If you look at LMAC commands you'll se that they | 54 | * LMAC. If you look at LMAC commands you'll se that they |
55 | * are actually regular iwlwifi target commands encapsulated | 55 | * are actually regular iwlwifi target commands encapsulated |
56 | * into a special UMAC command called UMAC passthrough. | 56 | * into a special UMAC command called UMAC passthrough. |
57 | * This is due to the fact the the host talks exclusively | 57 | * This is due to the fact the host talks exclusively |
58 | * to the UMAC and so there needs to be a special UMAC | 58 | * to the UMAC and so there needs to be a special UMAC |
59 | * command for talking to the LMAC. | 59 | * command for talking to the LMAC. |
60 | * This is how a wifi command is layed out: | 60 | * This is how a wifi command is layed out: |
diff --git a/drivers/net/wireless/libertas/scan.c b/drivers/net/wireless/libertas/scan.c index 24cd54b3a806..7d82f13bdf1d 100644 --- a/drivers/net/wireless/libertas/scan.c +++ b/drivers/net/wireless/libertas/scan.c | |||
@@ -666,7 +666,7 @@ void lbs_scan_worker(struct work_struct *work) | |||
666 | /** | 666 | /** |
667 | * @brief Interpret a BSS scan response returned from the firmware | 667 | * @brief Interpret a BSS scan response returned from the firmware |
668 | * | 668 | * |
669 | * Parse the various fixed fields and IEs passed back for a a BSS probe | 669 | * Parse the various fixed fields and IEs passed back for a BSS probe |
670 | * response or beacon from the scan command. Record information as needed | 670 | * response or beacon from the scan command. Record information as needed |
671 | * in the scan table struct bss_descriptor for that entry. | 671 | * in the scan table struct bss_descriptor for that entry. |
672 | * | 672 | * |
diff --git a/drivers/net/wireless/orinoco/hermes_dld.c b/drivers/net/wireless/orinoco/hermes_dld.c index 6da85e75fce0..f750f49bbd4e 100644 --- a/drivers/net/wireless/orinoco/hermes_dld.c +++ b/drivers/net/wireless/orinoco/hermes_dld.c | |||
@@ -68,7 +68,7 @@ struct dblock { | |||
68 | } __attribute__ ((packed)); | 68 | } __attribute__ ((packed)); |
69 | 69 | ||
70 | /* | 70 | /* |
71 | * Plug Data References are located in in the image after the last data | 71 | * Plug Data References are located in the image after the last data |
72 | * block. They refer to areas in the adapter memory where the plug data | 72 | * block. They refer to areas in the adapter memory where the plug data |
73 | * items with matching ID should be written. | 73 | * items with matching ID should be written. |
74 | */ | 74 | */ |
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)) |
diff --git a/drivers/net/wireless/zd1211rw/zd_mac.c b/drivers/net/wireless/zd1211rw/zd_mac.c index b0b666019a93..163a8a06b22d 100644 --- a/drivers/net/wireless/zd1211rw/zd_mac.c +++ b/drivers/net/wireless/zd1211rw/zd_mac.c | |||
@@ -855,7 +855,7 @@ int zd_mac_rx(struct ieee80211_hw *hw, const u8 *buffer, unsigned int length) | |||
855 | if (skb == NULL) | 855 | if (skb == NULL) |
856 | return -ENOMEM; | 856 | return -ENOMEM; |
857 | if (need_padding) { | 857 | if (need_padding) { |
858 | /* Make sure the the payload data is 4 byte aligned. */ | 858 | /* Make sure the payload data is 4 byte aligned. */ |
859 | skb_reserve(skb, 2); | 859 | skb_reserve(skb, 2); |
860 | } | 860 | } |
861 | 861 | ||
diff --git a/drivers/net/wireless/zd1211rw/zd_usb.c b/drivers/net/wireless/zd1211rw/zd_usb.c index c257940b71b6..818e1480ca93 100644 --- a/drivers/net/wireless/zd1211rw/zd_usb.c +++ b/drivers/net/wireless/zd1211rw/zd_usb.c | |||
@@ -844,7 +844,7 @@ out: | |||
844 | * @usb: a &struct zd_usb pointer | 844 | * @usb: a &struct zd_usb pointer |
845 | * @urb: URB to be freed | 845 | * @urb: URB to be freed |
846 | * | 846 | * |
847 | * Frees the the transmission URB, which means to put it on the free URB | 847 | * Frees the transmission URB, which means to put it on the free URB |
848 | * list. | 848 | * list. |
849 | */ | 849 | */ |
850 | static void free_tx_urb(struct zd_usb *usb, struct urb *urb) | 850 | static void free_tx_urb(struct zd_usb *usb, struct urb *urb) |