mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
flo: overlay: Disable BPF offload for tethering
* Such is life with 3.4 kernels. Change-Id: I1c5e3fab63271b1e3fe6c814d96edbde782f27e8
This commit is contained in:
parent
571ff61e97
commit
7e86140ab5
1 changed files with 7 additions and 1 deletions
|
@ -20,7 +20,13 @@
|
||||||
bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this
|
bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this
|
||||||
should be empty. -->
|
should be empty. -->
|
||||||
<string-array translatable="false" name="config_tether_bluetooth_regexs">
|
<string-array translatable="false" name="config_tether_bluetooth_regexs">
|
||||||
<item>"bt-pan"</item>
|
<item>"bt-pan"</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Use the BPF offload for tethering when the kernel has support. True by default.
|
||||||
|
If the device doesn't want to support tether BPF offload, this should be false.
|
||||||
|
Note that this setting could be overridden by device config.
|
||||||
|
-->
|
||||||
|
<bool translatable="false" name="config_tether_enable_bpf_offload">false</bool>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue