linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Few warnings from master-2009-08-17
@ 2009-08-18  1:04 Luis R. Rodriguez
  2009-08-21  9:42 ` Johannes Berg
  0 siblings, 1 reply; 6+ messages in thread
From: Luis R. Rodriguez @ 2009-08-18  1:04 UTC (permalink / raw)
  To: linux-wireless

This happens with ar9170 and ath9k:

First the driver/firmware/connect info:

Aug 17 17:45:06 tux kernel: [  380.596120] usb 1-3: firmware:
requesting ar9170.fw
Aug 17 17:45:06 tux kernel: [  381.024647] cfg80211: Calling CRDA for
country: US
Aug 17 17:45:06 tux kernel: [  381.026543] Registered led device:
ar9170-phy0::tx
Aug 17 17:45:06 tux kernel: [  381.027168] Registered led device:
ar9170-phy0::assoc
Aug 17 17:45:06 tux kernel: [  381.027177] usb 1-3: Atheros AR9170 is
registered as 'phy0'
Aug 17 17:45:06 tux kernel: [  381.027531] usbcore: registered new
interface driver ar9170usb
Aug 17 17:45:06 tux kernel: [  381.034544] cfg80211: Regulatory domain
changed to country: US
Aug 17 17:45:06 tux kernel: [  381.034550]      (start_freq - end_freq
@ bandwidth), (max_antenna_gain, max_eirp)
Aug 17 17:45:06 tux kernel: [  381.034554]      (2402000 KHz - 2472000
KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 17 17:45:06 tux kernel: [  381.034557]      (5170000 KHz - 5250000
KHz @ 40000 KHz), (300 mBi, 1700 mBm)
Aug 17 17:45:06 tux kernel: [  381.034561]      (5250000 KHz - 5330000
KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 17 17:45:06 tux kernel: [  381.034564]      (5490000 KHz - 5710000
KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 17 17:45:06 tux kernel: [  381.034568]      (5735000 KHz - 5835000
KHz @ 40000 KHz), (300 mBi, 3000 mBm)
Aug 17 17:45:13 tux kernel: [  381.165048] udev: renamed network
interface wlan0 to wlan4
Aug 17 17:45:13 tux kernel: [  386.880442] ADDRCONF(NETDEV_UP): wlan4:
link is not ready
Aug 17 17:45:46 tux kernel: [  420.943787] ADDRCONF(NETDEV_CHANGE):
wlan4: link becomes ready
Aug 17 17:45:46 tux kernel: [  420.944740] cfg80211: Calling CRDA for
country: US
Aug 17 17:45:46 tux kernel: [  420.955876] cfg80211: Regulatory domain: US
Aug 17 17:45:46 tux kernel: [  420.955881]      (start_freq - end_freq
@ bandwidth), (max_antenna_gain, max_eirp)
Aug 17 17:45:46 tux kernel: [  420.955889]      (2402000 KHz - 2477000
KHz @ 40000 KHz), (10000 mBi, 10000 mBm)
Aug 17 17:45:46 tux kernel: [  420.955901] cfg80211: Regulatory domain: US
Aug 17 17:45:46 tux kernel: [  420.955905]      (start_freq - end_freq
@ bandwidth), (max_antenna_gain, max_eirp)
Aug 17 17:45:46 tux kernel: [  420.955913]      (2402000 KHz - 2472000
KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 17 17:45:46 tux kernel: [  420.955921]      (5170000 KHz - 5250000
KHz @ 40000 KHz), (300 mBi, 1700 mBm)
Aug 17 17:45:46 tux kernel: [  420.955928]      (5250000 KHz - 5330000
KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 17 17:45:46 tux kernel: [  420.955936]      (5490000 KHz - 5710000
KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 17 17:45:46 tux kernel: [  420.955943]      (5735000 KHz - 5835000
KHz @ 40000 KHz), (300 mBi, 3000 mBm)
Aug 17 17:45:46 tux kernel: [  420.955954] cfg80211: Regulatory domain: 98
Aug 17 17:45:46 tux kernel: [  420.955959]      (start_freq - end_freq
@ bandwidth), (max_antenna_gain, max_eirp)
Aug 17 17:45:46 tux kernel: [  420.955966]      (2402000 KHz - 2472000
KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 17 17:45:46 tux kernel: [  420.956346] cfg80211: Current
regulatory domain updated by AP to: US
Aug 17 17:45:46 tux kernel: [  420.956351]      (start_freq - end_freq
@ bandwidth), (max_antenna_gain, max_eirp)
Aug 17 17:45:50 tux kernel: [  420.956359]      (2402000 KHz - 2472000
KHz @ 40000 KHz), (300 mBi, 2700 mBm)


First warning:

Aug 17 17:45:50 tux kernel: [  424.812910] ------------[ cut here ]------------
Aug 17 17:45:50 tux kernel: [  424.812928] WARNING: at
net/wireless/sme.c:610 __cfg80211_disconnected+0x1fb/0x260
[cfg80211]()
Aug 17 17:45:50 tux kernel: [  424.812931] Hardware name: 7660A14
Aug 17 17:45:50 tux kernel: [  424.812933] deauth failed: -67
Aug 17 17:45:50 tux kernel: [  424.812935] Modules linked in:
ar9170usb mac80211 ath cfg80211 <bleh> [last unloaded: cfg80211]
Aug 17 17:45:50 tux kernel: [  424.813002] Pid: 5018, comm: phy0 Not
tainted 2.6.31-rc6-wl #139
Aug 17 17:45:50 tux kernel: [  424.813005] Call Trace:
Aug 17 17:45:50 tux kernel: [  424.813016]  [<ffffffff810585a8>]
warn_slowpath_common+0x78/0xb0
Aug 17 17:45:50 tux kernel: [  424.813020]  [<ffffffff8105863c>]
warn_slowpath_fmt+0x3c/0x40
Aug 17 17:45:50 tux kernel: [  424.813032]  [<ffffffffa00c782b>]
__cfg80211_disconnected+0x1fb/0x260 [cfg80211]
Aug 17 17:45:50 tux kernel: [  424.813043]  [<ffffffffa00c59f2>] ?
cfg80211_send_deauth+0x62/0x80 [cfg80211]
Aug 17 17:45:50 tux kernel: [  424.813054]  [<ffffffffa00c5918>]
__cfg80211_send_deauth+0x228/0x2a0 [cfg80211]
Aug 17 17:45:50 tux kernel: [  424.813064]  [<ffffffffa00c5a01>]
cfg80211_send_deauth+0x71/0x80 [cfg80211]
Aug 17 17:45:50 tux kernel: [  424.813084]  [<ffffffffa021cbc0>]
ieee80211_sta_work+0x380/0x1100 [mac80211]
Aug 17 17:45:50 tux kernel: [  424.813098]  [<ffffffffa021c840>] ?
ieee80211_sta_work+0x0/0x1100 [mac80211]
Aug 17 17:45:50 tux kernel: [  424.813103]  [<ffffffff8106de80>]
worker_thread+0x1d0/0x380
Aug 17 17:45:50 tux kernel: [  424.813107]  [<ffffffff8106de2e>] ?
worker_thread+0x17e/0x380
Aug 17 17:45:50 tux kernel: [  424.813113]  [<ffffffff81073630>] ?
autoremove_wake_function+0x0/0x40
Aug 17 17:45:50 tux kernel: [  424.813117]  [<ffffffff8106dcb0>] ?
worker_thread+0x0/0x380
Aug 17 17:45:50 tux kernel: [  424.813121]  [<ffffffff81073266>]
kthread+0xa6/0xb0
Aug 17 17:45:50 tux kernel: [  424.813126]  [<ffffffff810130ca>]
child_rip+0xa/0x20
Aug 17 17:45:50 tux kernel: [  424.813132]  [<ffffffff81012a50>] ?
restore_args+0x0/0x30
Aug 17 17:45:50 tux kernel: [  424.813136]  [<ffffffff810731c0>] ?
kthread+0x0/0xb0
Aug 17 17:45:50 tux kernel: [  424.813140]  [<ffffffff810130c0>] ?
child_rip+0x0/0x20
Aug 17 17:45:54 tux kernel: [  424.813143] ---[ end trace 7ef91a8a6ee731a1 ]---
Aug 17 17:45:57 tux kernel: [  432.637525] ------------[ cut here ]------------

And it seems right after:

Aug 17 17:45:57 tux kernel: [  432.637557] WARNING: at
net/wireless/sme.c:610 __cfg80211_disconnected+0x1fb/0x260
[cfg80211]()
Aug 17 17:45:57 tux kernel: [  432.637564] Hardware name: 7660A14
Aug 17 17:45:57 tux kernel: [  432.637569] deauth failed: -67
Aug 17 17:45:57 tux kernel: [  432.637573] Modules linked in:
ar9170usb mac80211 ath cfg80211 <bleh> [last unloaded: cfg80211]
Aug 17 17:45:57 tux kernel: [  432.637726] Pid: 5018, comm: phy0
Tainted: G        W  2.6.31-rc6-wl #139
Aug 17 17:45:57 tux kernel: [  432.637732] Call Trace:
Aug 17 17:45:57 tux kernel: [  432.637749]  [<ffffffff810585a8>]
warn_slowpath_common+0x78/0xb0
Aug 17 17:45:57 tux kernel: [  432.637759]  [<ffffffff8105863c>]
warn_slowpath_fmt+0x3c/0x40
Aug 17 17:45:57 tux kernel: [  432.637784]  [<ffffffffa00c782b>]
__cfg80211_disconnected+0x1fb/0x260 [cfg80211]
Aug 17 17:45:57 tux kernel: [  432.637809]  [<ffffffffa00c59f2>] ?
cfg80211_send_deauth+0x62/0x80 [cfg80211]
Aug 17 17:45:57 tux kernel: [  432.637832]  [<ffffffffa00c5918>]
__cfg80211_send_deauth+0x228/0x2a0 [cfg80211]
Aug 17 17:45:57 tux kernel: [  432.637856]  [<ffffffffa00c5a01>]
cfg80211_send_deauth+0x71/0x80 [cfg80211]
Aug 17 17:45:57 tux kernel: [  432.637892]  [<ffffffffa021cbc0>]
ieee80211_sta_work+0x380/0x1100 [mac80211]
Aug 17 17:45:57 tux kernel: [  432.637923]  [<ffffffffa021c840>] ?
ieee80211_sta_work+0x0/0x1100 [mac80211]
Aug 17 17:45:57 tux kernel: [  432.637934]  [<ffffffff8106de80>]
worker_thread+0x1d0/0x380
Aug 17 17:45:57 tux kernel: [  432.637943]  [<ffffffff8106de2e>] ?
worker_thread+0x17e/0x380
Aug 17 17:45:57 tux kernel: [  432.637954]  [<ffffffff81073630>] ?
autoremove_wake_function+0x0/0x40
Aug 17 17:45:57 tux kernel: [  432.637964]  [<ffffffff8106dcb0>] ?
worker_thread+0x0/0x380
Aug 17 17:45:57 tux kernel: [  432.637973]  [<ffffffff81073266>]
kthread+0xa6/0xb0
Aug 17 17:45:57 tux kernel: [  432.637983]  [<ffffffff810130ca>]
child_rip+0xa/0x20
Aug 17 17:45:57 tux kernel: [  432.637995]  [<ffffffff81012a50>] ?
restore_args+0x0/0x30
Aug 17 17:46:06 tux kernel: [  432.638004]  [<ffffffff810731c0>] ?
kthread+0x0/0xb0
Aug 17 17:46:06 tux kernel: [  432.638013]  [<ffffffff810130c0>] ?
child_rip+0x0/0x20
Aug 17 17:46:06 tux kernel: [  432.638019] ---[ end trace 7ef91a8a6ee731a2 ]---


It seems I can get the second warning triggered when I disconnect due
to no probe response from AP:


[ 1060.261105] No probe response from AP <AP-MAC-ADDRESS>after 500ms,
disconnecting.
[ 1060.264257] phy1: device now idle
[ 1060.268293] phy1: Removed STA <AP-MAC-ADDRESS>
[ 1060.290788] phy1: Destroyed STA <AP-MAC-ADDRESS>
[ 1060.290961] wlan6: deauthenticating by local choice (reason=3)
[ 1060.291025] ------------[ cut here ]------------
[ 1060.291057] WARNING: at net/wireless/sme.c:610
__cfg80211_disconnected+0x1fb/0x260 [cfg80211]()
[ 1060.291064] Hardware name: 7660A14
[ 1060.291069] deauth failed: -67
[ 1060.291073] Modules linked in: ar9170usb mac80211 ath cfg80211
<bleh> [last unloaded: ar9170usb]
[ 1060.291230] Pid: 5525, comm: phy1 Tainted: G        W  2.6.31-rc6-wl #139
[ 1060.291237] Call Trace:
[ 1060.291252]  [<ffffffff810585a8>] warn_slowpath_common+0x78/0xb0
[ 1060.291262]  [<ffffffff8105863c>] warn_slowpath_fmt+0x3c/0x40
[ 1060.291287]  [<ffffffffa018682b>]
__cfg80211_disconnected+0x1fb/0x260 [cfg80211]
[ 1060.291312]  [<ffffffffa01849f2>] ? cfg80211_send_deauth+0x62/0x80 [cfg80211]
[ 1060.291336]  [<ffffffffa0184918>]
__cfg80211_send_deauth+0x228/0x2a0 [cfg80211]
[ 1060.291359]  [<ffffffffa0184a01>] cfg80211_send_deauth+0x71/0x80 [cfg80211]
[ 1060.291394]  [<ffffffffa03d9c1f>]
ieee80211_send_deauth_disassoc+0x14f/0x170 [mac80211]
[ 1060.291425]  [<ffffffffa03dd52b>] ieee80211_sta_work+0xceb/0x1100 [mac80211]
[ 1060.291456]  [<ffffffffa03dc840>] ? ieee80211_sta_work+0x0/0x1100 [mac80211]
[ 1060.291466]  [<ffffffff8106de80>] worker_thread+0x1d0/0x380
[ 1060.291475]  [<ffffffff8106de2e>] ? worker_thread+0x17e/0x380
[ 1060.291487]  [<ffffffff8152977b>] ? _spin_unlock_irqrestore+0x3b/0x70
[ 1060.291499]  [<ffffffff81073630>] ? autoremove_wake_function+0x0/0x40
[ 1060.291509]  [<ffffffff8106dcb0>] ? worker_thread+0x0/0x380
[ 1060.291518]  [<ffffffff81073266>] kthread+0xa6/0xb0
[ 1060.291529]  [<ffffffff810130ca>] child_rip+0xa/0x20
[ 1060.291540]  [<ffffffff81012a50>] ? restore_args+0x0/0x30
[ 1060.291549]  [<ffffffff810731c0>] ? kthread+0x0/0xb0
[ 1060.291557]  [<ffffffff810130c0>] ? child_rip+0x0/0
[ 1060.291564] ---[ end trace 7ef91a8a6ee731a3 ]---
[ 1060.428931] phy1: device no longer idle - scanning
[ 1068.424002] phy1: device now idle
[ 1073.259516] phy1: device no longer idle - scanning
[ 1081.234199] phy1: device now idle
[ 1086.357427] phy1: device no longer idle - scanning
[ 1094.366167] phy1: device now idle
[ 1099.247884] phy1: device no longer idle - scanning

Then I got this one with ath9k:

[ 1354.441346] wlan3: deauthenticating by local choice (reason=3)
[ 1354.442954] phy0: Removed STA <AP-MAC-ADDRESS>
[ 1354.454405] phy0: Destroyed STA <AP-MAC-ADDRESS>
[ 1354.489555] phy0: device now idle
[ 1354.569311] ------------[ cut here ]------------
[ 1354.569323] WARNING: at kernel/mutex.c:207 __mutex_lock_common+0x39b/0x3d0()
[ 1354.569326] Hardware name: 7660A14
[ 1354.569329] Modules linked in: ath9k(-) mac80211 ath cfg80211
<bleh>  [last unloaded: cfg80211]
[ 1354.569402] Pid: 10, comm: events/1 Tainted: G        W  2.6.31-rc6-wl #139
[ 1354.569406] Call Trace:
[ 1354.569412]  [<ffffffff810585a8>] warn_slowpath_common+0x78/0xb0
[ 1354.569416]  [<ffffffff810585ef>] warn_slowpath_null+0xf/0x20
[ 1354.569421]  [<ffffffff81527f7b>] __mutex_lock_common+0x39b/0x3d0
[ 1354.569435]  [<ffffffffa00c752a>] ?
cfg80211_sme_scan_done+0x4a/0x150 [cfg80211]
[ 1354.569445]  [<ffffffffa00c752a>] ?
cfg80211_sme_scan_done+0x4a/0x150 [cfg80211]
[ 1354.569450]  [<ffffffff81528091>] mutex_lock_nested+0x41/0x50
[ 1354.569459]  [<ffffffffa00c752a>] cfg80211_sme_scan_done+0x4a/0x150
[cfg80211]
[ 1354.569469]  [<ffffffffa00b9b9a>] ___cfg80211_scan_done+0x3a/0xd0 [cfg80211]
[ 1354.569479]  [<ffffffffa00b9c30>] ? __cfg80211_scan_done+0x0/0x50 [cfg80211]
[ 1354.569488]  [<ffffffffa00b9c30>] ? __cfg80211_scan_done+0x0/0x50 [cfg80211]
[ 1354.569497]  [<ffffffffa00b9c54>] __cfg80211_scan_done+0x24/0x50 [cfg80211]
[ 1354.569502]  [<ffffffff8106de80>] worker_thread+0x1d0/0x380
[ 1354.569506]  [<ffffffff8106de2e>] ? worker_thread+0x17e/0x380
[ 1354.569510]  [<ffffffff81073630>] ? autoremove_wake_function+0x0/0x40
[ 1354.569514]  [<ffffffff8106dcb0>] ? worker_thread+0x0/0x380
[ 1354.569518]  [<ffffffff81073266>] kthread+0xa6/0xb0
[ 1354.569523]  [<ffffffff810130ca>] child_rip+0xa/0x20
[ 1354.569528]  [<ffffffff81012a50>] ? restore_args+0x0/0x30
[ 1354.569532]  [<ffffffff810731c0>] ? kthread+0x0/0xb0
[ 1354.569535]  [<ffffffff810130c0>] ? child_rip+0x0/0x20
[ 1354.569538] ---[ end trace 7ef91a8a6ee731a4 ]---
[ 1354.816457] ath9k 0000:16:00.0: PCI INT A disabled
[ 1354.816833] ath9k: Driver unloaded

  Luis

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Few warnings from master-2009-08-17
  2009-08-18  1:04 Few warnings from master-2009-08-17 Luis R. Rodriguez
@ 2009-08-21  9:42 ` Johannes Berg
  2009-08-24 18:21   ` Luis R. Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Johannes Berg @ 2009-08-21  9:42 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 2766 bytes --]

On Mon, 2009-08-17 at 18:04 -0700, Luis R. Rodriguez wrote:

> Aug 17 17:45:06 tux kernel: [  380.596120] usb 1-3: firmware:
> requesting ar9170.fw

it would help if you turned off linebreaks for messages just like for
patches :)

> Aug 17 17:45:50 tux kernel: [  424.812910] ------------[ cut here ]------------
> Aug 17 17:45:50 tux kernel: [  424.812928] WARNING: at
> net/wireless/sme.c:610 __cfg80211_disconnected+0x1fb/0x260
> [cfg80211]()
> Aug 17 17:45:50 tux kernel: [  424.812931] Hardware name: 7660A14
> Aug 17 17:45:50 tux kernel: [  424.812933] deauth failed: -67

what was before that?

> It seems I can get the second warning triggered when I disconnect due
> to no probe response from AP:
> 
> 
> [ 1060.261105] No probe response from AP <AP-MAC-ADDRESS>after 500ms,
> disconnecting.
> [ 1060.264257] phy1: device now idle
> [ 1060.268293] phy1: Removed STA <AP-MAC-ADDRESS>
> [ 1060.290788] phy1: Destroyed STA <AP-MAC-ADDRESS>
> [ 1060.290961] wlan6: deauthenticating by local choice (reason=3)
> [ 1060.291025] ------------[ cut here ]------------
> [ 1060.291057] WARNING: at net/wireless/sme.c:610
> __cfg80211_disconnected+0x1fb/0x260 [cfg80211]()

Hmm, I can't:

# ip link set wlan0 down # that's the AP

[  311.040157] wlan1: detected beacon loss from AP - sending probe request
[  311.540219] No probe response from AP 02:00:00:00:00:00 after 500ms, try 1
[  312.040147] No probe response from AP 02:00:00:00:00:00 after 500ms, try 2
[  312.540138] No probe response from AP 02:00:00:00:00:00 after 500ms, try 3
[  313.040170] No probe response from AP 02:00:00:00:00:00 after 500ms, try 4
[  313.540203] No probe response from AP 02:00:00:00:00:00 after 500ms, disconnecting.
[  313.543275] phy1:mac80211_hwsim_conf_tx (queue=0 txop=47 cw_min=3 cw_max=7 aifs=2)
[  313.546169] phy1:mac80211_hwsim_conf_tx (queue=1 txop=94 cw_min=7 cw_max=15 aifs=2)
[  313.549090] phy1:mac80211_hwsim_conf_tx (queue=2 txop=0 cw_min=15 cw_max=1023 aifs=3)
[  313.579536] phy1:mac80211_hwsim_conf_tx (queue=3 txop=0 cw_min=15 cw_max=1023 aifs=7)
[  313.582070] phy1: device now idle
[  313.583148] phy1:mac80211_hwsim_config (freq=2432 idle=1 ps=0)
[  313.585026] phy1:mac80211_hwsim_bss_info_changed(changed=0x8f)
[  313.586871] phy1:mac80211_hwsim_bss_info_changed: BSSID changed: 00:00:00:00:00:00
[  313.589350]   phy1: ASSOC: assoc=0 aid=1
[  313.590685]   phy1: ERP_CTS_PROT: 0
[  313.591840]   phy1: ERP_PREAMBLE: 0
[  313.592979]   phy1: ERP_SLOT: 0
[  313.594020] phy1: Removed STA 02:00:00:00:00:00
[  313.630576] phy1: Destroyed STA 02:00:00:00:00:00
[  313.790503] phy1: device no longer idle - scanning


Ok, so this is hwsim, but shouldn't make a difference at this level.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Few warnings from master-2009-08-17
  2009-08-21  9:42 ` Johannes Berg
