mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: unify eeprom file name for the built-in wireless MAC
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34860 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user