On 2020-06-09 17:31, Kalle Valo wrote:
Maharaja Kennadyrajan <mkenna@xxxxxxxxxxxxxx> writes:
On 2020-05-28 13:00, Kalle Valo wrote:
Maharaja Kennadyrajan <mkenna@xxxxxxxxxxxxxx> wrote:
Unused structure ath11k_vdev_stop_status is removed.
'ath11k_mac_get_ar_vdev_stop_status' api has been replaced
with 'ath11k_mac_get_ar_by_vdev_id' inside vdev_stopped_event.
Tested-on: IPQ8074 WLAN.HK.2.4.0.1-00009-QCAHKSWPL_SILICONZ-1
Signed-off-by: Ritesh Singh <ritesi@xxxxxxxxxxxxxx>
Signed-off-by: Maharaja Kennadyrajan <mkenna@xxxxxxxxxxxxxx>
Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx>
What about other firmware branches? For example, will this break
2.1.0.1 branch support?
[Maha]: It won't break 2.1.0.1 branch as it is host related change.
What do you mean with "host related changed" exactly? In patch 1 I see
that you add a new handler for WMI_VDEV_DELETE_RESP_EVENTID event. So
firmware functionality is very much involved here, right? For example,
do all branches send that event to the host?
[Maha]: You are right, Stop event will come for all the firmware.
So, it won't break with other firmware branches.
we just replaced the ath11k_mac_get_ar_vdev_stop_status by
ath11k_mac_get_ar_by_vdev_id.
Regards,
Maha