Searched hist:"53 a7094204b7f2b9016648b5c4b5ece8e810a461" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_ioctl.c | diff 53a7094204b7f2b9016648b5c4b5ece8e810a461 Fri Mar 09 12:15:24 CST 2018 Ganapathi Bhat <gbhat@marvell.com> Revert "mwifiex: fix incorrect ht capability problem"
This reverts commit bcc920e8f08336cbbdcdba7c4449c27137e6b4b9.
Drivers gets hardware info and updates ht_cap field of wiphy->bands during initialization. Once updated during init, ht_cap must not be modified as it reflects the capability supported by hardwawre. Above patch tries to modify the ht_cap field and this results in wrongly advertising capabilities during association.
Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Ganapathi Bhat <gbhat@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|