Merge "NetworkManagementService: Remove 'maxkbs' parameter from throttle API" into froyo
This commit is contained in:
@@ -193,7 +193,7 @@ interface INetworkManagementService
|
||||
/**
|
||||
* Configures bandwidth throttling on an interface
|
||||
*/
|
||||
void setInterfaceThrottle(String iface, int maxKbits, int rxKbps, int txKbps);
|
||||
void setInterfaceThrottle(String iface, int rxKbps, int txKbps);
|
||||
|
||||
/**
|
||||
* Returns the currently configured RX throttle values
|
||||
|
||||
Reference in New Issue
Block a user