1
0
2
38
336
462
247
1. kernel/arch/arm/mach-xxx/Baord-product-xx.c 里面定义了wifi的平台设备 , static struct platform_device xx_wifi = { .name = bcm4330_wlan, .id = -1, .dev = { .platform_data = &xx_wifi_control, },...