diff options
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | 8 | ||||
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2200.c | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c index 6eadf975ae48..aa1ba5dbfebb 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c +++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | |||
@@ -3329,26 +3329,26 @@ static int ar9300_eeprom_restore_internal(struct ath_hw *ah, | |||
3329 | else | 3329 | else |
3330 | cptr = AR9300_BASE_ADDR; | 3330 | cptr = AR9300_BASE_ADDR; |
3331 | ath_dbg(common, ATH_DBG_EEPROM, | 3331 | ath_dbg(common, ATH_DBG_EEPROM, |
3332 | "Trying EEPROM accesss at Address 0x%04x\n", cptr); | 3332 | "Trying EEPROM access at Address 0x%04x\n", cptr); |
3333 | if (ar9300_check_eeprom_header(ah, read, cptr)) | 3333 | if (ar9300_check_eeprom_header(ah, read, cptr)) |
3334 | goto found; | 3334 | goto found; |
3335 | 3335 | ||
3336 | cptr = AR9300_BASE_ADDR_512; | 3336 | cptr = AR9300_BASE_ADDR_512; |
3337 | ath_dbg(common, ATH_DBG_EEPROM, | 3337 | ath_dbg(common, ATH_DBG_EEPROM, |
3338 | "Trying EEPROM accesss at Address 0x%04x\n", cptr); | 3338 | "Trying EEPROM access at Address 0x%04x\n", cptr); |
3339 | if (ar9300_check_eeprom_header(ah, read, cptr)) | 3339 | if (ar9300_check_eeprom_header(ah, read, cptr)) |
3340 | goto found; | 3340 | goto found; |
3341 | 3341 | ||
3342 | read = ar9300_read_otp; | 3342 | read = ar9300_read_otp; |
3343 | cptr = AR9300_BASE_ADDR; | 3343 | cptr = AR9300_BASE_ADDR; |
3344 | ath_dbg(common, ATH_DBG_EEPROM, | 3344 | ath_dbg(common, ATH_DBG_EEPROM, |
3345 | "Trying OTP accesss at Address 0x%04x\n", cptr); | 3345 | "Trying OTP access at Address 0x%04x\n", cptr); |
3346 | if (ar9300_check_eeprom_header(ah, read, cptr)) | 3346 | if (ar9300_check_eeprom_header(ah, read, cptr)) |
3347 | goto found; | 3347 | goto found; |
3348 | 3348 | ||
3349 | cptr = AR9300_BASE_ADDR_512; | 3349 | cptr = AR9300_BASE_ADDR_512; |
3350 | ath_dbg(common, ATH_DBG_EEPROM, | 3350 | ath_dbg(common, ATH_DBG_EEPROM, |
3351 | "Trying OTP accesss at Address 0x%04x\n", cptr); | 3351 | "Trying OTP access at Address 0x%04x\n", cptr); |
3352 | if (ar9300_check_eeprom_header(ah, read, cptr)) | 3352 | if (ar9300_check_eeprom_header(ah, read, cptr)) |
3353 | goto found; | 3353 | goto found; |
3354 | 3354 | ||
diff --git a/drivers/net/wireless/ipw2x00/ipw2200.c b/drivers/net/wireless/ipw2x00/ipw2200.c index 42c3fe37af64..87813c33bdc2 100644 --- a/drivers/net/wireless/ipw2x00/ipw2200.c +++ b/drivers/net/wireless/ipw2x00/ipw2200.c | |||
@@ -7430,7 +7430,7 @@ static int ipw_associate_network(struct ipw_priv *priv, | |||
7430 | priv->assoc_request.capability &= | 7430 | priv->assoc_request.capability &= |
7431 | ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); | 7431 | ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); |
7432 | 7432 | ||
7433 | IPW_DEBUG_ASSOC("%sssocation attempt: '%s', channel %d, " | 7433 | IPW_DEBUG_ASSOC("%ssociation attempt: '%s', channel %d, " |
7434 | "802.11%c [%d], %s[:%s], enc=%s%s%s%c%c\n", | 7434 | "802.11%c [%d], %s[:%s], enc=%s%s%s%c%c\n", |
7435 | roaming ? "Rea" : "A", | 7435 | roaming ? "Rea" : "A", |
7436 | print_ssid(ssid, priv->essid, priv->essid_len), | 7436 | print_ssid(ssid, priv->essid, priv->essid_len), |