From: Jes Sorensen Date: Fri, 9 May 2014 13:04:14 +0000 (+0200) Subject: staging: rtl8723au: tid is 4 bits, so we need a 16 bit value to hold a bitmap X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~947 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072fc84dce0620dcbb907a6881b46552c239bcf5;p=pandora-kernel.git staging: rtl8723au: tid is 4 bits, so we need a 16 bit value to hold a bitmap Remove unused add_enable_bitmap and candidate_tid_bitmap from struct mlme_ext_info. In addition we don't need to use CHKBIT when we know we are dealing with a value in the range 0-15. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed