commit | fcf2176c87af77e5ee947edaf8e390bc67b729d8 | [log] [tgz] |
---|---|---|
author | Yogesh Ashok Powar <yogeshp@marvell.com> | Mon Jun 06 14:49:32 2011 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jun 07 14:44:02 2011 -0400 |
tree | 7a567a1e4bcce262bac3fe425eb4a852cd00c2c7 | |
parent | 485868266150022a139b74ba4daf0da9ad86c1c0 [diff] |
mwifiex: remove list traversal in mwifiex_num_pkts_in_txq Instead of counting the number of packets in txq for particular RA list before AMSDU creation, maintain a counter which will keep track of the same. This will reduce some MIPS while generating AMSDU traffic as we only have to check the counter instead of traversing through skb list. Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>