staging: rtl8723au: tid is 4 bits, so we need a 16 bit value to hold a bitmap
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 9 May 2014 13:04:14 +0000 (15:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 20:12:02 +0000 (13:12 -0700)
commit072fc84dce0620dcbb907a6881b46552c239bcf5
tree5599ce14385d38c926c6995f8f6c37262fdbcaa9
parent405c9f5089444f0c07078ab56b5d00291d3ce8c8
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 <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_mlme_ext.c
drivers/staging/rtl8723au/core/rtw_xmit.c
drivers/staging/rtl8723au/include/rtw_ht.h
drivers/staging/rtl8723au/include/rtw_mlme_ext.h