@ 2009-08-24 18:21   ` Luis R. Rodriguez
  2009-08-24 19:37     ` Johannes Berg
  0 siblings, 1 reply; 6+ messages in thread
From: Luis R. Rodriguez @ 2009-08-24 18:21 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Fri, Aug 21, 2009 at 2:42 AM, Johannes Berg<johannes@sipsolutions.net> wrote:
> On Mon, 2009-08-17 at 18:04 -0700, Luis R. Rodriguez wrote:
>
>> Aug 17 17:45:50 tux kernel: [  424.812910] ------------[ cut here ]------------
>> Aug 17 17:45:50 tux kernel: [  424.812928] WARNING: at
>> net/wireless/sme.c:610 __cfg80211_disconnected+0x1fb/0x260
>> [cfg80211]()
>> Aug 17 17:45:50 tux kernel: [  424.812931] Hardware name: 7660A14
>> Aug 17 17:45:50 tux kernel: [  424.812933] deauth failed: -67
>
> what was before that?

[ 1058.261102] No probe response from AP <AP-mac-address> after 500ms, try 1
[ 1058.761100] No probe response from AP <AP-mac-address> after 500ms, try 2
[ 1059.261122] No probe response from AP <AP-mac-address> after 500ms, try 3
[ 1059.761105] No probe response from AP <AP-mac-address> after 500ms, try 4
[ 1060.261105] No probe response from AP <AP-mac-address> after 500ms,
disconnecting.
[ 1060.264257] phy1: device now idle
[ 1060.268293] phy1: Removed STA <AP-mac-address>
[ 1060.290788] phy1: Destroyed STA <AP-mac-address>
[ 1060.290961] wlan6: deauthenticating by local choice (reason=3)

  Luis

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Few warnings from master-2009-08-17
  2009-08-24 18:21   ` Luis R. Rodriguez
@ 2009-08-24 19:37     ` Johannes Berg
  2009-08-24 19:43       ` Luis R. Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Johannes Berg @ 2009-08-24 19:37 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 751 bytes --]

On Mon, 2009-08-24 at 11:21 -0700, Luis R. Rodriguez wrote:

> [ 1058.261102] No probe response from AP <AP-mac-address> after 500ms, try 1
> [ 1058.761100] No probe response from AP <AP-mac-address> after 500ms, try 2
> [ 1059.261122] No probe response from AP <AP-mac-address> after 500ms, try 3
> [ 1059.761105] No probe response from AP <AP-mac-address> after 500ms, try 4
> [ 1060.261105] No probe response from AP <AP-mac-address> after 500ms,
> disconnecting.
> [ 1060.264257] phy1: device now idle
> [ 1060.268293] phy1: Removed STA <AP-mac-address>
> [ 1060.290788] phy1: Destroyed STA <AP-mac-address>
> [ 1060.290961] wlan6: deauthenticating by local choice (reason=3)

Ok, but I don't see the warning after that.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Few warnings from master-2009-08-17
  2009-08-24 19:37     ` Johannes Berg
