Changeset 30631
- Timestamp:
- 2012-02-18T18:36:16+01:00 (6 years ago)
- Location:
- trunk/target/linux/ramips/files/arch/mips/ralink/rt3883
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/ramips/files/arch/mips/ralink/rt3883/devices.c
r30603 r30631 311 311 }; 312 312 313 static struct rt2x00_platform_data rt3883_wlan_data = { 314 .eeprom_file_name = "RT3883.eeprom", 315 }; 316 313 struct rt2x00_platform_data rt3883_wlan_data; 317 314 static struct platform_device rt3883_wlan_device = { 318 315 .name = "rt2800_wmac", … … 326 323 void __init rt3883_register_wlan(void) 327 324 { 325 rt3883_wlan_data.eeprom_file_name = "RT3883.eeprom", 328 326 platform_device_register(&rt3883_wlan_device); 329 327 } -
trunk/target/linux/ramips/files/arch/mips/ralink/rt3883/devices.h
r30495 r30631 24 24 void rt3883_register_ethernet(void); 25 25 void rt3883_register_usbhost(void); 26 27 extern struct rt2x00_platform_data rt3883_wlan_data; 26 28 void rt3883_register_wlan(void); 27 29 void rt3883_register_wdt(bool enable_reset);
Note: See TracChangeset
for help on using the changeset viewer.