Vasanthakumar Thiagarajan
cbfe89c67b
ath9k: Fix leak in tx descriptor
...
When we reclaim the tx desc, we always assume that the
last desc is a holding desc, which is not true, and skip it.
If the tx queue is drained during channel change, internal
reset and etc, the last descriptor may not be the holding
descriptor and we fail to reclaim them. This results in the
following two issues.
1. Tx stuck - We drop all the frames coming from upper layer
due to shortage in tx desc.
2. Crash - If we fail to reclaim a tx descriptor, we miss to
update the tx BA window with the seq number of the frame
associated to that desc, which, at some point, result in
the following crash due to an assert failure in ath_tx_addto_baw().
This patch fixes these two issues.
kernel BUG at ../drivers/net/wireless/ath/ath9k/xmit.c:180!
[155064.304164] invalid opcode: 0000 [#1 ] SMP
Call Trace:
[<fbc6d83b>] ? ath9k_tx+0xeb/0x160 [ath9k]
[<fbbc9591>] ipv6? __ieee80211_tx+0x41/0x120 [mac80211]
[<fbbcb5ae>] ? aes_i586ieee80211_master_start_xmit+0x28e/0x560 [mac80211]
[<c037e501>] aes_generic? _spin_lock_irqsave+0x31/0x40
[<c02f347b>] ? dev_hard_start_xmit+0x16b/0x1c0
[<c03058b5>] ? __qdisc_run+0x1b5/0x200
[<fbbcda5a>] ? af_packetieee80211_select_queue+0xa/0x100 [mac80211]
[<c02f53b7>] ? i915dev_queue_xmit+0x2e7/0x3f0
[<fbbc9b49>] ? ieee80211_subif_start_xmit+0x369/0x7a0 [mac80211]
[<c031bc35>] ? ip_output+0x55/0xb0
[<c02e0188>] ? show_memcpy_count+0x18/0x60
[<c02eb186>] ? __kfree_skb+0x36/0x90
[<c02f2202>] ? binfmt_miscdev_queue_xmit_nit+0xd2/0x110
[<c02f347b>] ? dev_hard_start_xmit+0x16b/0x1c0
[<c03058b5>] ? __qdisc_run+0x1b5/0x200
[<c033bca7>] ? scoarp_create+0x57/0x2a0
[<c02f53b7>] ? bridgedev_queue_xmit+0x2e7/0x3f0
[<c03034a0>] ? eth_header+0x0/0xc0
[<c033b95f>] stp? arp_xmit+0x5f/0x70
[<c033bf4f>] ? arp_send+0x5f/0x70
[<c033c8f5>] bnep? arp_solicit+0x105/0x210
[<c02fa5aa>] ? neigh_timer_handler+0x19a/0x390
[<c013bf88>] ? run_timer_softirq+0x138/0x210
[<c02fa410>] ? ppdevneigh_timer_handler+0x0/0x390
[<c02fa410>] ? neigh_timer_handler+0x0/0x390
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-07-07 12:55:26 -04:00
..
2009-06-15 03:02:23 -07:00
2009-02-17 17:26:05 -08:00
2009-06-15 03:02:23 -07:00
2009-06-25 02:58:17 -07:00
2009-06-25 02:58:17 -07:00
2009-06-11 17:23:24 -07:00
2009-07-03 20:09:45 -07:00
2009-06-13 23:29:04 -07:00
2009-06-23 04:16:44 -07:00
2009-05-29 01:46:26 -07:00
2009-04-13 15:16:33 -07:00
2009-06-11 02:47:13 -07:00
2009-06-30 19:47:00 -07:00
2009-07-03 20:09:42 -07:00
2009-06-15 03:02:23 -07:00
2009-05-29 01:46:26 -07:00
2009-04-28 02:05:21 -07:00
2009-06-17 04:31:16 -07:00
2009-06-13 01:18:50 -07:00
2009-06-30 19:47:04 -07:00
2009-06-19 16:46:06 -07:00
2009-06-29 19:41:49 -07:00
2009-06-08 00:21:48 -07:00
2009-07-03 19:11:11 -07:00
2009-04-16 02:20:13 -07:00
2009-06-23 11:36:01 -07:00
2009-06-13 01:18:50 -07:00
2009-07-02 13:16:51 -07:00
2009-07-05 18:03:27 -07:00
2009-07-02 13:16:55 -07:00
2009-07-03 19:10:51 -07:00
2009-06-11 02:47:11 -07:00
2009-06-15 03:02:23 -07:00
2009-06-15 03:02:23 -07:00
2009-06-13 01:18:50 -07:00
2009-06-30 19:46:48 -07:00
2009-06-17 04:31:14 -07:00
2009-06-17 04:31:16 -07:00
2009-06-15 21:30:28 -07:00
2009-07-07 12:55:26 -04:00
2009-06-13 01:18:50 -07:00
2009-05-26 20:35:02 -07:00
2008-12-08 01:14:16 -08:00
2009-05-26 20:35:02 -07:00
2009-06-13 01:18:50 -07:00
2009-05-26 20:35:02 -07:00
2009-06-03 02:43:41 -07:00
2009-06-13 01:18:50 -07:00
2009-05-26 20:35:03 -07:00
2009-06-13 01:18:50 -07:00
2009-06-13 01:18:50 -07:00
2009-06-13 01:18:50 -07:00
2009-05-26 20:35:04 -07:00
2009-04-16 02:20:06 -07:00
2008-11-25 18:12:49 -08:00
2009-04-24 04:45:33 -07:00
2009-05-17 11:59:51 -07:00
2009-06-13 01:18:50 -07:00
2009-03-27 00:46:54 -07:00
2009-05-29 01:46:27 -07:00
2009-01-04 16:10:02 -08:00
2009-04-07 08:31:11 -07:00
2008-11-25 18:25:32 -08:00
2009-04-11 02:53:46 -07:00
2009-03-27 00:46:51 -07:00
2009-04-14 21:57:01 -07:00
2009-01-07 18:10:24 -08:00
2009-06-13 01:18:50 -07:00
2008-10-08 16:29:57 -07:00
2009-03-24 23:32:03 -07:00
2009-05-27 15:47:07 -07:00
2009-06-15 03:02:23 -07:00
2009-06-03 02:43:41 -07:00
2008-10-08 16:29:57 -07:00
2009-04-16 02:20:06 -07:00
2009-04-04 16:51:14 -07:00
2009-06-24 00:19:06 -07:00
2009-06-15 03:02:23 -07:00
2009-03-02 22:32:48 -08:00
2009-02-15 23:32:01 -08:00
2009-04-27 03:27:43 -07:00
2009-02-15 23:32:01 -08:00
2009-04-27 03:27:43 -07:00
2009-04-27 03:27:43 -07:00
2009-03-02 22:32:45 -08:00
2009-02-15 23:32:01 -08:00
2009-07-05 18:03:23 -07:00
2009-03-02 22:32:43 -08:00
2009-07-05 18:03:23 -07:00
2009-06-13 01:18:50 -07:00
2008-09-22 19:27:10 -07:00
2009-06-09 10:22:42 -05:00
2009-06-21 11:00:33 -05:00
2009-06-21 11:00:33 -05:00
2009-06-09 10:22:42 -05:00
2009-06-24 18:03:11 -07:00
2009-06-13 01:18:50 -07:00
2009-06-18 00:29:08 -07:00
2009-06-13 01:18:50 -07:00
2009-06-13 01:18:50 -07:00
2009-06-08 02:42:35 -07:00
2009-06-13 01:18:50 -07:00
2009-06-13 01:18:50 -07:00
2009-05-29 01:46:27 -07:00
2009-06-13 01:18:50 -07:00
2008-06-24 22:57:16 -04:00
2009-04-02 16:31:45 -07:00
2009-03-11 23:26:02 -07:00
2008-11-20 20:28:00 -08:00
2009-06-18 00:29:10 -07:00
2009-02-17 17:21:08 -08:00
2009-03-27 00:46:51 -07:00
2009-03-27 00:46:50 -07:00
2008-12-29 18:42:33 -08:00
2009-01-07 17:30:09 -08:00
2009-01-21 14:33:50 -08:00
2009-05-18 22:19:19 -07:00
2008-11-25 18:23:59 -08:00
2009-03-27 00:46:55 -07:00
2009-06-13 01:18:32 -07:00
2009-06-13 01:18:50 -07:00
2009-02-26 22:21:59 -08:00
2009-06-18 11:22:08 +10:00
2009-06-18 11:22:08 +10:00
2009-06-13 01:18:50 -07:00
2009-04-16 02:34:48 -07:00
2009-07-05 18:03:33 -07:00
2009-06-25 20:03:53 -07:00
2009-02-04 16:42:35 -08:00
2009-02-01 00:52:34 -08:00
2009-02-04 16:43:44 -08:00
2009-05-25 01:42:21 -07:00
2009-06-03 02:43:41 -07:00
2009-06-13 01:18:50 -07:00
2009-06-17 04:31:16 -07:00
2009-02-26 21:02:19 -08:00
2008-11-25 18:24:57 -08:00
2009-04-16 02:20:08 -07:00
2009-01-11 00:06:36 -08:00
2009-06-13 01:18:32 -07:00
2009-05-17 15:19:36 -07:00
2009-01-06 10:47:44 -08:00
2009-05-18 22:19:19 -07:00
2009-06-11 17:23:24 -07:00
2009-04-07 08:31:11 -07:00
2009-06-12 18:01:46 +02:00
2009-04-13 15:16:30 -07:00
2009-04-19 18:42:58 -07:00
2009-04-16 02:20:14 -07:00
2009-05-29 01:46:27 -07:00
2009-03-02 01:55:15 -08:00
2009-06-24 10:01:12 -07:00
2009-05-29 01:51:22 -07:00
2009-06-08 00:20:20 -07:00
2009-03-27 00:46:48 -07:00
2009-05-05 12:29:47 -07:00
2009-06-13 01:18:50 -07:00
2009-04-16 02:20:15 -07:00
2009-04-27 02:53:52 -07:00
2009-04-27 02:53:52 -07:00
2009-04-27 02:53:52 -07:00
2008-11-25 18:24:38 -08:00
2009-05-18 22:19:19 -07:00
2009-03-27 00:46:54 -07:00
2009-06-13 01:18:50 -07:00
2009-06-03 02:43:41 -07:00
2009-06-13 01:18:50 -07:00
2008-10-08 16:29:57 -07:00
2009-06-13 01:18:50 -07:00
2009-04-16 02:20:16 -07:00
2009-04-13 15:16:26 -07:00
2009-06-11 02:32:39 -07:00
2009-06-22 02:37:34 -07:00
2009-06-25 20:06:34 -07:00
2009-05-18 21:08:20 -07:00
2009-04-29 17:32:42 -07:00
2009-04-16 02:20:18 -07:00
2009-06-19 01:12:52 -07:00
2009-04-16 02:20:21 -07:00
2009-06-13 01:18:50 -07:00
2008-08-29 02:13:32 -07:00
2009-02-26 22:21:58 -08:00
2008-11-28 15:55:00 -08:00
2009-05-03 14:19:23 -07:00
2009-05-01 15:21:55 -07:00
2009-01-11 00:06:36 -08:00
2008-12-25 23:52:57 -08:00
2009-05-01 15:24:18 -07:00
2009-04-16 02:20:22 -07:00
2009-03-27 00:46:53 -07:00
2009-06-13 01:18:50 -07:00
2009-03-28 23:37:27 -07:00
2009-06-18 00:29:08 -07:00
2009-06-12 18:01:45 +02:00
2009-06-13 01:18:50 -07:00
2008-11-12 23:38:14 -08:00
2009-04-27 03:20:17 -07:00
2009-04-27 02:53:49 -07:00
2009-04-16 02:20:23 -07:00
2009-04-29 17:22:30 -07:00
2009-06-13 01:18:50 -07:00
2009-06-22 11:32:24 -07:00
2009-05-19 14:24:37 -07:00
2008-08-14 04:26:38 -04:00
2009-06-22 11:32:24 -07:00
2009-03-10 05:22:43 -07:00
2009-06-03 02:51:04 -07:00
2009-01-21 15:55:15 -08:00
2009-06-16 14:15:44 +10:00
2008-06-03 15:00:14 -04:00
2009-06-16 14:15:44 +10:00
2008-11-10 15:11:56 -05:00
2009-06-23 16:36:27 -07:00
2008-08-07 02:11:14 -04:00
2009-05-27 15:46:53 -07:00
2009-06-19 01:12:52 -07:00
2009-04-16 02:20:24 -07:00
2009-06-13 01:18:32 -07:00
2009-04-29 17:32:34 -07:00
2009-06-08 00:20:22 -07:00
2009-06-08 00:20:22 -07:00
2009-06-22 02:37:34 -07:00
2009-01-07 17:56:54 -08:00
2009-06-13 01:18:50 -07:00
2009-04-07 08:31:11 -07:00
2009-03-27 00:46:46 -07:00
2009-04-16 02:20:25 -07:00
2009-06-25 20:03:56 -07:00
2009-05-25 22:49:56 -07:00
2009-06-17 18:46:46 -07:00
2009-06-13 01:18:50 -07:00
2009-05-29 01:46:27 -07:00
2009-06-26 09:28:42 -07:00
2009-06-17 18:46:54 -07:00
2009-01-07 18:09:36 -08:00
2009-01-06 11:28:06 +01:00
2009-03-24 16:38:22 -07:00
2009-06-05 10:46:25 +08:00
2009-04-16 02:20:25 -07:00
2009-03-13 21:44:51 +00:00
2009-06-13 01:18:50 -07:00
2009-05-01 15:21:55 -07:00
2009-03-27 00:46:47 -07:00
2009-03-27 00:46:48 -07:00
2009-07-05 18:03:30 -07:00
2009-03-19 23:59:27 -07:00
2009-04-07 08:31:11 -07:00
2009-02-20 00:38:51 -08:00
2009-06-17 01:36:23 -07:00
2008-11-12 23:38:36 -08:00
2008-11-12 23:38:36 -08:00
2009-03-23 14:42:09 -07:00
2009-06-13 01:18:50 -07:00
2008-11-25 18:25:49 -08:00
2009-06-13 01:18:50 -07:00
2009-06-13 01:18:50 -07:00
2009-03-23 14:29:24 -07:00
2008-08-29 02:13:33 -07:00
2009-05-27 15:47:07 -07:00
2009-02-02 23:19:50 -08:00
2009-04-07 08:31:11 -07:00
2009-06-13 01:18:50 -07:00
2008-08-29 02:14:29 -07:00
2009-03-23 14:29:24 -07:00
2009-03-23 14:29:24 -07:00
2008-08-29 02:14:43 -07:00
2009-03-20 00:51:22 -07:00
2009-05-17 21:03:43 -07:00
2009-06-11 02:47:14 -07:00
2009-04-07 08:31:11 -07:00
2009-06-08 00:21:48 -07:00
2009-04-21 01:41:02 -07:00
2009-06-13 01:18:50 -07:00
2008-05-30 22:18:02 -04:00
2009-04-13 15:16:21 -07:00
2009-07-06 12:47:07 -07:00
2009-04-07 08:31:11 -07:00
2009-01-21 14:34:08 -08:00
2009-06-12 18:01:46 +02:00
2009-06-18 14:07:15 -07:00
2009-06-18 14:07:15 -07:00
2009-06-25 02:45:42 -07:00
2009-05-27 15:47:07 -07:00
2009-06-21 22:42:30 -07:00
2009-05-27 15:47:07 -07:00
2009-06-18 00:29:08 -07:00
2009-01-11 00:06:36 -08:00
2009-06-15 21:30:28 -07:00
2009-04-13 15:16:21 -07:00
2009-05-29 01:46:27 -07:00
2009-01-21 14:02:31 -08:00
2009-01-11 00:06:36 -08:00