@ 2009-08-24 19:43       ` Luis R. Rodriguez
  2009-08-24 19:50         ` Johannes Berg
  0 siblings, 1 reply; 6+ messages in thread
From: Luis R. Rodriguez @ 2009-08-24 19:43 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Mon, Aug 24, 2009 at 12:37 PM, Johannes
Berg<johannes@sipsolutions.net> wrote:
> On Mon, 2009-08-24 at 11:21 -0700, Luis R. Rodriguez wrote:
>
>> [ 1058.261102] No probe response from AP <AP-mac-address> after 500ms, try 1
>> [ 1058.761100] No probe response from AP <AP-mac-address> after 500ms, try 2
>> [ 1059.261122] No probe response from AP <AP-mac-address> after 500ms, try 3
>> [ 1059.761105] No probe response from AP <AP-mac-address> after 500ms, try 4
>> [ 1060.261105] No probe response from AP <AP-mac-address> after 500ms,
>> disconnecting.
>> [ 1060.264257] phy1: device now idle
>> [ 1060.268293] phy1: Removed STA <AP-mac-address>
>> [ 1060.290788] phy1: Destroyed STA <AP-mac-address>
>> [ 1060.290961] wlan6: deauthenticating by local choice (reason=3)
>
> Ok, but I don't see the warning after that.

