diff options
Diffstat (limited to 'drivers/net/wireless')
20 files changed, 30 insertions, 30 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index b72338c9bde..952b3a21bbc 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h @@ -36,7 +36,7 @@   */  /* - * Defintions for the Atheros Wireless LAN controller driver. + * Definitions for the Atheros Wireless LAN controller driver.   */  #ifndef _DEV_ATH_ATHVAR_H  #define _DEV_ATH_ATHVAR_H @@ -190,7 +190,7 @@ struct ath5k_softc {  	struct ath5k_txq	*cabq;		/* content after beacon */  	int 			power_level;	/* Requested tx power in dbm */ -	bool			assoc;		/* assocate state */ +	bool			assoc;		/* associate state */  	bool			enable_beacon;	/* true if beacons are on */  }; diff --git a/drivers/net/wireless/ath/ath5k/eeprom.c b/drivers/net/wireless/ath/ath5k/eeprom.c index 644962adda9..81ea52c4faf 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)   * This info is used to calibrate the baseband power table. Imagine   * that for each channel there is a power curve that's hw specific   * (depends on amplifier etc) and we try to "correct" this curve using - * offests we pass on to phy chip (baseband -> before amplifier) so that + * offsets we pass on to phy chip (baseband -> before amplifier) so that   * it can use accurate power values when setting tx power (takes amplifier's   * performance on each channel into account).   * diff --git a/drivers/net/wireless/ath/ath5k/phy.c b/drivers/net/wireless/ath/ath5k/phy.c index bbfdcd5e7cb..72474c0ccaf 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,  /*   * This code is used to optimize rf gain on different environments - * (temprature mostly) based on feedback from a power detector. + * (temperature mostly) based on feedback from a power detector.   *   * It's only used on RF5111 and RF5112, later RF chips seem to have   * auto adjustment on hw -notice they have a much smaller BANK 7 and @@ -2746,7 +2746,7 @@ ath5k_setup_channel_powertable(struct ath5k_hw *ah,  		/* Fill curves in reverse order  		 * from lower power (max gain)  		 * to higher power. Use curve -> idx -		 * backmaping we did on eeprom init */ +		 * backmapping we did on eeprom init */  		u8 idx = pdg_curve_to_idx[pdg];  		/* Grab the needed curves by index */ @@ -2848,7 +2848,7 @@ ath5k_setup_channel_powertable(struct ath5k_hw *ah,  	/* Now we have a set of curves for this  	 * channel on tmpL (x range is table_max - table_min  	 * and y values are tmpL[pdg][]) sorted in the same -	 * order as EEPROM (because we've used the backmaping). +	 * order as EEPROM (because we've used the backmapping).  	 * So for RF5112 it's from higher power to lower power  	 * and for RF2413 it's from lower power to higher power.  	 * 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 c915954d4d5..70fdb9d8db8 100644 --- a/drivers/net/wireless/ath/ath9k/rc.c +++ b/drivers/net/wireless/ath/ath9k/rc.c @@ -880,7 +880,7 @@ static bool ath_rc_update_per(struct ath_softc *sc,  				 * Since this probe succeeded, we allow the next  				 * probe twice as soon.  This allows the maxRate  				 * to move up faster if the probes are -				 * succesful. +				 * successful.  				 */  				ath_rc_priv->probe_time =  					now_msec - rate_table->probe_interval / 2; diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c index 077480c4916..71e5c996bd0 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)  /* Periodic work locking policy:   * 	The whole periodic work handler is protected by   * 	wl->mutex. If another lock is needed somewhere in the - * 	pwork callchain, it's aquired in-place, where it's needed. + * 	pwork callchain, it's acquired in-place, where it's needed.   */  static void b43_periodic_work_handler(struct work_struct *work)  { diff --git a/drivers/net/wireless/b43legacy/main.c b/drivers/net/wireless/b43legacy/main.c index ab6a18c2e9d..4a905b6a886 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)  /* Periodic work locking policy:   * 	The whole periodic work handler is protected by   * 	wl->mutex. If another lock is needed somewhere in the - * 	pwork callchain, it's aquired in-place, where it's needed. + * 	pwork callchain, it's acquired in-place, where it's needed.   */  static void b43legacy_periodic_work_handler(struct work_struct *work)  { diff --git a/drivers/net/wireless/ipw2x00/ipw2100.c b/drivers/net/wireless/ipw2x00/ipw2100.c index 17a9cb3528f..56afcf041f8 100644 --- a/drivers/net/wireless/ipw2x00/ipw2100.c +++ b/drivers/net/wireless/ipw2x00/ipw2100.c @@ -578,7 +578,7 @@ static int ipw2100_get_ordinal(struct ipw2100_priv *priv, u32 ord,  		/* get number of entries */  		field_count = *(((u16 *) & field_info) + 1); -		/* abort if no enought memory */ +		/* abort if no enough memory */  		total_length = field_len * field_count;  		if (total_length > *len) {  			*len = total_length; @@ -3127,7 +3127,7 @@ static void ipw2100_tx_send_data(struct ipw2100_priv *priv)  			     IPW_MAX_BDS)) {  			/* TODO: Support merging buffers if more than  			 * IPW_MAX_BDS are used */ -			IPW_DEBUG_INFO("%s: Maximum BD theshold exceeded.  " +			IPW_DEBUG_INFO("%s: Maximum BD threshold exceeded.  "  				       "Increase fragmentation level.\n",  				       priv->net_dev->name);  		} @@ -6897,7 +6897,7 @@ static int ipw2100_wx_get_range(struct net_device *dev,  	range->max_qual.updated = 7;	/* Updated all three */  	range->avg_qual.qual = 70;	/* > 8% missed beacons is 'bad' */ -	/* TODO: Find real 'good' to 'bad' threshol value for RSSI */ +	/* TODO: Find real 'good' to 'bad' threshold value for RSSI */  	range->avg_qual.level = 20 + IPW2100_RSSI_TO_DBM;  	range->avg_qual.noise = 0;  	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 c28984ae46f..09ddd3e6bed 100644 --- a/drivers/net/wireless/ipw2x00/ipw2200.c +++ b/drivers/net/wireless/ipw2x00/ipw2200.c @@ -792,7 +792,7 @@ static int ipw_get_ordinal(struct ipw_priv *priv, u32 ord, void *val, u32 * len)  		/* get number of entries */  		field_count = *(((u16 *) & field_info) + 1); -		/* abort if not enought memory */ +		/* abort if not enough memory */  		total_len = field_len * field_count;  		if (total_len > *len) {  			*len = total_len; @@ -7760,7 +7760,7 @@ static void ipw_rebuild_decrypted_skb(struct ipw_priv *priv,  	case SEC_LEVEL_0:  		break;  	default: -		printk(KERN_ERR "Unknow security level %d\n", +		printk(KERN_ERR "Unknown security level %d\n",  		       priv->ieee->sec.level);  		break;  	} @@ -8926,7 +8926,7 @@ static int ipw_wx_get_range(struct net_device *dev,  	range->max_qual.updated = 7;	/* Updated all three */  	range->avg_qual.qual = 70; -	/* TODO: Find real 'good' to 'bad' threshol value for RSSI */ +	/* TODO: Find real 'good' to 'bad' threshold value for RSSI */  	range->avg_qual.level = 0;	/* FIXME to real average level */  	range->avg_qual.noise = 0;  	range->avg_qual.updated = 7;	/* Updated all three */ @@ -10299,7 +10299,7 @@ static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb,  		case SEC_LEVEL_0:  			break;  		default: -			printk(KERN_ERR "Unknow security level %d\n", +			printk(KERN_ERR "Unknown security level %d\n",  			       priv->ieee->sec.level);  			break;  		} diff --git a/drivers/net/wireless/ipw2x00/libipw_module.c b/drivers/net/wireless/ipw2x00/libipw_module.c index bf21eb383db..1ae0b2b02c3 100644 --- a/drivers/net/wireless/ipw2x00/libipw_module.c +++ b/drivers/net/wireless/ipw2x00/libipw_module.c @@ -199,7 +199,7 @@ struct net_device *alloc_ieee80211(int sizeof_priv, int monitor)  	ieee->host_decrypt = 1;  	ieee->host_mc_decrypt = 1; -	/* Host fragementation in Open mode. Default is enabled. +	/* Host fragmentation in Open mode. Default is enabled.  	 * Note: host fragmentation is always enabled if host encryption  	 * is enabled. For cards can do hardware encryption, they must do  	 * 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 c430418248b..d13c8853ee8 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,  /*   * iwm_hal_send_host_cmd(): sends commands to the UMAC or the LMAC.   * Sending command to the LMAC is equivalent to sending a - * regular UMAC command with the LMAC passtrough or the LMAC + * regular UMAC command with the LMAC passthrough or the LMAC   * wrapper UMAC command IDs.   */  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 72c27a3e552..1c57c1f72cb 100644 --- a/drivers/net/wireless/iwmc3200wifi/rx.c +++ b/drivers/net/wireless/iwmc3200wifi/rx.c @@ -1578,7 +1578,7 @@ static void iwm_rx_process_packet(struct iwm_priv *iwm,  		kfree_skb(packet->skb);  		break;  	default: -		IWM_ERR(iwm, "Unknow ticket action: %d\n", +		IWM_ERR(iwm, "Unknown ticket action: %d\n",  			le16_to_cpu(ticket_node->ticket->action));  		kfree_skb(packet->skb);  	} diff --git a/drivers/net/wireless/libertas/if_sdio.c b/drivers/net/wireless/libertas/if_sdio.c index 09fcfad742e..7a73f625273 100644 --- a/drivers/net/wireless/libertas/if_sdio.c +++ b/drivers/net/wireless/libertas/if_sdio.c @@ -993,7 +993,7 @@ static int if_sdio_probe(struct sdio_func *func,  	}  	if (i == ARRAY_SIZE(if_sdio_models)) { -		lbs_pr_err("unkown card model 0x%x\n", card->model); +		lbs_pr_err("unknown card model 0x%x\n", card->model);  		ret = -ENODEV;  		goto free;  	} diff --git a/drivers/net/wireless/orinoco/hermes_dld.c b/drivers/net/wireless/orinoco/hermes_dld.c index a3eefe109df..84200da900b 100644 --- a/drivers/net/wireless/orinoco/hermes_dld.c +++ b/drivers/net/wireless/orinoco/hermes_dld.c @@ -550,7 +550,7 @@ static const struct {							\  #define DEFAULT_PDR(pid) default_pdr_data_##pid -/*  HWIF Compatiblity */ +/*  HWIF Compatibility */  DEFINE_DEFAULT_PDR(0x0005, 10, "\x00\x00\x06\x00\x01\x00\x01\x00\x01\x00");  /* PPPPSign */ @@ -656,7 +656,7 @@ int hermes_apply_pda_with_defaults(hermes_t *hw,  					 record_id + 1, pdi);  			}  			break; -		case 0x5: /*  HWIF Compatiblity */ +		case 0x5: /*  HWIF Compatibility */  			default_pdi = (struct pdi *) &DEFAULT_PDR(0x0005);  			break;  		case 0x108: /* PPPPSign */ diff --git a/drivers/net/wireless/prism54/isl_ioctl.c b/drivers/net/wireless/prism54/isl_ioctl.c index bc08464d832..f7f5c793514 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,  	return 0;  } -/* Setting policy also clears the MAC acl, even if we don't change the defaut +/* Setting policy also clears the MAC acl, even if we don't change the default   * policy   */ @@ -2323,7 +2323,7 @@ prism54_process_trap_helper(islpci_private *priv, enum oid_num_t oid,  	case DOT11_OID_BEACON:  		send_formatted_event(priv, -				     "Received a beacon from an unkown AP", +				     "Received a beacon from an unknown AP",  				     mlme, 0);  		break; diff --git a/drivers/net/wireless/rt2x00/rt2400pci.h b/drivers/net/wireless/rt2x00/rt2400pci.h index 6c21ef66dfe..c3dea697b90 100644 --- a/drivers/net/wireless/rt2x00/rt2400pci.h +++ b/drivers/net/wireless/rt2x00/rt2400pci.h @@ -35,7 +35,7 @@  /*   * Signal information. - * Defaul offset is required for RSSI <-> dBm conversion. + * Default offset is required for RSSI <-> dBm conversion.   */  #define DEFAULT_RSSI_OFFSET		100 diff --git a/drivers/net/wireless/rt2x00/rt2500pci.h b/drivers/net/wireless/rt2x00/rt2500pci.h index b0075674c09..c6bd1fcae7e 100644 --- a/drivers/net/wireless/rt2x00/rt2500pci.h +++ b/drivers/net/wireless/rt2x00/rt2500pci.h @@ -46,7 +46,7 @@  /*   * Signal information. - * Defaul offset is required for RSSI <-> dBm conversion. + * Default offset is required for RSSI <-> dBm conversion.   */  #define DEFAULT_RSSI_OFFSET		121 diff --git a/drivers/net/wireless/rt2x00/rt2500usb.h b/drivers/net/wireless/rt2x00/rt2500usb.h index 341a7045463..b493306a7ee 100644 --- a/drivers/net/wireless/rt2x00/rt2500usb.h +++ b/drivers/net/wireless/rt2x00/rt2500usb.h @@ -46,7 +46,7 @@  /*   * Signal information. - * Defaul offset is required for RSSI <-> dBm conversion. + * Default offset is required for RSSI <-> dBm conversion.   */  #define DEFAULT_RSSI_OFFSET		120 diff --git a/drivers/net/wireless/rt2x00/rt61pci.h b/drivers/net/wireless/rt2x00/rt61pci.h index 6f33f7f5668..8f13810622b 100644 --- a/drivers/net/wireless/rt2x00/rt61pci.h +++ b/drivers/net/wireless/rt2x00/rt61pci.h @@ -37,7 +37,7 @@  /*   * Signal information. - * Defaul offset is required for RSSI <-> dBm conversion. + * Default offset is required for RSSI <-> dBm conversion.   */  #define DEFAULT_RSSI_OFFSET		120 diff --git a/drivers/net/wireless/rt2x00/rt73usb.h b/drivers/net/wireless/rt2x00/rt73usb.h index e783a099a8f..7942f810e92 100644 --- a/drivers/net/wireless/rt2x00/rt73usb.h +++ b/drivers/net/wireless/rt2x00/rt73usb.h @@ -37,7 +37,7 @@  /*   * Signal information. - * Defaul offset is required for RSSI <-> dBm conversion. + * Default offset is required for RSSI <-> dBm conversion.   */  #define DEFAULT_RSSI_OFFSET		120 diff --git a/drivers/net/wireless/zd1211rw/zd_mac.c b/drivers/net/wireless/zd1211rw/zd_mac.c index 8a243732c51..cf51e8f8174 100644 --- a/drivers/net/wireless/zd1211rw/zd_mac.c +++ b/drivers/net/wireless/zd1211rw/zd_mac.c @@ -374,7 +374,7 @@ static void zd_mac_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb,   * zd_mac_tx_failed - callback for failed frames   * @dev: the mac80211 wireless device   * - * This function is called if a frame couldn't be succesfully be + * This function is called if a frame couldn't be successfully be   * transferred. The first frame from the tx queue, will be selected and   * reported as error to the upper layers.   */  |