* ath9k: Warning on rmmod (hacked wifi stack)
@ 2010-11-15 18:15 Ben Greear
2010-11-16 6:53 ` Rajkumar Manoharan
0 siblings, 1 reply; 2+ messages in thread
From: Ben Greear @ 2010-11-15 18:15 UTC (permalink / raw)
To: linux-wireless@vger.kernel.org
Same hacked stack..saw this when I unloaded ath9k. It had just been loaded
and hadn't otherwise complained.
Nov 15 10:11:36 localhost kernel: ieee80211 phy0: Destroyed STA 00:14:d1:c6:d2:54
rmNov 15 10:11:38 localhost kernel: sta7: deauthenticated from 00:14:d1:c6:d2:54 (Reason: 0)
Nov 15 10:11:38 localhost kernel: ieee80211 phy0: Removed STA 00:14:d1:c6:d2:54
Nov 15 10:11:38 localhost kernel: ieee80211 phy0: Destroyed STA 00:14:d1:c6:d2:54
Nov 15 10:11:38 localhost kernel: sta8: deauthenticated from 00:14:d1:c6:d2:54 (Reason: 0)
mNov 15 10:11:38 localhost kernel: ieee80211 phy0: Removed STA 00:14:d1:c6:d2:54
Nov 15 10:11:38 localhost kernel: ieee80211 phy0: Destroyed STA 00:14:d1:c6:d2:54
od ath9k
Nov 15 10:11:39 localhost kernel: ieee80211 phy0: device now idle
Nov 15 10:11:39 localhost kernel: sta10: deauthenticating from 00:14:d1:c6:d2:54 by local choice (reason=3)
Nov 15 10:11:39 localhost kernel: ieee80211 phy0: Removed STA 00:14:d1:c6:d2:54
Nov 15 10:11:39 localhost kernel: ieee80211 phy0: Destroyed STA 00:14:d1:c6:d2:54
Nov 15 10:11:39 localhost kernel: sta1: deauthenticating from 00:14:d1:c6:d2:54 by local choice (reason=3)
Nov 15 10:11:39 localhost kernel: ieee80211 phy0: Removed STA 00:14:d1:c6:d2:54
Nov 15 10:11:39 localhost kernel: ieee80211 phy0: Destroyed STA 00:14:d1:c6:d2:54
Nov 15 10:11:39 localhost kernel: sta5: deauthenticating from 00:14:d1:c6:d2:54 by local choice (reason=3)
Nov 15 10:11:39 localhost kernel: ieee80211 phy0: Removed STA 00:14:d1:c6:d2:54
Nov 15 10:11:39 localhost kernel: ieee80211 phy0: Destroyed STA 00:14:d1:c6:d2:54
Nov 15 10:11:39 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Nov 15 10:11:39 localhost kernel: cfg80211: World regulatory domain updated:
Nov 15 10:11:39 localhost kernel: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Nov 15 10:11:39 localhost kernel: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Nov 15 10:11:39 localhost kernel: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Nov 15 10:11:39 localhost kernel: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Nov 15 10:11:39 localhost kernel: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Nov 15 10:11:39 localhost kernel: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Nov 15 10:11:39 localhost kernel: ath: Failed to stop TX DMA in 100 msec after killing last frame
Nov 15 10:11:39 localhost kernel: ath: Failed to stop TX DMA in 100 msec after killing last frame
Nov 15 10:11:39 localhost kernel: ath: Failed to stop TX DMA in 100 msec after killing last frame
Nov 15 10:11:39 localhost kernel: ath: Failed to stop TX DMA in 100 msec after killing last frame
Nov 15 10:11:39 localhost kernel: ath: Failed to stop TX DMA in 100 msec after killing last frame
Nov 15 10:11:39 localhost kernel: ath: Failed to stop TX DMA in 100 msec after killing last frame
Nov 15 10:11:39 localhost kernel: ath: Failed to stop TX DMA. Resetting hardware!
Nov 15 10:11:39 localhost kernel: ------------[ cut here ]------------
Nov 15 10:11:39 localhost kernel: WARNING: at /home/greearb/git/linux.wireless-testing/kernel/pm_qos_params.c:267 pm_qos_update_request+0x2e/0x57()
Nov 15 10:11:39 localhost kernel: Hardware name: PDSBM
Nov 15 10:11:39 localhost kernel: pm_qos_update_request() called for unknown object
Nov 15 10:11:39 localhost kernel: Modules linked in: aes_i586 aes_generic 8021q garp stp llc michael_mic macvlan pktgen fuse nfs lockd fscache nfs_acl auth]
Nov 15 10:11:39 localhost kernel: Pid: 2863, comm: rmmod Not tainted 2.6.37-rc1-wl+ #47
Nov 15 10:11:39 localhost kernel: Call Trace:
Nov 15 10:11:39 localhost kernel: [<78436f25>] warn_slowpath_common+0x77/0x8c
Nov 15 10:11:39 localhost kernel: [<7844fd46>] ? pm_qos_update_request+0x2e/0x57
Nov 15 10:11:39 localhost kernel: [<7844fd46>] ? pm_qos_update_request+0x2e/0x57
Nov 15 10:11:39 localhost kernel: [<78436fb6>] warn_slowpath_fmt+0x2e/0x30
Nov 15 10:11:39 localhost kernel: [<7844fd46>] pm_qos_update_request+0x2e/0x57
Nov 15 10:11:39 localhost kernel: [<f8ff0b22>] ath9k_stop+0x17e/0x1a9 [ath9k]
Nov 15 10:11:39 localhost kernel: [<f8f35e58>] ieee80211_stop_device+0x41/0x6d [mac80211]
Nov 15 10:11:39 localhost kernel: [<f8f2b29c>] ieee80211_do_stop+0x31d/0x3b7 [mac80211]
Nov 15 10:11:39 localhost kernel: [<7878e211>] ? _raw_spin_unlock_bh+0x25/0x28
Nov 15 10:11:39 localhost kernel: [<f8f2b348>] ieee80211_stop+0x12/0x16 [mac80211]
Nov 15 10:11:39 localhost kernel: [<786f5e55>] __dev_close+0x73/0x88
Nov 15 10:11:39 localhost kernel: [<7878dd8c>] ? _raw_write_unlock_bh+0x25/0x28
Nov 15 10:11:39 localhost kernel: [<786f5e7e>] dev_close+0x14/0x36
Nov 15 10:11:39 localhost kernel: [<786f5f24>] rollback_registered_many+0x84/0x17a
Nov 15 10:11:39 localhost kernel: [<786f602a>] unregister_netdevice_many+0x10/0x42
Nov 15 10:11:39 localhost kernel: [<f8f2ab9e>] ieee80211_remove_interfaces+0x90/0x98 [mac80211]
Nov 15 10:11:39 localhost kernel: [<f8f1e0b3>] ieee80211_unregister_hw+0x46/0xed [mac80211]
Nov 15 10:11:39 localhost kernel: [<f8fee4d0>] ? ath_deinit_leds+0x93/0x96 [ath9k]
Nov 15 10:11:39 localhost kernel: [<f8fee8f2>] ath9k_deinit_device+0x6a/0x8d [ath9k]
Nov 15 10:11:39 localhost kernel: [<f8ff8ebe>] ath_pci_remove+0x22/0x54 [ath9k]
Nov 15 10:11:39 localhost kernel: [<785af79e>] pci_device_remove+0x27/0xa3
Nov 15 10:11:39 localhost kernel: [<7863616c>] __device_release_driver+0x5c/0xa3
Nov 15 10:11:39 localhost kernel: [<78636221>] driver_detach+0x6e/0x8f
Nov 15 10:11:39 localhost kernel: [<786356e3>] bus_remove_driver+0x69/0x85
Nov 15 10:11:39 localhost kernel: [<7863669e>] driver_unregister+0x53/0x5a
Nov 15 10:11:39 localhost kernel: [<7850728d>] ? sysfs_remove_file+0xf/0x11
Nov 15 10:11:39 localhost kernel: [<785af9d5>] pci_unregister_driver+0x2d/0x6c
Nov 15 10:11:39 localhost kernel: [<f8ff8df5>] ath_pci_exit+0xd/0xf [ath9k]
Nov 15 10:11:39 localhost kernel: [<f8ffb91f>] ath9k_exit+0xb/0x35 [ath9k]
Nov 15 10:11:39 localhost kernel: [<7878ce20>] ? mutex_unlock+0x8/0xa
Nov 15 10:11:39 localhost kernel: [<78461f5b>] sys_delete_module+0x173/0x1c4
Nov 15 10:11:39 localhost kernel: [<784a4d4b>] ? remove_vma+0x57/0x5d
Nov 15 10:11:39 localhost kernel: [<784a59eb>] ? do_munmap+0x239/0x252
Nov 15 10:11:39 localhost kernel: [<7878e53e>] ? restore_all_notrace+0x0/0x18
Nov 15 10:11:39 localhost kernel: [<784030dc>] sysenter_do_call+0x12/0x38
Nov 15 10:11:39 localhost kernel: ---[ end trace e38d5c78a9f7d834 ]---
Nov 15 10:11:40 localhost kernel: ath9k 0000:08:01.0: PCI INT A disabled
Nov 15 10:11:40 localhost kernel: ath9k: Driver unloaded
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ath9k: Warning on rmmod (hacked wifi stack)
2010-11-15 18:15 ath9k: Warning on rmmod (hacked wifi stack) Ben Greear
@ 2010-11-16 6:53 ` Rajkumar Manoharan
0 siblings, 0 replies; 2+ messages in thread
From: Rajkumar Manoharan @ 2010-11-16 6:53 UTC (permalink / raw)
To: Ben Greear; +Cc: linux-wireless@vger.kernel.org
On Mon, Nov 15, 2010 at 11:45:32PM +0530, Ben Greear wrote:
> Same hacked stack..saw this when I unloaded ath9k. It had just been loaded
> and hadn't otherwise complained.
>
The patch was already sent to upstream.
Please refer https://patchwork.kernel.org/patch/313432/
--
Rajkumar
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-16 6:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 18:15 ath9k: Warning on rmmod (hacked wifi stack) Ben Greear
2010-11-16 6:53 ` Rajkumar Manoharan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).