Well it was in the e-mail. Here is some log, not sure if it was the
exact same one from that day but it does seem the capture the entire
thing:

[ 1058.261102] No probe response from AP  <AP-mac-address> after 500ms, try 1
[ 1058.761100] No probe response from AP  <AP-mac-address> after 500ms, try 2
[ 1059.261122] No probe response from AP  <AP-mac-address> after 500ms, try 3
[ 1059.761105] No probe response from AP  <AP-mac-address> after 500ms, try 4
[ 1060.261105] No probe response from AP  <AP-mac-address> after
500ms, disconnecting.
[ 1060.264257] phy1: device now idle
[ 1060.268293] phy1: Removed STA  <AP-mac-address>
[ 1060.290788] phy1: Destroyed STA  <AP-mac-address>
[ 1060.290961] wlan6: deauthenticating by local choice (reason=3)
[ 1060.291025] ------------[ cut here ]------------
[ 1060.291057] WARNING: at net/wireless/sme.c:610
__cfg80211_disconnected+0x1fb/0x260 [cfg80211]()
[ 1060.291064] Hardware name: 7660A14
[ 1060.291069] deauth failed: -67
[ 1060.291073] Modules linked in: ar9170usb mac80211 ath cfg80211
<bleh> [last unloaded: ar9170usb]
[ 1060.291230] Pid: 5525, comm: phy1 Tainted: G        W  2.6.31-rc6-wl #139
[ 1060.291237] Call Trace:
[ 1060.291252]  [<ffffffff810585a8>] warn_slowpath_common+0x78/0xb0
[ 1060.291262]  [<ffffffff8105863c>] warn_slowpath_fmt+0x3c/0x40
[ 1060.291287]  [<ffffffffa018682b>]
__cfg80211_disconnected+0x1fb/0x260 [cfg80211]
[ 1060.291312]  [<ffffffffa01849f2>] ? cfg80211_send_deauth+0x62/0x80 [cfg80211]
[ 1060.291336]  [<ffffffffa0184918>]
__cfg80211_send_deauth+0x228/0x2a0 [cfg80211]
[ 1060.291359]  [<ffffffffa0184a01>] cfg80211_send_deauth+0x71/0x80 [cfg80211]
[ 1060.291394]  [<ffffffffa03d9c1f>]
ieee80211_send_deauth_disassoc+0x14f/0x170 [mac80211]
[ 1060.291425]  [<ffffffffa03dd52b>] ieee80211_sta_work+0xceb/0x1100 [mac80211]
[ 1060.291456]  [<ffffffffa03dc840>] ? ieee80211_sta_work+0x0/0x1100 [mac80211]
[ 1060.291466]  [<ffffffff8106de80>] worker_thread+0x1d0/0x380
[ 1060.291475]  [<ffffffff8106de2e>] ? worker_thread+0x17e/0x380
[ 1060.291487]  [<ffffffff8152977b>] ? _spin_unlock_irqrestore+0x3b/0x70
[ 1060.291499]  [<ffffffff81073630>] ? autoremove_wake_function+0x0/0x40
[ 1060.291509]  [<ffffffff8106dcb0>] ? worker_thread+0x0/0x380
[ 1060.291518]  [<ffffffff81073266>] kthread+0xa6/0xb0
[ 1060.291529]  [<ffffffff810130ca>] child_rip+0xa/0x20

