All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Greear <greearb@candelatech.com>
To: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: 2 VAP ath9k system hits warning in agg-tx.c
Date: Wed, 01 Jun 2011 15:15:55 -0700	[thread overview]
Message-ID: <4DE6BA1B.8090805@candelatech.com> (raw)

This is with a hacked kernel, but no significant hacks to ath9k.
The ath9k _is_ running with regdomain == 0x0 (instead of the 0x6a
world-domain in it's eeprom).  NIC is Sparklan 127N (AR9830 chipset).

Kernel is 2.6.39-wl+.

The code that is complaining is:

	if (WARN_ON(!tid_tx)) {
#ifdef CONFIG_MAC80211_HT_DEBUG
		printk(KERN_DEBUG "addBA was not requested!\n");
#endif
		goto unlock;
	}

We were associating 128 stations using another AR9380 system as
virtual STA interfaces.  Aside from scary messages, the system
seems fine, and it quit spewing these messages a short time after
bringup.


WARNING: at
/home/greearb/git/linux.wireless-testing-ct/net/mac80211/agg-tx.c:559
ieee80211_start_tx_ba_cb+0x7c/0xa5 [mac80211]()
Hardware name: To Be Filled By O.E.M.
Modules linked in: cryptd aes_i586 aes_generic xt_CT iptable_raw xt_DSCP
xt_dscp xt_string xt_owner xt_NFQUEUE xt_multiport xt_mark xt_iprange
xt_hashlimit xt_connmark xt_addrtype xt_TPROXY nf_tproxy_core xt_socket
ip6_tables nf_defrag_ipv6 xt_set ip_set nfnetlink xt_connlimit veth 8021q garp
stp llc fuse macvlan wanlink(P) pktgen coretemp hwmon nfs lockd fscache
auth_rpcgss nfs_acl sunrpc ipv6 uinput arc4 snd_hda_codec_realtek ath9k
snd_hda_intel mac80211 snd_hda_codec snd_hwdep snd_seq snd_seq_device
ath9k_common snd_pcm ath9k_hw snd_timer ath cfg80211 snd r8169 iTCO_wdt
soundcore iTCO_vendor_support microcode i2c_i801 snd_page_alloc pcspkr mii
serio_raw i915 drm_kms_helper drm i2c_algo_bit video [last unloaded:
xt_connmark]
Pid: 38, comm: kworker/u:2 Tainted: P        W   2.6.39-wl+ #26
Call Trace:
  [<c0430a17>] warn_slowpath_common+0x65/0x7a
  [<f8d84b2e>] ? ieee80211_start_tx_ba_cb+0x7c/0xa5 [mac80211]
  [<c0430a3b>] warn_slowpath_null+0xf/0x13
  [<f8d84b2e>] ieee80211_start_tx_ba_cb+0x7c/0xa5 [mac80211]
  [<f8d8c598>] ieee80211_iface_work+0x99/0x258 [mac80211]
  [<c043f85c>] process_one_work+0x16a/0x219
  [<f8d8c4ff>] ? ieee80211_teardown_sdata+0xaf/0xaf [mac80211]
  [<c044124a>] worker_thread+0xf7/0x1fe
  [<c0425ccc>] ? complete+0x34/0x3e
  [<c0441153>] ? manage_workers+0x164/0x164
  [<c0443c85>] kthread+0x62/0x67
  [<c0443c23>] ? __init_kthread_worker+0x28/0x28
  [<c07856f6>] kernel_thread_helper+0x6/0xd
---[ end trace 5212779ba7fc27a4 ]---


Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


                 reply	other threads:[~2011-06-01 22:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4DE6BA1B.8090805@candelatech.com \
    --to=greearb@candelatech.com \
    --cc=linux-wireless@vger.kernel.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.