qcacld-3.0: reverse fw-provided mac addr
* When wlan_mac.bin is missing for whatever reason, qcacld will fall
back to loading mac address from firmware. The OnePlus firmware can
provide a correct mac address, but it is in reverse, breaking the
qcacld logic.
* Just reverse it back in qcacld. Although wlan_mac.bin should not be
missing at all, we have seen some rare cases where it could not be
generated properly for some reason, and the qcacld fallback is broken
because of byte-ordering. Let's at least make the fallback path work.
Change-Id: Iccdc4657debec1375939dca7a4ce4df5e76f255f
Signed-off-by: mcdachpappe <noreference@web.de>
Loading
Please register or sign in to comment