macloader: add another semco3rd OUI for klte (SM-G900F)

Change-Id: I669a4cab0fba92c4ac5d4bd1c496634d06aa4a40
(cherry picked from commit c2104657697740a9bee31dc03bf0c5134ff93e6c)
This commit is contained in:
Cal Archer 2016-10-14 21:17:23 +02:00 committed by Kevin Haggerty
parent 6daeeef766
commit ae50788ed7

View file

@ -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;
}