1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 04:51:31 +03:00

oneplus-oneplus3: Expose usage of qcacld

This commit is contained in:
Samuel Dionne-Riel 2021-01-26 22:51:27 -05:00
parent ffd7deeac3
commit d9a63ee507

View File

@ -52,4 +52,8 @@
mobile.system.type = "android";
mobile.quirks.qualcomm.dwc3-otg_switch.enable = true;
# qcacld-2.0 works the same way as wcnss-wlan
mobile.quirks.qualcomm.wcnss-wlan.enable = true;
mobile.quirks.wifi.disableMacAddressRandomization = true;
}