All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ath11k: fix qmi cfg send message fail
@ 2019-05-27 13:15 Anilkumar Kolli
  2019-05-29 15:10 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Anilkumar Kolli @ 2019-05-27 13:15 UTC (permalink / raw)
  To: ath11k

Fix ath11k qmi fail issue,
 ath11k c000000.wifi1: qmi wlan config request failed, result: 1, err: 48

Fixes: 1e3e4fdc27c6 ("ath11k: qmi: fix frame size warnings")

Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org>
---
 drivers/net/wireless/ath/ath11k/qmi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath11k/qmi.c b/drivers/net/wireless/ath/ath11k/qmi.c
index cd1f5bc614fd..f31c21302e29 100644
--- a/drivers/net/wireless/ath/ath11k/qmi.c
+++ b/drivers/net/wireless/ath/ath11k/qmi.c
@@ -2068,7 +2068,7 @@ static int ath11k_qmi_wlanfw_wlan_cfg_send(struct ath11k_base *ab)
 	ret = qmi_send_request(&ab->qmi.handle, NULL, &txn,
 			       QMI_WLANFW_WLAN_CFG_REQ_V01,
 			       QMI_WLANFW_WLAN_CFG_REQ_MSG_V01_MAX_LEN,
-			       qmi_wlanfw_wlan_cfg_req_msg_v01_ei, &req);
+			       qmi_wlanfw_wlan_cfg_req_msg_v01_ei, req);
 	if (ret < 0) {
 		ath11k_warn(ab, "qmi failed to send wlan config request, err = %d\n",
 			    ret);
-- 
1.9.1


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ath11k: fix qmi cfg send message fail
  2019-05-27 13:15 [PATCH] ath11k: fix qmi cfg send message fail Anilkumar Kolli
@ 2019-05-29 15:10 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-05-29 15:10 UTC (permalink / raw)
  To: Anilkumar Kolli; +Cc: ath11k

Anilkumar Kolli <akolli@codeaurora.org> wrote:

> Fix ath11k qmi fail issue,
>  ath11k c000000.wifi1: qmi wlan config request failed, result: 1, err: 48
> 
> Fixes: 1e3e4fdc27c6 ("ath11k: qmi: fix frame size warnings")
> Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org>

Patch applied to ath.git, thanks.

7e971d50571b ath11k: fix qmi cfg send message fail

-- 
https://patchwork.kernel.org/patch/10963037/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-29 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-27 13:15 [PATCH] ath11k: fix qmi cfg send message fail Anilkumar Kolli
2019-05-29 15:10 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.