All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Greear <greearb@candelatech.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] WARN ON at ath_tx_start_dma
Date: Thu, 31 Oct 2013 08:10:20 -0700	[thread overview]
Message-ID: <527272DC.1010203@candelatech.com> (raw)
In-Reply-To: <1383211091.97089.YahooMailNeo@web125303.mail.ne1.yahoo.com>

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 <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

  reply	other threads:[~2013-10-31 15:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-31  9:18 [ath9k-devel] WARN ON at ath_tx_start_dma syed moulana
2013-10-31 15:10 ` Ben Greear [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-01  4:00 [ath9k-devel] WARN_ON " syed moulana

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=527272DC.1010203@candelatech.com \
    --to=greearb@candelatech.com \
    --cc=ath9k-devel@lists.ath9k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.