ath11k: Fix single phy hw mode
authorKarthikeyan Periyasamy <periyasa@codeaurora.org>
Wed, 4 Nov 2020 17:35:31 +0000 (23:05 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 7 Nov 2020 08:04:05 +0000 (10:04 +0200)
commit9fb13b81e1456c3911b86167470fc05dc9114a07
treeabb3f20c4fe3c37ef9ae2f9fa4ce1a284daafcea
parent6189be7d145c3a2d48514eb8755483602ff5a4b4
ath11k: Fix single phy hw mode

driver not able to bootup in the single radio configured board.
single phy hw mode is converted to invalid hw mode and sent to FW
through wmi init cmd. In that case driver is not receiving wmi
ready event which leads to driver bootup fail. single phy hw mode
is a valid for single radio configured board. so removed the
conversion logic.

Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.1.0.1-01238-QCAHKSWPL_SILICONZ-2

Signed-off-by: Karthikeyan Periyasamy <periyasa@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1604511331-22477-1-git-send-email-periyasa@codeaurora.org
drivers/net/wireless/ath/ath11k/wmi.c