WiFi Driver Construction
Follow the steps below to port the WiFi driver:
- Place the aic driver package under /linux/driver/net/wireless directory.
- Add the following content to
/linux/driver/net/wireless/Makefile:
obj-$(CONFIG_AIC_WLAN_SUPPORT) += aic8800/
- Add the following content to
/linux/driver/net/wireless/Kconfig:
source "drivers/net/wireless/aic8800/Kconfig"
- Place the WiFi firmware and configuration file to the specified directory: Place the WiFi firmware package (aic8800) to /lib/firmware path.