mac80211: fix minstrel_ht sampling intervals (patch by Daniel Halperin)
[openwrt.git] / package / mac80211 / patches / 403-ath9k-fix-invalid-mac-address-handling.patch
index 8098b22..cf3f96b 100644 (file)
 -      if (sum == 0 || sum == 0xffff * 3)
 -              return -EADDRNOTAVAIL;
 +      if (!is_valid_ether_addr(common->macaddr)) {
-+              ath_print(common, ATH_DBG_EEPROM,
++              ath_err(common,
 +                      "eeprom contains invalid mac address: %pM\n",
 +                      common->macaddr);
 +
 +              random_ether_addr(common->macaddr);
-+              ath_print(common, ATH_DBG_EEPROM,
++              ath_err(common,
 +                      "random mac address will be used: %pM\n",
 +                      common->macaddr);
 +      }
This page took 0.023927 seconds and 4 git commands to generate.