commit | a873f582a1f404fdd2bbad57a5b798c5a44608f7 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Wed Mar 16 20:16:09 2022 +0100 |
committer | Patrick Rohr <prohr@google.com> | Tue Mar 22 10:00:50 2022 +0000 |
tree | 300b693eafdc4a5ac0d9c6af63bb5c22eb135f50 | |
parent | a68fba165909774413f86be75af8c1e6c91cf435 [diff] |
Fix ethernet enable / disable API The ethernet APIs connectNetwork() / disconnectNetwork() are inaccurately named. Physical link state cannot be changed by calling an API. This change renames these functions to enableInterface and disableInterface, respectively, to better reflect their intention and behavior. Test: atest EthernetManagerPermissionTest Merged-In: I0f2866d09b745e7bdb261a1258f94cfd51223a8f Change-Id: I0f2866d09b745e7bdb261a1258f94cfd51223a8f