From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Greear Date: Thu, 31 Oct 2013 08:10:20 -0700 Subject: [ath9k-devel] WARN ON at ath_tx_start_dma In-Reply-To: <1383211091.97089.YahooMailNeo@web125303.mail.ne1.yahoo.com> References: <1383211091.97089.YahooMailNeo@web125303.mail.ne1.yahoo.com> Message-ID: <527272DC.1010203@candelatech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 10/31/2013 02:18 AM, syed moulana wrote: > Hi > I am getting WARN_ON at the following location in function ath_tx_start_dma. > static void ath_tx_start_dma(struct ath_softc *sc, struct sk_buff *skb, > struct ath_tx_control *txctl) > { > struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); > struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; > struct ath_atx_tid *tid = NULL; > struct ath_buf *bf; > u8 tidno; > if ((sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_HT) && txctl->an && > ieee80211_is_data_qos(hdr->frame_control)) { > tidno = ieee80211_get_qos_ctl(hdr)[0] & > IEEE80211_QOS_CTL_TID_MASK; > tid = ATH_AN_2_TID(txctl->an, tidno); > WARN_ON(tid->ac->txq != txctl->txq); > } > Please help me understand this situation. On what data conditions I should be getting this warning. > Thanks > Syed Please post full warn-on splat. And, what traffic are you sending? I think this can happen with pktgen traffic in upstream kernel, for instance. Thanks, Ben > _______________________________________________ > ath9k-devel mailing list > ath9k-devel at lists.ath9k.org > https://lists.ath9k.org/mailman/listinfo/ath9k-devel > -- Ben Greear Candela Technologies Inc http://www.candelatech.com