Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mt76: mt76x0: fix default mac address overwrite
Current implementation always use default eeprom mac address to configure device registers even if it is updated using mt76_eeprom_override. Fix it initializing macaddr filed of mt76_dev data structure with eeprom mac address and running mt76_eeprom_override before mt76x02_mac_setaddr Fixes: d1bc9bf2072c ("mt76: mt76x0: eeprom: add support for MAC address from OF") Tested-by: Kevin Schmidt <[email protected]> Signed-off-by: Lorenzo Bianconi <[email protected]> Signed-off-by: Kalle Valo <[email protected]> [backported from upstream commit 693d060536abca7b16d2fb8e66aa56be2a2443a2] Signed-off-by: David Bauer <[email protected]>
- Loading branch information