aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54/eeprom.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/p54/eeprom.c')
-rw-r--r--drivers/net/wireless/p54/eeprom.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/p54/eeprom.c b/drivers/net/wireless/p54/eeprom.c
index 32d3f99b0844..8c05266d37f4 100644
--- a/drivers/net/wireless/p54/eeprom.c
+++ b/drivers/net/wireless/p54/eeprom.c
@@ -168,7 +168,7 @@ static int p54_generate_band(struct ieee80211_hw *dev,
168 } 168 }
169 169
170 if (j == 0) { 170 if (j == 0) {
171 wiphy_err(dev->wiphy, "disabling totally damaged %d GHz band\n", 171 wiphy_err(dev->wiphy, "Disabling totally damaged %d GHz band\n",
172 (band == IEEE80211_BAND_2GHZ) ? 2 : 5); 172 (band == IEEE80211_BAND_2GHZ) ? 2 : 5);
173 173
174 ret = -ENODATA; 174 ret = -ENODATA;
@@ -710,12 +710,12 @@ good_eeprom:
710 u8 perm_addr[ETH_ALEN]; 710 u8 perm_addr[ETH_ALEN];
711 711
712 wiphy_warn(dev->wiphy, 712 wiphy_warn(dev->wiphy,
713 "invalid hwaddr! using randomly generated mac addr\n"); 713 "Invalid hwaddr! Using randomly generated MAC addr\n");
714 random_ether_addr(perm_addr); 714 random_ether_addr(perm_addr);
715 SET_IEEE80211_PERM_ADDR(dev, perm_addr); 715 SET_IEEE80211_PERM_ADDR(dev, perm_addr);
716 } 716 }
717 717
718 wiphy_info(dev->wiphy, "hwaddr %pm, mac:isl38%02x rf:%s\n", 718 wiphy_info(dev->wiphy, "hwaddr %pM, MAC:isl38%02x RF:%s\n",
719 dev->wiphy->perm_addr, priv->version, 719 dev->wiphy->perm_addr, priv->version,
720 p54_rf_chips[priv->rxhw]); 720 p54_rf_chips[priv->rxhw]);
721 721