[ 1060.291540]  [<ffffffff81012a50>] ? restore_args+0x0/0x30
[ 1060.291549]  [<ffffffff810731c0>] ? kthread+0x0/0xb0
[ 1060.291557]  [<ffffffff810130c0>] ? child_rip+0x0/0x20
[ 1060.291564] ---[ end trace 7ef91a8a6ee731a3 ]---
[ 1060.428931] phy1: device no longer idle - scanning
[ 1068.424002] phy1: device now idle
[ 1073.259516] phy1: device no longer idle - scanning
[ 1081.234199] phy1: device now idle
[ 1086.357427] phy1: device no longer idle - scanning
[ 1094.366167] phy1: device now idle

Let me know if this helps or if you need something more recent.

  Luis

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Few warnings from master-2009-08-17
  2009-08-24 19:43       ` Luis R. Rodriguez
@ 2009-08-24 19:50         ` Johannes Berg
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Berg @ 2009-08-24 19:50 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]

On Mon, 2009-08-24 at 12:43 -0700, Luis R. Rodriguez wrote:

> > Ok, but I don't see the warning after that.
> 
> Well it was in the e-mail. Here is some log, not sure if it was the
> exact same one from that day but it does seem the capture the entire
> thing:
> 
> [ 1058.261102] No probe response from AP  <AP-mac-address> after 500ms, try 1
> [ 1058.761100] No probe response from AP  <AP-mac-address> after 500ms, try 2
> [ 1059.261122] No probe response from AP  <AP-mac-address> after 500ms, try 3
> [ 1059.761105] No probe response from AP  <AP-mac-address> after 500ms, try 4
> [ 1060.261105] No probe response from AP  <AP-mac-address> after
> 500ms, disconnecting.
> [ 1060.264257] phy1: device now idle
> [ 1060.268293] phy1: Removed STA  <AP-mac-address>
> [ 1060.290788] phy1: Destroyed STA  <AP-mac-address>
> [ 1060.290961] wlan6: deauthenticating by local choice (reason=3)
> [ 1060.291025] ------------[ cut here ]------------
> [ 1060.291057] WARNING: at net/wireless/sme.c:610
> __cfg80211_disconnected+0x1fb/0x260 [cfg80211]()

Well, yes, I just can't reproduce the warning. Need better instructions
how you do that.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-24 19:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-18  1:04 Few warnings from master-2009-08-17 Luis R. Rodriguez
2009-08-21  9:42 ` Johannes Berg
2009-08-24 18:21   ` Luis R. Rodriguez
2009-08-24 19:37     ` Johannes Berg
2009-08-24 19:43       ` Luis R. Rodriguez
2009-08-24 19:50         ` Johannes Berg

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).