Re: [PATCH] ath10k_htt_rx_amsdu_allowed(): use ath10k_dbg()

2017-07-19 Thread Ryan Hsu
t;); > + ath10k_dbg(ar, ATH10K_DBG_HTT, "no channel configured; ignoring > frame(s)!\n"); > return false; > } > -- Ryan Hsu

Re: ath10k_htt_rx_amsdu_allowed() noise

2017-07-18 Thread Ryan Hsu
t ath10k > *ar, > */ > > if (!rx_status->freq) { > - ath10k_warn(ar, "no channel configured; ignoriframe(s)!\n"); > + ath10k_dbg(ar, ATH10K_DBG_HTT, "no channel configured, > ignoring frame(s)!\n"); > return false; > } > Can you send this as patch for reviewing, please? -- Ryan Hsu

Re: WARN_ON_ONCE(work > weight) in napi_poll()

2017-07-17 Thread Ryan Hsu
spin_lock_bh(&htt->rx_ring.lock); -num_rx_msdus = ath10k_htt_rx_in_ord_ind(ar, skb); +num_rx_msdus = ath10k_htt_rx_in_ord_ind(ar, skb, +(budget - quota)); spin_unlock_bh(&htt->rx_ring.lock); if (num_rx_msdus < 0) { resched_napi = true; -- -- Ryan Hsu

Re: WARN_ON_ONCE(work > weight) in napi_poll()

2017-07-10 Thread Ryan Hsu
gt; [9.574087] ath10k_pci :3a:00.0 wlp58s0: renamed from wlan0 > I can't reproduce of this past few days, not sure if this is due to the amsdu packets received from AP, would you mind share what Ap you're using? And if there any specific steps you're doing? Also WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware is a bit old, could you also update firmware to give it a try? https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0/4.4 -- Ryan Hsu