diff options
Diffstat (limited to 'service-t/src')
| -rw-r--r-- | service-t/src/com/android/server/ethernet/EthernetNetworkFactory.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/service-t/src/com/android/server/ethernet/EthernetNetworkFactory.java b/service-t/src/com/android/server/ethernet/EthernetNetworkFactory.java index 2ddc14eb0c..aa80e4de2d 100644 --- a/service-t/src/com/android/server/ethernet/EthernetNetworkFactory.java +++ b/service-t/src/com/android/server/ethernet/EthernetNetworkFactory.java @@ -146,10 +146,6 @@ public class EthernetNetworkFactory extends NetworkFactory { return; } - capabilities = new NetworkCapabilities.Builder(capabilities) - .setNetworkSpecifier(new EthernetNetworkSpecifier(ifaceName)) - .build(); - if (DBG) { Log.d(TAG, "addInterface, iface: " + ifaceName + ", capabilities: " + capabilities); } |
