projects
/
GitHub
/
LineageOS
/
android_device_motorola_exynos9610-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3810c84
)
exynos9610: Switch to legacy WiFi HIDL HAL
author
me-cafebabe
<me.cafebabe@gmail.com>
Sat, 7 Oct 2023 09:26:01 +0000
(17:26 +0800)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Wed, 10 Jan 2024 05:59:52 +0000
(
00:59
-0500)
* With the new WiFi AIDL HAL, the framework thinks the device
supports interface combination for some unknown reason,
even though the service doesn't advertise it. As a result,
the WiFi service fails on configureChip method.
Change-Id: I0c3fa7b4c947c3525c30f7cef0b2674bee224da7
common.mk
patch
|
blob
|
blame
|
history
diff --git
a/common.mk
b/common.mk
index ef39b5fe608bbe5d62588bbcf4182568964a056c..1c64c2b0ebfe559df38c2308229b6d2069a5e563 100644
(file)
--- a/
common.mk
+++ b/
common.mk
@@
-407,7
+407,7
@@
PRODUCT_PACKAGES += \
# WiFi
PRODUCT_PACKAGES += \
- android.hardware.wifi
-service
\
+ android.hardware.wifi
@1.0-service.legacy
\
hostapd \
libip_checksum_shim.vendor \
WifiOverlay \