Delete the legacy framework code for manipulating ND offload.

This only worked on broadcom devices, and was superseded in
M by a wifi HAL call made by IpManager.

Test: bullhead builds, boots
Change-Id: I711cae7dafe171c2c8b4e84a229adbcad27f3d14
This commit is contained in:
Lorenzo Colitti
2017-09-27 13:17:47 +09:00
parent 7bbe3eee52
commit 59da962b9f
4 changed files with 0 additions and 38 deletions

View File

@@ -103,11 +103,6 @@ interface INetworkManagementService
*/
void setIPv6AddrGenMode(String iface, int mode);
/**
* Enables or enables IPv6 ND offload.
*/
void setInterfaceIpv6NdOffload(String iface, boolean enable);
/**
* Add the specified route to the interface.
*/