Created
January 24, 2018 13:48
-
-
Save TheStrix/c9f5cb94340ba54872057da8bbb39b22 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From b5e887f716402f02fd38c39c4a93615660b8167c Mon Sep 17 00:00:00 2001 | |
From: TheStrix <[email protected]> | |
Date: Thu, 11 Jan 2018 19:40:31 +0530 | |
Subject: [PATCH] Remove deprecated wifi fw_path flags | |
- Fixes: | |
'01-11 16:45:37.937 744 744 E [email protected]: Failed to open wlan fw path param: Permission denied | |
01-11 16:45:37.937 744 744 E [email protected]: Failed to change firmware mode' | |
* We no longer perform operations with the fwpath node | |
Change-Id: I3fca24b1cb6423ae96b5fb4eefd1c45a30dd8fae | |
--- | |
BoardConfig.mk | 3 --- | |
1 file changed, 3 deletions(-) | |
diff --git a/BoardConfig.mk b/BoardConfig.mk | |
index 40c0bab5..b1cbd38a 100644 | |
--- a/BoardConfig.mk | |
+++ b/BoardConfig.mk | |
@@ -187,9 +187,6 @@ BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE) | |
CONFIG_ACS := true | |
CONFIG_IEEE80211AC := true | |
HOSTAPD_VERSION := VER_0_8_X | |
-WIFI_DRIVER_FW_PATH_AP := "ap" | |
-WIFI_DRIVER_FW_PATH_STA := "sta" | |
-WIFI_DRIVER_FW_PATH_P2P := "p2p" | |
WIFI_DRIVER_MODULE_NAME := "wlan" | |
WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/wlan.ko" | |
WIFI_DRIVER_STATE_CTRL_PARAM := "/dev/wlan" | |
-- | |
2.16.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment