Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be83aebf authored by Erik Kline's avatar Erik Kline
Browse files

Move DhcpClient SM thread onto IpClient's SM thread

Test: as follows
    - built
    - flashed
    - booted
    - runtest frameworks-net passes
    - basic wifi usage nominal
Bug: 62476366
Change-Id: I9a74e001bc86972e31b7e0898711628e65d9cf7a
parent d6c3813c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -224,7 +224,7 @@ public class DhcpClient extends StateMachine {


    // TODO: Take an InterfaceParams instance instead of an interface name String.
    // TODO: Take an InterfaceParams instance instead of an interface name String.
    private DhcpClient(Context context, StateMachine controller, String iface) {
    private DhcpClient(Context context, StateMachine controller, String iface) {
        super(TAG);
        super(TAG, controller.getHandler());


        mContext = context;
        mContext = context;
        mController = controller;
        mController = controller;