Message ID | 1462536423-9903-1-git-send-email-vthiagar@qti.qualcomm.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3b077a54258328459c7351f0f82b93140099d6f3 |
Delegated to: | Kalle Valo |
Headers | show |
Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com> wrote: > In 10.4, fw sends WMI PEER_RATECODE_LIST_EVENTID after successful > peer_assoc cmd. As of now this event is not of much use and not > implemented. Change the debug level and messsage as appropriate > to suppress "Unknown eventid: 36898". > > Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com> Thanks, 2 patches applied to ath.git: 36bd39bb0ae8 ath10k: suppress warnings when getting wmi peer_rate_code_list event ee9ca147c59c ath10k: Fix survey reporting with QCA4019
diff --git a/drivers/net/wireless/ath/ath10k/wmi.c b/drivers/net/wireless/ath/ath10k/wmi.c index 39a54a5..2a14b16 100644 --- a/drivers/net/wireless/ath/ath10k/wmi.c +++ b/drivers/net/wireless/ath/ath10k/wmi.c @@ -5213,6 +5213,7 @@ static void ath10k_wmi_10_4_op_rx(struct ath10k *ar, struct sk_buff *skb) ath10k_wmi_event_vdev_stopped(ar, skb); break; case WMI_10_4_WOW_WAKEUP_HOST_EVENTID: + case WMI_10_4_PEER_RATECODE_LIST_EVENTID: ath10k_dbg(ar, ATH10K_DBG_WMI, "received event id %d not implemented\n", id); break;
In 10.4, fw sends WMI PEER_RATECODE_LIST_EVENTID after successful peer_assoc cmd. As of now this event is not of much use and not implemented. Change the debug level and messsage as appropriate to suppress "Unknown eventid: 36898". Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com> --- drivers/net/wireless/ath/ath10k/wmi.c | 1 + 1 file changed, 1 insertion(+)