ramips: unify eeprom file name for the built-in wireless MAC
[openwrt/openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt3883 / devices.c
index fef4cc554e8d51305e691f130ac848e39400c4ff..3a1bf2633322d8d6a300e44a4c5ded986afa2205 100644 (file)
@@ -319,7 +319,7 @@ static struct platform_device rt3883_wlan_device = {
 
 void __init rt3883_register_wlan(void)
 {
-       rt3883_wlan_data.eeprom_file_name = "RT3883.eeprom",
+       rt3883_wlan_data.eeprom_file_name = "soc_wmac.eeprom",
        platform_device_register(&rt3883_wlan_device);
 }