mwifiex: rename pkt_count to ba_pkt_count in mwifiex_ra_list_tbl struct
authorAvinash Patil <patila@marvell.com>
Tue, 23 Jul 2013 02:17:39 +0000 (19:17 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 24 Jul 2013 15:02:04 +0000 (11:02 -0400)
commitf0cb84f8a1925ad1ff0a10c345b83db5f8043428
tree2d93ed5ba93e9d88504f18fdce77c505ca45bc22
parent0e15370dbc7ab4d4ffd006620024ac3a52cc8c43
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>
drivers/net/wireless/mwifiex/main.h
drivers/net/wireless/mwifiex/wmm.c