]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit311956571d0b01fbe7ccc2780616be4553f70b1d
tree5599ce14385d38c926c6995f8f6c37262fdbcaa9
parent9c6645c65e2cd591ec7f67219b8649dd29d0de46
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