diff options
author | Jiri Kosina <jkosina@suse.cz> | 2009-12-07 12:36:35 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-07 12:36:35 -0500 |
commit | d014d043869cdc591f3a33243d3481fa4479c2d0 (patch) | |
tree | 63626829498e647ba058a1ce06419fe7e4d5f97d /drivers/net/wireless | |
parent | 6ec22f9b037fc0c2e00ddb7023fad279c365324d (diff) | |
parent | 6070d81eb5f2d4943223c96e7609a53cdc984364 (diff) |
Merge branch 'for-next' into for-linus
Conflicts:
kernel/irq/chip.c
Diffstat (limited to 'drivers/net/wireless')
21 files changed, 31 insertions, 31 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index a28c42f32c9d..4da029410467 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h | |||
@@ -36,7 +36,7 @@ | |||
36 | */ | 36 | */ |
37 | 37 | ||
38 | /* | 38 | /* |
39 | * Defintions for the Atheros Wireless LAN controller driver. | 39 | * Definitions for the Atheros Wireless LAN controller driver. |
40 | */ | 40 | */ |
41 | #ifndef _DEV_ATH_ATHVAR_H | 41 | #ifndef _DEV_ATH_ATHVAR_H |
42 | #define _DEV_ATH_ATHVAR_H | 42 | #define _DEV_ATH_ATHVAR_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 | ||
diff --git a/drivers/net/wireless/ath/ath5k/eeprom.c b/drivers/net/wireless/ath/ath5k/eeprom.c index 644962adda97..81ea52c4faff 100644 --- a/drivers/net/wireless/ath/ath5k/eeprom.c +++ b/drivers/net/wireless/ath/ath5k/eeprom.c | |||
@@ -1492,7 +1492,7 @@ ath5k_eeprom_read_target_rate_pwr_info(struct ath5k_hw *ah, unsigned int mode) | |||
1492 | * This info is used to calibrate the baseband power table. Imagine | 1492 | * This info is used to calibrate the baseband power table. Imagine |
1493 | * that for each channel there is a power curve that's hw specific | 1493 | * that for each channel there is a power curve that's hw specific |
1494 | * (depends on amplifier etc) and we try to "correct" this curve using | 1494 | * (depends on amplifier etc) and we try to "correct" this curve using |
1495 | * offests we pass on to phy chip (baseband -> before amplifier) so that | 1495 | * offsets we pass on to phy chip (baseband -> before amplifier) so that |
1496 | * it can use accurate power values when setting tx power (takes amplifier's | 1496 | * it can use accurate power values when setting tx power (takes amplifier's |
1497 | * performance on each channel into account). | 1497 | * performance on each channel into account). |
1498 | * | 1498 | * |
diff --git a/drivers/net/wireless/ath/ath5k/phy.c b/drivers/net/wireless/ath/ath5k/phy.c index 1a039f2bd732..6f04cc758dcc 100644 --- a/drivers/net/wireless/ath/ath5k/phy.c +++ b/drivers/net/wireless/ath/ath5k/phy.c | |||
@@ -117,7 +117,7 @@ static unsigned int ath5k_hw_rfb_op(struct ath5k_hw *ah, | |||
117 | 117 | ||
118 | /* | 118 | /* |
119 | * This code is used to optimize rf gain on different environments | 119 | * This code is used to optimize rf gain on different environments |
120 | * (temprature mostly) based on feedback from a power detector. | 120 | * (temperature mostly) based on feedback from a power detector. |
121 | * | 121 | * |
122 | * It's only used on RF5111 and RF5112, later RF chips seem to have | 122 | * It's only used on RF5111 and RF5112, later RF chips seem to have |
123 | * auto adjustment on hw -notice they have a much smaller BANK 7 and | 123 | * auto adjustment on hw -notice they have a much smaller BANK 7 and |
@@ -2675,7 +2675,7 @@ ath5k_setup_channel_powertable(struct ath5k_hw *ah, | |||
2675 | /* Fill curves in reverse order | 2675 | /* Fill curves in reverse order |
2676 | * from lower power (max gain) | 2676 | * from lower power (max gain) |
2677 | * to higher power. Use curve -> idx | 2677 | * to higher power. Use curve -> idx |
2678 | * backmaping we did on eeprom init */ | 2678 | * backmapping we did on eeprom init */ |
2679 | u8 idx = pdg_curve_to_idx[pdg]; | 2679 | u8 idx = pdg_curve_to_idx[pdg]; |
2680 | 2680 | ||
2681 | /* Grab the needed curves by index */ | 2681 | /* Grab the needed curves by index */ |
@@ -2777,7 +2777,7 @@ ath5k_setup_channel_powertable(struct ath5k_hw *ah, | |||
2777 | /* Now we have a set of curves for this | 2777 | /* Now we have a set of curves for this |
2778 | * channel on tmpL (x range is table_max - table_min | 2778 | * channel on tmpL (x range is table_max - table_min |
2779 | * and y values are tmpL[pdg][]) sorted in the same | 2779 | * and y values are tmpL[pdg][]) sorted in the same |
2780 | * order as EEPROM (because we've used the backmaping). | 2780 | * order as EEPROM (because we've used the backmapping). |
2781 | * So for RF5112 it's from higher power to lower power | 2781 | * So for RF5112 it's from higher power to lower power |
2782 | * and for RF2413 it's from lower power to higher power. | 2782 | * and for RF2413 it's from lower power to higher power. |
2783 | * For RF5111 we only have one curve. */ | 2783 | * For RF5111 we only have one curve. */ |
diff --git a/drivers/net/wireless/ath/ath9k/rc.c b/drivers/net/wireless/ath/ath9k/rc.c index 1895d63aad0a..0a35ee62a02a 100644 --- a/drivers/net/wireless/ath/ath9k/rc.c +++ b/drivers/net/wireless/ath/ath9k/rc.c | |||
@@ -969,7 +969,7 @@ static bool ath_rc_update_per(struct ath_softc *sc, | |||
969 | * Since this probe succeeded, we allow the next | 969 | * Since this probe succeeded, we allow the next |
970 | * probe twice as soon. This allows the maxRate | 970 | * probe twice as soon. This allows the maxRate |
971 | * to move up faster if the probes are | 971 | * to move up faster if the probes are |
972 | * succesful. | 972 | * successful. |
973 | */ | 973 | */ |
974 | ath_rc_priv->probe_time = | 974 | ath_rc_priv->probe_time = |
975 | now_msec - rate_table->probe_interval / 2; | 975 | now_msec - rate_table->probe_interval / 2; |
diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c index 098dda1a67c1..e56b941ecaa2 100644 --- a/drivers/net/wireless/b43/main.c +++ b/drivers/net/wireless/b43/main.c | |||
@@ -2955,7 +2955,7 @@ static void do_periodic_work(struct b43_wldev *dev) | |||
2955 | /* Periodic work locking policy: | 2955 | /* Periodic work locking policy: |
2956 | * The whole periodic work handler is protected by | 2956 | * The whole periodic work handler is protected by |
2957 | * wl->mutex. If another lock is needed somewhere in the | 2957 | * wl->mutex. If another lock is needed somewhere in the |
2958 | * pwork callchain, it's aquired in-place, where it's needed. | 2958 | * pwork callchain, it's acquired in-place, where it's needed. |
2959 | */ | 2959 | */ |
2960 | static void b43_periodic_work_handler(struct work_struct *work) | 2960 | static void b43_periodic_work_handler(struct work_struct *work) |
2961 | { | 2961 | { |
diff --git a/drivers/net/wireless/b43legacy/main.c b/drivers/net/wireless/b43legacy/main.c index 4b60148a5e61..881784b18b0b 100644 --- a/drivers/net/wireless/b43legacy/main.c +++ b/drivers/net/wireless/b43legacy/main.c | |||
@@ -2277,7 +2277,7 @@ static void do_periodic_work(struct b43legacy_wldev *dev) | |||
2277 | /* Periodic work locking policy: | 2277 | /* Periodic work locking policy: |
2278 | * The whole periodic work handler is protected by | 2278 | * The whole periodic work handler is protected by |
2279 | * wl->mutex. If another lock is needed somewhere in the | 2279 | * wl->mutex. If another lock is needed somewhere in the |
2280 | * pwork callchain, it's aquired in-place, where it's needed. | 2280 | * pwork callchain, it's acquired in-place, where it's needed. |
2281 | */ | 2281 | */ |
2282 | static void b43legacy_periodic_work_handler(struct work_struct *work) | 2282 | static void b43legacy_periodic_work_handler(struct work_struct *work) |
2283 | { | 2283 | { |
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.c b/drivers/net/wireless/ipw2x00/ipw2100.c index 6e2fc0cb6f8a..64af9080fe92 100644 --- a/drivers/net/wireless/ipw2x00/ipw2100.c +++ b/drivers/net/wireless/ipw2x00/ipw2100.c | |||
@@ -551,7 +551,7 @@ static int ipw2100_get_ordinal(struct ipw2100_priv *priv, u32 ord, | |||
551 | /* get number of entries */ | 551 | /* get number of entries */ |
552 | field_count = *(((u16 *) & field_info) + 1); | 552 | field_count = *(((u16 *) & field_info) + 1); |
553 | 553 | ||
554 | /* abort if no enought memory */ | 554 | /* abort if no enough memory */ |
555 | total_length = field_len * field_count; | 555 | total_length = field_len * field_count; |
556 | if (total_length > *len) { | 556 | if (total_length > *len) { |
557 | *len = total_length; | 557 | *len = total_length; |
@@ -3044,7 +3044,7 @@ static void ipw2100_tx_send_data(struct ipw2100_priv *priv) | |||
3044 | IPW_MAX_BDS)) { | 3044 | IPW_MAX_BDS)) { |
3045 | /* TODO: Support merging buffers if more than | 3045 | /* TODO: Support merging buffers if more than |
3046 | * IPW_MAX_BDS are used */ | 3046 | * IPW_MAX_BDS are used */ |
3047 | IPW_DEBUG_INFO("%s: Maximum BD theshold exceeded. " | 3047 | IPW_DEBUG_INFO("%s: Maximum BD threshold exceeded. " |
3048 | "Increase fragmentation level.\n", | 3048 | "Increase fragmentation level.\n", |
3049 | priv->net_dev->name); | 3049 | priv->net_dev->name); |
3050 | } | 3050 | } |
@@ -6820,7 +6820,7 @@ static int ipw2100_wx_get_range(struct net_device *dev, | |||
6820 | range->max_qual.updated = 7; /* Updated all three */ | 6820 | range->max_qual.updated = 7; /* Updated all three */ |
6821 | 6821 | ||
6822 | range->avg_qual.qual = 70; /* > 8% missed beacons is 'bad' */ | 6822 | range->avg_qual.qual = 70; /* > 8% missed beacons is 'bad' */ |
6823 | /* TODO: Find real 'good' to 'bad' threshol value for RSSI */ | 6823 | /* TODO: Find real 'good' to 'bad' threshold value for RSSI */ |
6824 | range->avg_qual.level = 20 + IPW2100_RSSI_TO_DBM; | 6824 | range->avg_qual.level = 20 + IPW2100_RSSI_TO_DBM; |
6825 | range->avg_qual.noise = 0; | 6825 | range->avg_qual.noise = 0; |
6826 | range->avg_qual.updated = 7; /* Updated all three */ | 6826 | range->avg_qual.updated = 7; /* Updated all three */ |
diff --git a/drivers/net/wireless/ipw2x00/ipw2200.c b/drivers/net/wireless/ipw2x00/ipw2200.c index a6ca536e44f8..fdbc97b7fcb5 100644 --- a/drivers/net/wireless/ipw2x00/ipw2200.c +++ b/drivers/net/wireless/ipw2x00/ipw2200.c | |||
@@ -768,7 +768,7 @@ static int ipw_get_ordinal(struct ipw_priv *priv, u32 ord, void *val, u32 * len) | |||
768 | /* get number of entries */ | 768 | /* get number of entries */ |
769 | field_count = *(((u16 *) & field_info) + 1); | 769 | field_count = *(((u16 *) & field_info) + 1); |
770 | 770 | ||
771 | /* abort if not enought memory */ | 771 | /* abort if not enough memory */ |
772 | total_len = field_len * field_count; | 772 | total_len = field_len * field_count; |
773 | if (total_len > *len) { | 773 | if (total_len > *len) { |
774 | *len = total_len; | 774 | *len = total_len; |
@@ -7732,7 +7732,7 @@ static void ipw_rebuild_decrypted_skb(struct ipw_priv *priv, | |||
7732 | case SEC_LEVEL_0: | 7732 | case SEC_LEVEL_0: |
7733 | break; | 7733 | break; |
7734 | default: | 7734 | default: |
7735 | printk(KERN_ERR "Unknow security level %d\n", | 7735 | printk(KERN_ERR "Unknown security level %d\n", |
7736 | priv->ieee->sec.level); | 7736 | priv->ieee->sec.level); |
7737 | break; | 7737 | break; |
7738 | } | 7738 | } |
@@ -8916,7 +8916,7 @@ static int ipw_wx_get_range(struct net_device *dev, | |||
8916 | range->max_qual.updated = 7; /* Updated all three */ | 8916 | range->max_qual.updated = 7; /* Updated all three */ |
8917 | 8917 | ||
8918 | range->avg_qual.qual = 70; | 8918 | range->avg_qual.qual = 70; |
8919 | /* TODO: Find real 'good' to 'bad' threshol value for RSSI */ | 8919 | /* TODO: Find real 'good' to 'bad' threshold value for RSSI */ |
8920 | range->avg_qual.level = 0; /* FIXME to real average level */ | 8920 | range->avg_qual.level = 0; /* FIXME to real average level */ |
8921 | range->avg_qual.noise = 0; | 8921 | range->avg_qual.noise = 0; |
8922 | range->avg_qual.updated = 7; /* Updated all three */ | 8922 | range->avg_qual.updated = 7; /* Updated all three */ |
@@ -10289,7 +10289,7 @@ static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb, | |||
10289 | case SEC_LEVEL_0: | 10289 | case SEC_LEVEL_0: |
10290 | break; | 10290 | break; |
10291 | default: | 10291 | default: |
10292 | printk(KERN_ERR "Unknow security level %d\n", | 10292 | printk(KERN_ERR "Unknown security level %d\n", |
10293 | priv->ieee->sec.level); | 10293 | priv->ieee->sec.level); |
10294 | break; | 10294 | break; |
10295 | } | 10295 | } |
diff --git a/drivers/net/wireless/ipw2x00/libipw_module.c b/drivers/net/wireless/ipw2x00/libipw_module.c index eb2b60834c17..c7b3f17d8da1 100644 --- a/drivers/net/wireless/ipw2x00/libipw_module.c +++ b/drivers/net/wireless/ipw2x00/libipw_module.c | |||
@@ -175,7 +175,7 @@ struct net_device *alloc_ieee80211(int sizeof_priv) | |||
175 | ieee->host_decrypt = 1; | 175 | ieee->host_decrypt = 1; |
176 | ieee->host_mc_decrypt = 1; | 176 | ieee->host_mc_decrypt = 1; |
177 | 177 | ||
178 | /* Host fragementation in Open mode. Default is enabled. | 178 | /* Host fragmentation in Open mode. Default is enabled. |
179 | * Note: host fragmentation is always enabled if host encryption | 179 | * Note: host fragmentation is always enabled if host encryption |
180 | * is enabled. For cards can do hardware encryption, they must do | 180 | * is enabled. For cards can do hardware encryption, they must do |
181 | * hardware fragmentation as well. So we don't need a variable | 181 | * hardware fragmentation as well. So we don't need a variable |
diff --git a/drivers/net/wireless/iwmc3200wifi/hal.c b/drivers/net/wireless/iwmc3200wifi/hal.c index c430418248b4..d13c8853ee82 100644 --- a/drivers/net/wireless/iwmc3200wifi/hal.c +++ b/drivers/net/wireless/iwmc3200wifi/hal.c | |||
@@ -411,7 +411,7 @@ static void iwm_build_lmac_hdr(struct iwm_priv *iwm, struct iwm_lmac_hdr *hdr, | |||
411 | /* | 411 | /* |
412 | * iwm_hal_send_host_cmd(): sends commands to the UMAC or the LMAC. | 412 | * iwm_hal_send_host_cmd(): sends commands to the UMAC or the LMAC. |
413 | * Sending command to the LMAC is equivalent to sending a | 413 | * Sending command to the LMAC is equivalent to sending a |
414 | * regular UMAC command with the LMAC passtrough or the LMAC | 414 | * regular UMAC command with the LMAC passthrough or the LMAC |
415 | * wrapper UMAC command IDs. | 415 | * wrapper UMAC command IDs. |
416 | */ | 416 | */ |
417 | int iwm_hal_send_host_cmd(struct iwm_priv *iwm, | 417 | int iwm_hal_send_host_cmd(struct iwm_priv *iwm, |
diff --git a/drivers/net/wireless/iwmc3200wifi/rx.c b/drivers/net/wireless/iwmc3200wifi/rx.c index 771a301003c9..8ddb51a2a977 100644 --- a/drivers/net/wireless/iwmc3200wifi/rx.c +++ b/drivers/net/wireless/iwmc3200wifi/rx.c | |||
@@ -1448,7 +1448,7 @@ static void iwm_rx_process_packet(struct iwm_priv *iwm, | |||
1448 | kfree_skb(packet->skb); | 1448 | kfree_skb(packet->skb); |
1449 | break; | 1449 | break; |
1450 | default: | 1450 | default: |
1451 | IWM_ERR(iwm, "Unknow ticket action: %d\n", | 1451 | IWM_ERR(iwm, "Unknown ticket action: %d\n", |
1452 | le16_to_cpu(ticket_node->ticket->action)); | 1452 | le16_to_cpu(ticket_node->ticket->action)); |
1453 | kfree_skb(packet->skb); | 1453 | kfree_skb(packet->skb); |
1454 | } | 1454 | } |
diff --git a/drivers/net/wireless/libertas/if_sdio.c b/drivers/net/wireless/libertas/if_sdio.c index 485a8d406525..afe6abecc044 100644 --- a/drivers/net/wireless/libertas/if_sdio.c +++ b/drivers/net/wireless/libertas/if_sdio.c | |||
@@ -934,7 +934,7 @@ static int if_sdio_probe(struct sdio_func *func, | |||
934 | } | 934 | } |
935 | 935 | ||
936 | if (i == ARRAY_SIZE(if_sdio_models)) { | 936 | if (i == ARRAY_SIZE(if_sdio_models)) { |
937 | lbs_pr_err("unkown card model 0x%x\n", card->model); | 937 | lbs_pr_err("unknown card model 0x%x\n", card->model); |
938 | ret = -ENODEV; | 938 | ret = -ENODEV; |
939 | goto free; | 939 | goto free; |
940 | } | 940 | } |
diff --git a/drivers/net/wireless/orinoco/hermes_dld.c b/drivers/net/wireless/orinoco/hermes_dld.c index a3eefe109df4..84200da900b6 100644 --- a/drivers/net/wireless/orinoco/hermes_dld.c +++ b/drivers/net/wireless/orinoco/hermes_dld.c | |||
@@ -550,7 +550,7 @@ static const struct { \ | |||
550 | 550 | ||
551 | #define DEFAULT_PDR(pid) default_pdr_data_##pid | 551 | #define DEFAULT_PDR(pid) default_pdr_data_##pid |
552 | 552 | ||
553 | /* HWIF Compatiblity */ | 553 | /* HWIF Compatibility */ |
554 | DEFINE_DEFAULT_PDR(0x0005, 10, "\x00\x00\x06\x00\x01\x00\x01\x00\x01\x00"); | 554 | DEFINE_DEFAULT_PDR(0x0005, 10, "\x00\x00\x06\x00\x01\x00\x01\x00\x01\x00"); |
555 | 555 | ||
556 | /* PPPPSign */ | 556 | /* PPPPSign */ |
@@ -656,7 +656,7 @@ int hermes_apply_pda_with_defaults(hermes_t *hw, | |||
656 | record_id + 1, pdi); | 656 | record_id + 1, pdi); |
657 | } | 657 | } |
658 | break; | 658 | break; |
659 | case 0x5: /* HWIF Compatiblity */ | 659 | case 0x5: /* HWIF Compatibility */ |
660 | default_pdi = (struct pdi *) &DEFAULT_PDR(0x0005); | 660 | default_pdi = (struct pdi *) &DEFAULT_PDR(0x0005); |
661 | break; | 661 | break; |
662 | case 0x108: /* PPPPSign */ | 662 | case 0x108: /* PPPPSign */ |
diff --git a/drivers/net/wireless/prism54/isl_ioctl.c b/drivers/net/wireless/prism54/isl_ioctl.c index bc08464d8323..f7f5c793514b 100644 --- a/drivers/net/wireless/prism54/isl_ioctl.c +++ b/drivers/net/wireless/prism54/isl_ioctl.c | |||
@@ -1897,7 +1897,7 @@ prism54_get_mac(struct net_device *ndev, struct iw_request_info *info, | |||
1897 | return 0; | 1897 | return 0; |
1898 | } | 1898 | } |
1899 | 1899 | ||
1900 | /* Setting policy also clears the MAC acl, even if we don't change the defaut | 1900 | /* Setting policy also clears the MAC acl, even if we don't change the default |
1901 | * policy | 1901 | * policy |
1902 | */ | 1902 | */ |
1903 | 1903 | ||
@@ -2323,7 +2323,7 @@ prism54_process_trap_helper(islpci_private *priv, enum oid_num_t oid, | |||
2323 | 2323 | ||
2324 | case DOT11_OID_BEACON: | 2324 | case DOT11_OID_BEACON: |
2325 | send_formatted_event(priv, | 2325 | send_formatted_event(priv, |
2326 | "Received a beacon from an unkown AP", | 2326 | "Received a beacon from an unknown AP", |
2327 | mlme, 0); | 2327 | mlme, 0); |
2328 | break; | 2328 | break; |
2329 | 2329 | ||
diff --git a/drivers/net/wireless/rt2x00/rt2400pci.h b/drivers/net/wireless/rt2x00/rt2400pci.h index ccd644104ad1..aced05775693 100644 --- a/drivers/net/wireless/rt2x00/rt2400pci.h +++ b/drivers/net/wireless/rt2x00/rt2400pci.h | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | /* | 36 | /* |
37 | * Signal information. | 37 | * Signal information. |
38 | * Defaul offset is required for RSSI <-> dBm conversion. | 38 | * Default offset is required for RSSI <-> dBm conversion. |
39 | */ | 39 | */ |
40 | #define DEFAULT_RSSI_OFFSET 100 | 40 | #define DEFAULT_RSSI_OFFSET 100 |
41 | 41 | ||
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.h b/drivers/net/wireless/rt2x00/rt2500pci.h index 54d37957883c..3db9041838a4 100644 --- a/drivers/net/wireless/rt2x00/rt2500pci.h +++ b/drivers/net/wireless/rt2x00/rt2500pci.h | |||
@@ -46,7 +46,7 @@ | |||
46 | 46 | ||
47 | /* | 47 | /* |
48 | * Signal information. | 48 | * Signal information. |
49 | * Defaul offset is required for RSSI <-> dBm conversion. | 49 | * Default offset is required for RSSI <-> dBm conversion. |
50 | */ | 50 | */ |
51 | #define DEFAULT_RSSI_OFFSET 121 | 51 | #define DEFAULT_RSSI_OFFSET 121 |
52 | 52 | ||
diff --git a/drivers/net/wireless/rt2x00/rt2500usb.h b/drivers/net/wireless/rt2x00/rt2500usb.h index b01edca42583..d3000827883a 100644 --- a/drivers/net/wireless/rt2x00/rt2500usb.h +++ b/drivers/net/wireless/rt2x00/rt2500usb.h | |||
@@ -46,7 +46,7 @@ | |||
46 | 46 | ||
47 | /* | 47 | /* |
48 | * Signal information. | 48 | * Signal information. |
49 | * Defaul offset is required for RSSI <-> dBm conversion. | 49 | * Default offset is required for RSSI <-> dBm conversion. |
50 | */ | 50 | */ |
51 | #define DEFAULT_RSSI_OFFSET 120 | 51 | #define DEFAULT_RSSI_OFFSET 120 |
52 | 52 | ||
diff --git a/drivers/net/wireless/rt2x00/rt61pci.h b/drivers/net/wireless/rt2x00/rt61pci.h index 93eb699165cc..77b5116f549b 100644 --- a/drivers/net/wireless/rt2x00/rt61pci.h +++ b/drivers/net/wireless/rt2x00/rt61pci.h | |||
@@ -37,7 +37,7 @@ | |||
37 | 37 | ||
38 | /* | 38 | /* |
39 | * Signal information. | 39 | * Signal information. |
40 | * Defaul offset is required for RSSI <-> dBm conversion. | 40 | * Default offset is required for RSSI <-> dBm conversion. |
41 | */ | 41 | */ |
42 | #define DEFAULT_RSSI_OFFSET 120 | 42 | #define DEFAULT_RSSI_OFFSET 120 |
43 | 43 | ||
diff --git a/drivers/net/wireless/rt2x00/rt73usb.h b/drivers/net/wireless/rt2x00/rt73usb.h index 81fe0be51c42..e194332dac5f 100644 --- a/drivers/net/wireless/rt2x00/rt73usb.h +++ b/drivers/net/wireless/rt2x00/rt73usb.h | |||
@@ -37,7 +37,7 @@ | |||
37 | 37 | ||
38 | /* | 38 | /* |
39 | * Signal information. | 39 | * Signal information. |
40 | * Defaul offset is required for RSSI <-> dBm conversion. | 40 | * Default offset is required for RSSI <-> dBm conversion. |
41 | */ | 41 | */ |
42 | #define DEFAULT_RSSI_OFFSET 120 | 42 | #define DEFAULT_RSSI_OFFSET 120 |
43 | 43 | ||
diff --git a/drivers/net/wireless/wavelan_cs.c b/drivers/net/wireless/wavelan_cs.c index 33918fd5b231..10c702b5be4a 100644 --- a/drivers/net/wireless/wavelan_cs.c +++ b/drivers/net/wireless/wavelan_cs.c | |||
@@ -3987,7 +3987,7 @@ wavelan_interrupt(int irq, | |||
3987 | #endif | 3987 | #endif |
3988 | 3988 | ||
3989 | /* Prevent reentrancy. We need to do that because we may have | 3989 | /* Prevent reentrancy. We need to do that because we may have |
3990 | * multiple interrupt handler running concurently. | 3990 | * multiple interrupt handler running concurrently. |
3991 | * It is safe because interrupts are disabled before aquiring | 3991 | * It is safe because interrupts are disabled before aquiring |
3992 | * the spinlock. */ | 3992 | * the spinlock. */ |
3993 | spin_lock(&lp->spinlock); | 3993 | spin_lock(&lp->spinlock); |
diff --git a/drivers/net/wireless/zd1211rw/zd_mac.c b/drivers/net/wireless/zd1211rw/zd_mac.c index 6d666359a42f..2b7f96594373 100644 --- a/drivers/net/wireless/zd1211rw/zd_mac.c +++ b/drivers/net/wireless/zd1211rw/zd_mac.c | |||
@@ -312,7 +312,7 @@ static void tx_status(struct ieee80211_hw *hw, struct sk_buff *skb, | |||
312 | * zd_mac_tx_failed - callback for failed frames | 312 | * zd_mac_tx_failed - callback for failed frames |
313 | * @dev: the mac80211 wireless device | 313 | * @dev: the mac80211 wireless device |
314 | * | 314 | * |
315 | * This function is called if a frame couldn't be succesfully be | 315 | * This function is called if a frame couldn't be successfully be |
316 | * transferred. The first frame from the tx queue, will be selected and | 316 | * transferred. The first frame from the tx queue, will be selected and |
317 | * reported as error to the upper layers. | 317 | * reported as error to the upper layers. |
318 | */ | 318 | */ |