r8152: Add support for setting pass through MAC address on RTL8153-AD
authorMario Limonciello <mario_limonciello@dell.com>
Tue, 12 Jul 2016 00:58:04 +0000 (19:58 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jul 2016 02:42:30 +0000 (19:42 -0700)
commit34ee32c9a5696247be405bb0c21f3d1fc6cb5729
tree7435863c71b9166b9283daea0f57c6bf631ea87a
parent779f1edec664a7b32b71f7b4702e085a08d60592
r8152: Add support for setting pass through MAC address on RTL8153-AD

The RTL8153-AD supports a persistent system specific MAC address.
This means a device plugged into two different systems with host side
support will show different (but persistent) MAC addresses.

This information for the system's persistent MAC address is burned in when
the system HW is built and available under \_SB.AMAC in the DSDT at runtime.

This technology is currently implemented in the Dell TB15 and WD15 Type-C
docks.  More information is available here:
http://www.dell.com/support/article/us/en/04/SLN301147

Signed-off-by: Mario Limonciello <mario_limonciello@dell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c