ramips: unify eeprom file name for the built-in wireless MAC
[openwrt/openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt288x / devices.c
index 7f4d45019bf8f78bcca01aa4b9ee3074cf250f1e..196810a30f92b101d831c6b0c0702bc7f139167e 100644 (file)
@@ -134,7 +134,7 @@ static struct platform_device rt288x_wifi_device = {
 
 void __init rt288x_register_wifi(void)
 {
-       rt288x_wifi_data.eeprom_file_name = "RT288X.eeprom";
+       rt288x_wifi_data.eeprom_file_name = "soc_wmac.eeprom";
        platform_device_register(&rt288x_wifi_device);
 }