From: Avinash Patil Date: Tue, 23 Jul 2013 02:17:39 +0000 (-0700) Subject: mwifiex: rename pkt_count to ba_pkt_count in mwifiex_ra_list_tbl struct X-Git-Tag: v3.12-rc1~132^2~297^2^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0cb84f8a1925ad1ff0a10c345b83db5f8043428;p=pandora-kernel.git 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 Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed