Stanislaw Gruszka
8edcb0ba0d
rt2x00: disable TKIP on USB
On USB we can not get atomically TKIP key. We have to disable support
for TKIP acceleration on USB hardware to avoid bug as showed bellow.
[ 860.827243] BUG: scheduling while atomic: hostapd/3397/0x00000002
<snip>
[ 860.827280] Call Trace:
[ 860.827282] [<ffffffff81682ea6>] dump_stack+0x4d/0x66
[ 860.827284] [<ffffffff8167eb9b>] __schedule_bug+0x47/0x55
[ 860.827285] [<ffffffff81685bb3>] __schedule+0x733/0x7b0
[ 860.827287] [<ffffffff81685c59>] schedule+0x29/0x70
[ 860.827289] [<ffffffff81684f8a>] schedule_timeout+0x15a/0x2b0
[ 860.827291] [<ffffffff8105ac50>] ? ftrace_raw_event_tick_stop+0xc0/0xc0
[ 860.827294] [<ffffffff810c13c2>] ? __module_text_address+0x12/0x70
[ 860.827296] [<ffffffff81686823>] wait_for_completion_timeout+0xb3/0x140
[ 860.827298] [<ffffffff81080fc0>] ? wake_up_state+0x20/0x20
[ 860.827301] [<ffffffff814d5b3d>] usb_start_wait_urb+0x7d/0x150
[ 860.827303] [<ffffffff814d5cd5>] usb_control_msg+0xc5/0x110
[ 860.827305] [<ffffffffa02fb0c6>] rt2x00usb_vendor_request+0xc6/0x160 [rt2x00usb]
[ 860.827307] [<ffffffffa02fb215>] rt2x00usb_vendor_req_buff_lock+0x75/0x150 [rt2x00usb]
[ 860.827309] [<ffffffffa02fb393>] rt2x00usb_vendor_request_buff+0xa3/0xe0 [rt2x00usb]
[ 860.827311] [<ffffffffa023d1a3>] rt2x00usb_register_multiread+0x33/0x40 [rt2800usb]
[ 860.827314] [<ffffffffa05805f9>] rt2800_get_tkip_seq+0x39/0x50 [rt2800lib]
[ 860.827321] [<ffffffffa0480f88>] ieee80211_get_key+0x218/0x2a0 [mac80211]
[ 860.827322] [<ffffffff815cc68c>] ? __nlmsg_put+0x6c/0x80
[ 860.827329] [<ffffffffa051b02e>] nl80211_get_key+0x22e/0x360 [cfg80211]
Cc: stable@vger.kernel.org
Reported-and-tested-by: Peter Wu <lekensteyn@gmail.com>
Reported-and-tested-by: Pontus Fuchs <pontus.fuchs@gmail.com>
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-06-16 11:23:33 -04:00
..
2014-06-12 13:43:08 +02:00
2014-06-09 14:58:36 -07:00
2014-06-02 17:11:03 -07:00
2014-06-12 13:14:19 -07:00
2014-06-15 15:58:03 -10:00
2014-06-12 14:27:40 -07:00
2014-06-02 16:35:49 -07:00
2014-06-11 08:41:17 -07:00
2014-06-12 10:30:18 -07:00
2014-06-15 16:02:20 -10:00
2014-06-04 15:57:20 -07:00
2014-06-03 08:06:56 -07:00
2014-06-12 13:43:02 +02:00
2014-06-12 20:11:38 -07:00
2014-06-11 17:03:19 +10:00
2014-05-24 22:33:51 +09:00
2014-06-10 10:28:45 -07:00
2014-06-02 12:15:19 -07:00
2014-06-04 09:08:25 -07:00
2014-06-05 13:15:32 -07:00
2014-06-12 09:57:00 +02:00
2014-06-12 11:32:30 -07:00
2014-06-11 16:09:14 -07:00
2014-06-05 00:59:05 +02:00
2014-06-12 14:27:40 -07:00
2014-06-12 08:36:50 -07:00
2014-06-06 12:26:57 -07:00
2014-06-03 08:34:00 -07:00
2014-06-12 22:38:32 -07:00
2014-06-09 18:46:02 -07:00
2014-06-06 11:48:46 -07:00
2014-06-04 15:59:13 -07:00
2014-06-04 23:13:41 -07:00
2014-06-12 13:08:09 -07:00
2014-05-27 17:38:11 -07:00
2014-06-12 13:33:29 -07:00
2014-06-12 23:04:28 -07:00
2014-05-28 18:14:16 +02:00
2014-06-12 12:42:32 -07:00
2014-06-03 15:48:23 -07:00
2014-06-12 14:27:40 -07:00
2014-06-12 10:30:18 -07:00
2014-06-16 11:23:33 -04:00
2014-05-26 01:28:28 +02:00
2014-06-04 16:54:17 -07:00
2014-06-12 14:27:40 -07:00
2014-06-06 16:08:15 -07:00
2014-06-12 13:20:24 -07:00
2014-05-27 14:58:24 -06:00
2014-06-03 11:20:32 -07:00
2014-06-10 16:58:32 -07:00
2014-06-03 23:13:00 +02:00
2014-06-04 08:57:16 -07:00
2014-06-11 14:06:55 -07:00
2014-06-06 16:08:13 -07:00
2014-06-11 16:09:14 -07:00
2014-06-02 16:35:49 -07:00
2014-06-10 15:34:47 -07:00
2014-06-12 14:27:40 -07:00
2014-06-14 19:49:48 -05:00
2014-06-06 11:44:09 -07:00
2014-05-26 21:27:09 +02:00
2014-06-02 17:08:43 +01:00
2014-06-12 23:04:28 -07:00
2014-06-12 22:38:32 -07:00
2014-06-11 14:26:21 -07:00
2014-06-12 13:46:37 +02:00
2014-05-27 14:11:06 -07:00
2014-06-12 14:27:40 -07:00
2014-05-27 15:18:48 -07:00
2014-06-07 20:12:15 -07:00
2014-06-12 22:38:32 -07:00
2014-06-12 12:45:50 -07:00
2014-06-12 13:46:37 +02:00
2014-06-10 21:48:16 +02:00
2014-06-12 13:46:37 +02:00
2014-05-23 11:37:46 -05:00
2014-06-03 08:06:56 -07:00