mac80211: rt2x00: improve eeprom_file property handling
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / 605-rt2x00-load-eeprom-on-SoC-from-a-mtd-device-defines-.patch
index 5dceff87943174bf41995aae438b9fbc906a2022..509730436ec8173dbaded8aa89b0c12e53c6e14b 100644 (file)
@@ -97,5 +97,5 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +              return 0;
 +
        ee_name = rt2x00lib_get_eeprom_file_name(rt2x00dev);
-       if (!ee_name) {
-               rt2x00_err(rt2x00dev,
+       if (!ee_name && test_bit(REQUIRE_EEPROM_FILE, &rt2x00dev->cap_flags)) {
+               rt2x00_err(rt2x00dev, "Required EEPROM name is missing.");