+2
−43
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This reverts commit I784e4b1735f4f217713f65c30092bac2ad6cb698. Some AP reports HT20 in beacon frame but HT40 in assoc response frame. FW roaming will decide BW HT40 based on assoc response. In previous change host will decide BW based on assoc response as FW does. But the issue is after roaming, the host will check beacon for AP BW changing and then do vdev restart. But the vdev restart may be rejected by FW if the FW roaming is still in progress. To avoid the complication, revert the change. The original issue will be fixed by validation the channel segment by Ia41c51feca855cab54e908438c51a8d12075f864 to avoid the kernel check channel failure and disconnect. Change-Id: Ib170acb3588cf07bf666d446f5dde73de2d4705b CRs-Fixed: 3061233