mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 18:11:53 +02: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:
parent
4d004cb552
commit
9798fec0b3
@ -28,9 +28,7 @@ rt2x00_eeprom_extract() {
|
||||
board=$(ramips_board_name)
|
||||
|
||||
case "$FIRMWARE" in
|
||||
"RT288X.eeprom" | \
|
||||
"RT305X.eeprom" | \
|
||||
"RT3883.eeprom")
|
||||
"soc_wmac.eeprom")
|
||||
case $board in
|
||||
dir-300-b1 | \
|
||||
dir-600-b1 | \
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
@ -216,7 +216,8 @@ static struct platform_device rt305x_wifi_device = {
|
||||
void __init rt305x_register_wifi(void)
|
||||
{
|
||||
u32 t;
|
||||
rt305x_wifi_data.eeprom_file_name = "RT305X.eeprom";
|
||||
|
||||
rt305x_wifi_data.eeprom_file_name = "soc_wmac.eeprom";
|
||||
|
||||
if (soc_is_rt3352() || soc_is_rt5350()) {
|
||||
t = rt305x_sysc_rr(SYSC_REG_SYSTEM_CONFIG);
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user