Mohammed Shafi Shajakhan
6a6b3f3e13
ath9k: Fix kernel panic on unplugging the device
when the device is yanked out ath_pci_remove starts doing the cleanups,
unregistering the hardware etc. so we should bail out immediately when
we get drv_flush callback from mac80211 when the card is being unplugged.
the panic occurs after we had associated to an AP.
EIP: 0060:[<fb315b00>] EFLAGS: 00010246 CPU: 0
EIP is at ath_reset+0xa0/0x1c0 [ath9k]
EAX: 00000000 EBX: 000697c0 ECX: 00000002 EDX: f3c3ccf0
ESI: 00000000 EDI: 00000000 EBP: f43e7b78 ESP: f43e7b50
DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
Process kworker/u:2 (pid: 182, ti=f43e6000 task=f3c3c7c0
task.ti=f43e6000)
Stack:
0000002a 00000000 00000000 003e7b78 0000000f eaaa8500
ffffffea eaaa97c0
eaaaa000 00000001 f43e7ba8 fb315d23 f99e7721 ecece680
eaaac738 eaaa8500
eaaaa020 000000c8 000000c8 00000000 eaaa8d58 eaaa8500
f43e7bd0 fb080b29
Call Trace:
[<fb315d23>] ath9k_flush+0x103/0x170 [ath9k]
[<fb080b29>] __ieee80211_recalc_idle+0x2c9/0x400
[mac80211]
[<fb080c8e>] ieee80211_recalc_idle+0x2e/0x60 [mac80211]
[<fb07aa73>] ieee80211_mgd_deauth+0x173/0x210 [mac80211]
[<fb084559>] ieee80211_deauth+0x19/0x20 [mac80211]
[<f99dda53>] __cfg80211_mlme_deauth+0xf3/0x140
[cfg80211]
[<c0633d00>] ? __mutex_lock_common+0x1f0/0x380
[<f99e1b5d>] __cfg80211_disconnect+0x18d/0x1f0
[cfg80211]
[<f99c8199>] cfg80211_netdev_notifier_call+0x159/0x5c0
[cfg80211]
[<c0608a64>] ? packet_notifier+0x174/0x1f0
[<c0639202>] notifier_call_chain+0x82/0xb0
[<c0170d8f>] raw_notifier_call_chain+0x1f/0x30
[<c053b86c>] call_netdevice_notifiers+0x2c/0x60
[<c0182184>] ? trace_hardirqs_on_caller+0xf4/0x180
[<c053b8ec>] __dev_close_many+0x4c/0xd0
[<c053ba2d>] dev_close_many+0x6d/0xc0
[<c053bb53>] rollback_registered_many+0x93/0x1c0
[<c018221b>] ? trace_hardirqs_on+0xb/0x10
[<c053bc95>] unregister_netdevice_many+0x15/0x50
[<fb07f83b>] ieee80211_remove_interfaces+0x7b/0xb0
[mac80211]
[<fb06a14b>] ieee80211_unregister_hw+0x4b/0x110
[mac80211]
[<fb311a4a>] ath9k_deinit_device+0x3a/0x60 [ath9k]
[<fb31eed6>] ath_pci_remove+0x46/0x90 [ath9k]
[<c03b4ac4>] pci_device_remove+0x44/0x100
[<c043eb54>] __device_release_driver+0x64/0xb0
[<c043ec67>] device_release_driver+0x27/0x40
[<c043deeb>] bus_remove_device+0x7b/0xa0
[<c043c491>] device_del+0xf1/0x180
[<c043c530>] device_unregister+0x10/0x20
[<c03afafe>] pci_stop_bus_device+0x6e/0x80
[<c03afb72>] pci_remove_bus_device+0x12/0xa0
[<c03c2f29>] pciehp_unconfigure_device+0x89/0x180
[<c0181e54>] ? mark_held_locks+0x64/0x100
[<c063390f>] ? __mutex_unlock_slowpath+0xaf/0x140
[<c03c1f84>] pciehp_disable_slot+0x64/0x1b0
[<c03c2850>] pciehp_power_thread+0xd0/0x100
[<c0164ad0>] ? process_one_work+0x100/0x4d0
[<c0164b4c>] process_one_work+0x17c/0x4d0
[<c0164ad0>] ? process_one_work+0x100/0x4d0
[<c03c2780>] ? queue_interrupt_event+0xa0/0xa0
[<c01662bb>] worker_thread+0x13b/0x320
[<c018221b>] ? trace_hardirqs_on+0xb/0x10
[<c0166180>] ? manage_workers+0x1e0/0x1e0
[<c016a654>] kthread+0x84/0x90
[<c016a5d0>] ? __init_kthread_worker+0x60/0x60
[<c063d106>] kernel_thread_helper+0x6/0x10
Cc: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-09-13 14:18:39 -04:00
..
2011-06-21 15:48:29 -07:00
2011-06-06 22:55:11 -07:00
2011-06-30 22:13:38 -07:00
2011-07-21 13:47:54 -07:00
2011-07-21 13:47:54 -07:00
2011-07-26 16:49:47 -07:00
2011-07-21 21:32:54 -07:00
2011-07-23 20:01:15 -07:00
2011-07-24 13:11:40 -07:00
2011-07-27 22:39:30 -07:00
2011-07-07 00:26:31 -07:00
2011-07-25 13:56:39 -07:00
2011-07-21 13:47:54 -07:00
2011-04-11 13:44:25 -07:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-07-21 13:47:54 -07:00
2011-07-21 22:53:41 -07:00
2011-07-12 22:07:56 -07:00
2011-07-21 13:47:53 -07:00
2011-07-21 13:47:55 -07:00
2011-07-25 13:56:39 -07:00
2011-07-26 16:49:47 -07:00
2011-06-10 14:55:36 +02:00
2011-07-23 20:01:15 -07:00
2011-07-21 13:47:55 -07:00
2011-07-25 13:56:39 -07:00
2011-05-22 21:41:57 -07:00
2011-07-21 22:57:38 -07:00
2011-07-21 13:47:56 -07:00
2011-06-06 22:55:11 -07:00
2011-07-22 14:50:12 -07:00
2011-06-29 06:02:05 -07:00
2011-07-21 21:32:54 -07:00
2011-06-11 16:00:18 -07:00
2011-05-22 21:41:57 -07:00
2011-05-24 13:28:35 -07:00
2011-07-26 16:49:47 -07:00
2011-07-21 13:47:57 -07:00
2011-07-23 20:01:15 -07:00
2011-07-14 08:43:32 -07:00
2011-03-31 11:26:23 -03:00
2011-07-21 15:29:16 -07:00
2011-05-25 15:35:32 -07:00
2011-06-21 15:48:29 -07:00
2011-07-21 13:38:42 -07:00
2011-07-27 22:39:31 -07:00
2011-07-21 20:39:47 -07:00
2011-07-21 13:47:57 -07:00
2011-07-27 22:39:30 -07:00
2011-07-26 16:49:47 -07:00
2011-09-13 14:18:39 -04:00
2011-06-30 11:19:09 -07:00
2011-05-31 19:28:32 -07:00
2011-03-31 11:26:23 -03:00
2009-09-01 01:13:50 -07:00
2011-06-20 22:29:08 -07:00
2010-05-10 05:01:31 -07:00
2010-12-21 02:16:08 -08:00
2011-05-31 19:28:32 -07:00
2010-11-09 09:17:56 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-06-03 03:18:23 -07:00
2011-07-08 09:03:20 -07:00
2011-07-15 08:08:26 -07:00
2011-07-05 23:23:37 -07:00
2009-09-01 01:14:07 -07:00
2011-06-06 22:55:11 -07:00
2009-09-01 01:14:07 -07:00
2010-11-09 09:17:56 -08:00
2011-07-08 09:03:20 -07:00
2011-06-06 22:55:11 -07:00
2011-07-25 16:16:00 -07:00
2011-07-25 16:16:00 -07:00
2011-07-21 13:47:54 -07:00
2011-07-21 13:47:54 -07:00
2011-06-11 14:58:17 -07:00
2011-06-24 17:31:36 -07:00
2009-12-04 15:39:55 +01:00
2011-03-31 11:26:23 -03:00
2011-05-19 18:19:10 +02:00
2010-10-24 13:41:39 -07:00
2010-12-11 12:01:48 -08:00
2010-09-09 21:36:39 -07:00
2011-02-21 13:49:48 +01:00
2011-07-25 13:56:39 -07:00
2009-06-15 03:02:23 -07:00
2011-07-25 13:56:39 -07:00
2010-08-24 12:24:07 -07:00
2011-06-17 00:19:09 -04:00
2011-01-10 13:31:14 -08:00
2011-07-08 09:03:20 -07:00
2009-04-04 16:51:14 -07:00
2011-07-21 12:38:32 -07:00
2011-07-14 08:46:08 -07:00
2011-07-21 14:10:00 +02:00
2011-07-26 16:49:47 -07:00
2011-03-31 11:26:23 -03:00
2011-06-15 10:56:37 -04:00
2011-07-21 12:38:32 -07:00
2011-07-21 12:38:32 -07:00
2011-06-21 16:06:11 -07:00
2011-07-26 16:49:47 -07:00
2011-03-14 16:49:28 -07:00
2010-07-14 13:40:36 -07:00
2011-06-21 15:48:29 -07:00
2011-03-22 19:25:05 -07:00
2011-07-25 13:56:39 -07:00
2010-09-24 07:40:29 -07:00
2010-05-10 05:01:31 -07:00
2010-09-26 18:34:29 -07:00
2011-07-08 09:03:20 -07:00
2010-09-26 18:34:29 -07:00
2011-07-04 20:27:29 -07:00
2011-06-21 15:48:29 -07:00
2010-01-07 23:54:26 -08:00
2011-06-11 15:54:52 -07:00
2009-11-11 19:22:21 -08:00
2011-06-13 17:26:15 -04:00
2009-03-11 23:26:02 -07:00
2011-05-05 10:57:45 -07:00
2011-06-06 22:55:11 -07:00
2011-06-06 22:55:11 -07:00
2011-04-29 14:03:01 -07:00
2011-06-24 11:20:14 +02:00
2008-12-29 18:42:33 -08:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:01 -07:00
2011-06-21 15:48:29 -07:00
2011-03-03 13:30:20 -08:00
2011-06-06 22:55:11 -07:00
2011-03-31 11:26:23 -03:00
2011-07-25 13:56:39 -07:00
2011-07-08 09:03:20 -07:00
2011-06-21 15:48:29 -07:00
2011-02-28 13:22:44 -07:00
2011-07-25 13:56:39 -07:00
2011-02-28 13:22:44 -07:00
2011-07-08 09:03:20 -07:00
2011-03-31 11:26:23 -03:00
2011-07-27 22:39:30 -07:00
2011-02-28 13:22:44 -07:00
2010-06-03 03:18:23 -07:00
2011-06-11 15:50:31 -07:00
2011-06-11 15:50:31 -07:00
2011-04-29 12:41:59 -07:00
2011-03-03 12:19:11 -08:00
2011-07-21 13:47:55 -07:00
2011-06-10 14:55:36 +02:00
2010-03-30 22:02:32 +09:00
2011-07-27 22:39:30 -07:00
2011-07-21 13:47:55 -07:00
2011-07-05 23:23:37 -07:00
2011-04-17 17:47:36 -07:00
2011-06-21 15:48:29 -07:00
2011-07-08 09:03:20 -07:00
2011-03-31 11:26:23 -03:00
2011-06-06 22:55:11 -07:00
2011-06-06 22:55:11 -07:00
2011-06-13 18:32:36 -04:00
2011-05-12 16:59:57 -04:00
2011-05-31 19:28:32 -07:00
2011-03-31 11:26:23 -03:00
2011-07-26 16:49:47 -07:00
2010-09-06 18:21:56 -07:00
2011-07-27 22:39:30 -07:00
2011-07-08 09:03:20 -07:00
2011-06-06 22:55:11 -07:00
2010-03-30 23:42:26 -07:00
2011-07-04 20:27:29 -07:00
2010-07-12 20:21:44 -07:00
2011-07-21 20:21:27 -07:00
2011-07-21 13:47:55 -07:00
2011-07-16 12:35:27 -07:00
2011-07-08 09:03:20 -07:00
2011-06-06 22:55:11 -07:00
2011-07-08 09:03:20 -07:00
2011-06-06 22:55:11 -07:00
2010-05-05 21:27:44 -07:00
2011-07-08 09:03:20 -07:00
2010-11-09 09:17:56 -08:00
2011-05-19 09:55:43 +01:00
2010-03-30 22:02:32 +09:00
2011-06-24 17:31:37 -07:00
2010-11-09 09:17:56 -08:00
2011-06-29 02:55:59 -07:00
2010-09-01 08:55:23 -06:00
2010-05-26 20:44:30 -07:00
2011-06-06 22:55:11 -07:00
2011-05-08 15:59:12 -07:00
2011-03-31 11:26:23 -03:00
2010-07-05 19:41:18 -07:00
2010-08-25 15:35:43 -07:00
2011-07-25 13:56:39 -07:00
2008-10-08 16:29:57 -07:00
2011-06-06 22:55:11 -07:00
2011-06-21 15:48:29 -07:00
2010-07-12 20:21:44 -07:00
2011-07-27 22:39:30 -07:00
2011-07-07 04:41:24 -07:00
2011-07-27 22:39:31 -07:00
2011-04-29 14:03:01 -07:00
2010-09-26 18:34:29 -07:00
2011-03-31 11:26:23 -03:00
2011-05-05 14:59:02 -07:00
2011-06-11 16:00:18 -07:00
2011-07-25 13:56:39 -07:00
2010-03-30 22:02:32 +09:00
2011-07-25 13:56:39 -07:00
2010-05-14 00:19:28 -07:00
2010-05-14 00:19:28 -07:00
2011-05-31 19:28:32 -07:00
2011-05-12 16:59:57 -04:00
2010-07-05 20:08:05 -07:00
2011-05-22 21:01:19 -04:00
2011-06-06 22:55:11 -07:00
2010-12-21 02:16:08 -08:00
2010-12-21 02:16:08 -08:00
2010-05-14 00:19:28 -07:00
2011-06-27 21:40:45 -07:00
2011-04-06 14:35:23 -07:00
2011-07-21 13:47:56 -07:00
2010-08-17 02:31:15 -07:00
2011-05-22 21:41:57 -07:00
2009-04-27 02:53:49 -07:00
2011-03-31 11:26:23 -03:00
2011-07-08 09:03:20 -07:00
2011-07-13 02:29:59 -07:00
2011-06-20 22:29:08 -07:00
2011-06-29 05:48:41 -07:00
2011-07-26 16:49:47 -07:00
2011-01-10 16:13:33 -08:00
2011-06-06 22:55:11 -07:00
2011-07-18 11:48:28 -07:00
2010-09-21 18:04:47 -07:00
2011-06-24 02:40:08 -07:00
2011-07-14 16:03:29 -07:00
2011-07-14 16:03:29 -07:00
2011-04-12 14:50:43 -07:00
2010-06-03 03:18:23 -07:00
2011-07-25 13:56:39 -07:00
2011-06-21 15:48:29 -07:00
2011-03-31 11:26:23 -03:00
2011-07-21 13:38:42 -07:00
2011-07-25 13:56:39 -07:00
2011-07-05 23:23:37 -07:00
2010-08-25 15:35:43 -07:00
2009-09-01 01:14:07 -07:00
2010-07-15 20:46:22 -07:00
2011-07-21 13:47:55 -07:00
2011-07-25 13:56:39 -07:00
2010-05-10 05:01:31 -07:00
2010-10-27 12:23:20 -07:00
2011-06-10 14:55:36 +02:00
2011-06-06 22:55:11 -07:00
2010-05-14 00:19:28 -07:00
2011-06-21 19:17:20 -07:00
2011-04-06 06:19:38 -07:00
2011-07-14 07:56:40 -07:00
2011-03-14 14:10:15 -07:00
2011-06-06 22:55:11 -07:00
2011-06-21 15:48:29 -07:00
2011-07-07 00:30:09 -07:00
2011-06-06 22:55:11 -07:00
2011-07-08 08:53:33 -07:00
2011-07-08 08:53:33 -07:00
2011-06-05 14:33:40 -07:00
2011-07-19 16:55:42 -07:00
2011-07-19 16:55:42 -07:00
2011-07-08 09:03:20 -07:00
2011-03-31 11:26:23 -03:00
2011-07-08 09:03:20 -07:00
2010-02-15 09:27:02 -08:00
2011-07-08 09:03:20 -07:00
2011-06-06 22:55:11 -07:00
2010-05-14 00:19:28 -07:00
2011-06-06 22:55:11 -07:00
2011-06-20 13:56:54 -07:00
2011-03-30 21:39:22 -07:00
2011-06-19 16:35:31 -07:00
2009-02-20 00:38:51 -08:00
2010-03-30 22:02:32 +09:00
2010-05-10 05:01:31 -07:00
2008-11-12 23:38:36 -08:00
2011-01-03 11:06:35 -08:00
2011-04-29 14:03:01 -07:00
2011-07-21 13:47:55 -07:00
2011-04-15 15:50:39 -07:00
2011-07-21 13:47:56 -07:00
2010-05-14 00:19:28 -07:00
2010-07-05 19:41:11 -07:00
2010-09-26 18:34:29 -07:00
2011-07-08 09:03:20 -07:00
2011-03-31 11:26:23 -03:00
2010-12-26 22:37:05 -08:00
2010-09-26 18:34:29 -07:00
2011-07-25 13:56:39 -07:00
2011-06-02 22:06:42 -07:00
2011-07-08 09:03:20 -07:00
2011-03-31 11:26:23 -03:00
2011-07-08 09:03:20 -07:00
2011-07-08 09:03:20 -07:00
2010-08-06 09:25:50 -06:00
2010-08-19 00:04:34 -07:00
2011-05-22 21:41:57 -07:00
2011-07-21 13:47:55 -07:00
2011-07-21 13:47:55 -07:00
2011-07-27 22:39:32 -07:00
2011-07-27 22:39:32 -07:00
2011-06-06 22:55:11 -07:00
2011-01-24 15:07:06 -08:00
2011-06-06 22:55:11 -07:00
2011-03-31 11:26:23 -03:00
2011-07-27 22:39:30 -07:00
2011-06-21 15:48:29 -07:00
2010-06-03 03:18:23 -07:00
2011-05-23 09:12:26 -07:00
2011-06-30 22:32:49 -07:00
2011-03-31 11:26:23 -03:00
2011-07-27 22:39:30 -07:00
2011-04-17 17:56:37 -07:00
2011-07-23 20:01:16 -07:00
2011-07-21 13:47:56 -07:00
2011-07-21 21:29:34 -07:00
2010-12-21 02:16:08 -08:00
2011-06-21 15:57:05 -07:00
2011-06-21 15:48:29 -07:00
2010-07-12 20:21:45 -07:00
2011-06-21 15:48:29 -07:00
2011-06-05 14:33:40 -07:00
2011-06-24 17:31:37 -07:00