dre: Use local version of wifi-mac-generator
MAC_1_PATH does not exist in the N200, causing a 10-second delay in generating MAC addresses. By that point, the WLAN driver has already failed to get a MAC address, thus leaving Wi-Fi broken. Change-Id: Iab2d34aa9db9e8843108b90b203e82f915c79bda
This commit is contained in:
parent
63af35b020
commit
8abcf2d6c7
5 changed files with 60 additions and 2 deletions
9
wifi-mac-generator/wifi-mac-generator.rc
Normal file
9
wifi-mac-generator/wifi-mac-generator.rc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
service vendor.wifi-mac-generator /vendor/bin/wifi-mac-generator-dre
|
||||
class main
|
||||
user wifi
|
||||
group wifi
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
on post-fs-data
|
||||
start vendor.wifi-mac-generator
|
||||
Loading…
Add table
Add a link
Reference in a new issue