ramips: fix wifi mac address of HiWiFi series devices
authorShiji Yang <yangshiji66@qq.com>
Mon, 14 Mar 2022 16:16:15 +0000 (00:16 +0800)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 26 Mar 2022 01:02:44 +0000 (02:02 +0100)
commit2e6d19ee32399e37c7545aefc57d41541a406d55
tree4c1db4f7f6e2dd0f2bcce741d92abdbff8a1b070
parent638771509383cf36617c49b9cc1e0c4a9aedaa0d
ramips: fix wifi mac address of HiWiFi series devices

For HiWiFi series devices, label_mac can be read from bdinfo partition,
and lan_mac, wlan2g_mac are same as the label_mac. Converting label_mac
to wlan5g_mac only needs to unset 6th bit. (It seems that all HiWiFi's
label_mac start with D4:EE)

For example:
label D4:EE:07:32:84:88
lan D4:EE:07:32:84:88
wan D4:EE:07:32:84:89
wlan2g D4:EE:07:32:84:88
wlan5g D0:EE:07:32:84:88

Tested on HiWiFi HC5661.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ramips/mt7620/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac [new file with mode: 0644]
target/linux/ramips/mt7621/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac
target/linux/ramips/mt76x8/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac [new file with mode: 0644]