brcm: Fix Xiaomi Inc Mipad2 nvram/.txt file macaddr
Replace the macaddr setting with the special fixed macaddr the kernel's brcmfmac driver uses to identify that there is no macaddr programmed into the NIC (NIC programmed makes takes precedence over the .txt one). This will properly make the kernel generate a random MAC and set addr_assign_type to NET_ADDR_RANDOM on devices without a MAC programmed into the NIC. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
d02d58aaef
commit
1bc8afb2f5
|
@ -32,7 +32,7 @@ extpagain2g=2
|
|||
extpagain5g=2
|
||||
femctrl=10
|
||||
ltecxmux=0x534201
|
||||
macaddr=00:90:4c:19:80:01
|
||||
macaddr=00:90:4c:c5:12:38
|
||||
manfid=0x2d0
|
||||
maxp2ga0=78
|
||||
maxp2ga1=78
|
||||
|
|
Loading…
Reference in New Issue