mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
macloader: add another semco3rd OUI for klte (SM-G900F)
Change-Id: I669a4cab0fba92c4ac5d4bd1c496634d06aa4a40 (cherry picked from commit c2104657697740a9bee31dc03bf0c5134ff93e6c)
This commit is contained in:
parent
6daeeef766
commit
ae50788ed7
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ int main() {
|
|||
}
|
||||
|
||||
/* semco3rd */
|
||||
if (strncasecmp(mac_addr_half, "f4:09:d8", 9) == 0) {
|
||||
if (strncasecmp(mac_addr_half, "ec:1f:72", 9) == 0 ||
|
||||
strncasecmp(mac_addr_half, "f4:09:d8", 9) == 0) {
|
||||
type = SEMCO3RD;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue