wlan: Validate correct bss add before Add tx pattern cmd
Host validates the bss address to check if the station is still in comnnected state before sending the add tx pattern command to FW. Currently it is assumed that the vendor command QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS contains the bss address as the destination address in the parameters, which is not correct assumption and if the DHCP address is provided as part of the destination address in that case host rejects this command as the validation of the bss address fails. To address this issue, validate the correct bss address instead of the destination address provided in the command. Change-Id: I4bfe61461df4f174e9f194be0f30f8f32fa084a4 CRs-Fixed: 2672805
Loading
Please register or sign in to comment