diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2021-10-28 17:51:49 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-28 17:51:49 +0200 |
commit | 7af382a87376677712232e44493794cdec3bc87c (patch) | |
tree | 7ec40d8661601b47fb05af060d4ff6c9762ce608 /rro_overlays | |
parent | ade1cb5999534999157c5ff900a5ec9775047faf (diff) |
msm8996-common: TetheringOverlay: Remove uneeded options
Change-Id: I521222d607ab53d05da925ea0452eddae641c23d
Diffstat (limited to 'rro_overlays')
-rw-r--r-- | rro_overlays/TetheringOverlay/res/values/config.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/rro_overlays/TetheringOverlay/res/values/config.xml b/rro_overlays/TetheringOverlay/res/values/config.xml index b3e245e..1b8d8b4 100644 --- a/rro_overlays/TetheringOverlay/res/values/config.xml +++ b/rro_overlays/TetheringOverlay/res/values/config.xml @@ -25,30 +25,6 @@ --> <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.*" --> - <string-array translatable="false" name="config_tether_usb_regexs"> - <item>"usb\\d"</item> - <item>"rndis\\d"</item> - </string-array> - - <!-- List of regexpressions describing the interface (if any) that represent tetherable - Wifi interfaces. If the device doesn't want to support tethering over Wifi this - should be empty. An example would be "softap.*" --> - <string-array name="config_tether_wifi_regexs"> - <item>"wlan0"</item> - <item>"wigig0"</item> - </string-array> - - <!-- List of regexpressions describing the interface (if any) that represent tetherable - bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this - should be empty. --> - <string-array translatable="false" name="config_tether_bluetooth_regexs"> - <item>"bnep\\d"</item> - <item>"bt-pan"</item> - </string-array> - <!-- Dhcp range (min, max) to use for tethering purposes --> <string-array translatable="false" name="config_tether_dhcp_range"> <item>192.168.42.2</item> |