commit | f0cb84f8a1925ad1ff0a10c345b83db5f8043428 | [log] [tgz] |
---|---|---|
author | Avinash Patil <patila@marvell.com> | Mon Jul 22 19:17:39 2013 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jul 24 11:02:04 2013 -0400 |
tree | 2d93ed5ba93e9d88504f18fdce77c505ca45bc22 | |
parent | 0e15370dbc7ab4d4ffd006620024ac3a52cc8c43 [diff] |
mwifiex: rename pkt_count to ba_pkt_count in mwifiex_ra_list_tbl struct pkt_count is used to determine if BA can be formed on this RA list by comparing it with randomly generated BA threshold. The pkt_count variable name here is ambiguous and does not reflect its usage correctly. Rename it to ba_pkt_count. Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>