net: usb: asix88179_178a: set permanent address once only
authorAlexander Kurz <[email protected]>
Thu, 8 Mar 2018 11:19:53 +0000 (11:19 +0000)
committerDavid S. Miller <[email protected]>
Fri, 9 Mar 2018 02:56:38 +0000 (21:56 -0500)
commit84c4df40029fa8a4d126bba69bdea3b2f1bf6a70
treea7862360b07473785d797db7a1c6c1558b1644a4
parent9b5d5f4f96c795830a6820f8356b2980ffeb47b9
net: usb: asix88179_178a: set permanent address once only

The permanent address of asix88179_178a devices is read at probe time
and should not be overwritten later. Otherwise it may be overwritten
unintentionally with a configured address.

Signed-off-by: Alexander Kurz <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/usb/ax88179_178a.c