ath11k: fix error message to correctly report the command that failed
authorColin Ian King <colin.king@canonical.com>
Fri, 27 Mar 2020 19:26:39 +0000 (19:26 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 6 Apr 2020 16:19:01 +0000 (19:19 +0300)
commit9a8074e3bcd7956ec6b4f7c26360af1b0b0abe38
tree40a2dc35049480795d6d562e6fc5f8df3abdcf7d
parent21c1b063f4b98c14b2438734c93fe24d517233cb
ath11k: fix error message to correctly report the command that failed

Currently the error message refers to the command WMI_TWT_DIeABLE_CMDID
which looks like a cut-n-paste mangled typo. Fix the message to match
the command WMI_BSS_COLOR_CHANGE_ENABLE_CMDID that failed.

Fixes: 5a032c8d1953 ("ath11k: add WMI calls required for handling BSS color")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200327192639.363354-1-colin.king@canonical.com
drivers/net/wireless/ath/ath11k/wmi.c