mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-10-31 23:37:35 +00:00
macloader: Add 3 more semco mac ranges
Confirmed with https://www.wireshark.org/tools/oui-lookup.html 48:13:7E SamsungE Samsung Electronics Co.,Ltd E8:3A:12 SamsungE Samsung Electronics Co.,Ltd F8:E6:1A SamsungE Samsung Electronics Co.,Ltd Change-Id: Ic7225951cee415d68a917031d5f969f45a9cc7ec
This commit is contained in:
parent
28016cc0e6
commit
2b9386fb26
1 changed files with 4 additions and 1 deletions
|
@ -131,13 +131,16 @@ static const struct company_range semco3rd_ranges = {
|
|||
static const struct company_range semco_ranges = {
|
||||
.type = SEMCO,
|
||||
.macaddrs = {
|
||||
"48:13:7e",
|
||||
"4c:66:41",
|
||||
"51:f6:6b",
|
||||
"94:76:b7",
|
||||
"cc:07:ab",
|
||||
"d8:c4:e9",
|
||||
"e8:3a:12",
|
||||
"ec:9b:f3",
|
||||
"f0:25:b7"
|
||||
"f0:25:b7",
|
||||
"f8:e6:1a"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue