tzh
2024-08-14 a57e9b48676d47d3f6874b492fe8fb8ec26dfdbb
android/device/softwinner/ceres-c3/BoardConfig.mk
....@@ -91,15 +91,27 @@
9191
9292 # wifi and bt configuration
9393 # 1. Wifi Configuration
94
-BOARD_WIFI_VENDOR := xradio
95
-BOARD_USR_WIFI := xr829
96
-WIFI_DRIVER_MODULE_PATH := "/vendor/modules/xr829.ko"
97
-WIFI_DRIVER_MODULE_NAME := "xr829"
94
+BOARD_WIFI_VENDOR := aic
95
+BOARD_USR_WIFI := aic8800
96
+WIFI_DRIVER_MODULE_PATH := "/vendor/modules/aic8800_fdrv.ko"
97
+WIFI_DRIVER_MODULE_NAME := "aic8800_fdrv"
9898 WIFI_DRIVER_MODULE_ARG := ""
9999
100100 # 2. Bluetooth Configuration
101
-BOARD_BLUETOOTH_VENDOR := xradio
102
-BOARD_HAVE_BLUETOOTH_NAME := xr829
101
+BOARD_BLUETOOTH_VENDOR := aic
102
+BOARD_HAVE_BLUETOOTH_NAME := aic8800
103
+
104
+# wifi and bt configuration
105
+# 1. Wifi Configuration
106
+#BOARD_WIFI_VENDOR := xradio
107
+#BOARD_USR_WIFI := xr829
108
+#WIFI_DRIVER_MODULE_PATH := "/vendor/modules/xr829.ko"
109
+#WIFI_DRIVER_MODULE_NAME := "xr829"
110
+
111
+# 2. Bluetooth Configuration
112
+#BOARD_BLUETOOTH_VENDOR := xradio
113
+#BOARD_HAVE_BLUETOOTH_NAME := xr829
114
+
103115
104116 # Must include after wifi/bt configuration
105117 include device/softwinner/common/config/wireless/wireless_config.mk