am 692329cf: am fd998a0c: Merge "NetworkManagementService: Remove \'maxkbs\' parameter from throttle API" into froyo

Merge commit '692329cf3f1512b3f0475b619058f9a10d9950a8' into kraken

* commit '692329cf3f1512b3f0475b619058f9a10d9950a8':
  NetworkManagementService: Remove 'maxkbs' parameter from throttle API
This commit is contained in:
San Mehat
2010-04-07 16:36:07 -07:00
committed by Android Git Automerger
2 changed files with 3 additions and 3 deletions

View File

@@ -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