Skip to content

Commit

Permalink
libra: Load WiFi kernel module
Browse files Browse the repository at this point in the history
Change-Id: Ib1bf33895ea44e794e178d179b89622ec212f5b0
  • Loading branch information
kumajaya committed Apr 6, 2016
1 parent 87d144c commit 9d90ef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BoardConfig.mk
Expand Up @@ -75,6 +75,8 @@ BOARD_HOSTAPD_DRIVER := NL80211
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
WIFI_DRIVER_FW_PATH_STA := "sta"
WIFI_DRIVER_FW_PATH_AP := "ap"
WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/wlan.ko"
WIFI_DRIVER_MODULE_NAME := "wlan"

BOARD_USES_SECURE_SERVICES := true

Expand Down

0 comments on commit 9d90ef5

Please sign in to comment.