summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Veichtlbauer <georg@vware.at>2022-06-09 07:51:31 +0200
committerGeorg Veichtlbauer <georg@vware.at>2023-04-28 20:20:00 +0200
commit802b44d931851a0eebb4ca9268506a96eacff36e (patch)
treeaac59337c604f529ecdecfdb3b40dfef5068d19a
parent57b3afa0c34d867e2904ee115e7df08090d40136 (diff)
msm8998-common: Drop WIFI_DRIVER_FW_PATH_*
These will default to NULL, resulting in the HAL disabling FW reloads on mode changes, which are unneeded. With our non-existent paths they would fail anyways. Change-Id: Idc4be5f82efce77716a5239abfa03f5de91628f7
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 07859e62..153ede58 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -170,9 +170,6 @@ BOARD_WPA_SUPPLICANT_DRIVER := NL80211
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
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_FW_PATH_P2P := "p2p"
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
PRODUCT_VENDOR_MOVE_ENABLED := true