qcacld-3.0: Reject any invalid MAC address from mac.bin
If driver gets all 0s as MAC address from mac.bin, it considers this as valid address and proceed to derive remaining addresses. this zero MAC is assigned to any of the interface resulting in undefined behaviour. To resolve this issue, validate all the MAC addresses provided by mac.bin and reject all the addresses if any of the MAC is invalid. Change-Id: Ia1db8249dd4ca58612b6f9eae5903bc809fed493 CRs-Fixed: 2333912
Loading
Please register or sign in to comment