aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2020-10-19 21:42:02 +0200
committerDavide Garberi <dade.garberi@gmail.com>2021-10-19 15:09:38 +0200
commit6fe55161fc952de847b2c5b229fdb74e3d9cc0f3 (patch)
tree334f3c1cbf94e2f2621cf9e4cedf21e644b61e48
parent19ca8ffc71e3dce4730e4a3346f8ec25e0256575 (diff)
msm8996-common: TetheringOverlay: Disable BPF
* Such is life with 3.18 kernels. Change-Id: I1c5e3fab63271b1e3fe6c814d96edbde782f27e8
-rw-r--r--rro_overlays/TetheringOverlay/res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/rro_overlays/TetheringOverlay/res/values/config.xml b/rro_overlays/TetheringOverlay/res/values/config.xml
index 1a0b989..b3e245e 100644
--- a/rro_overlays/TetheringOverlay/res/values/config.xml
+++ b/rro_overlays/TetheringOverlay/res/values/config.xml
@@ -19,6 +19,12 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- 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>
+
<!-- List of regexpressions describing the interface (if any) that represent tetherable
USB interfaces. If the device doesn't want to support tethering over USB this should
be empty. An example would be "usb.*" -->