device/qcom/common: Modified dhcp renewal command.
Made the change to make sure that we are using correct interface while renewing ip from dhcp for p2p interface. Change-Id: I9c32980951feb51e3b6300a4a2eaba5a627389a1 CRs-Fixed: 391545
This commit is contained in:
parent
1f2e0a2fd8
commit
c9c658fe60
|
@ -396,7 +396,7 @@ service iprenew_wlan0 /system/bin/dhcpcd -n
|
||||||
disabled
|
disabled
|
||||||
oneshot
|
oneshot
|
||||||
|
|
||||||
service iprenew_p2p /system/bin/dhcpcd -n p2p
|
service iprenew_p2p /system/bin/dhcpcd -n
|
||||||
class late_start
|
class late_start
|
||||||
disabled
|
disabled
|
||||||
oneshot
|
oneshot
|
||||||
|
|
Loading…
Reference in New Issue