staging: r8188eu: use BIT(tid) instead of manual shift
authorMartin Kaiser <martin@kaiser.cx>
Sat, 14 May 2022 16:47:38 +0000 (18:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 May 2022 15:41:56 +0000 (17:41 +0200)
commit813586def1590e714af9eb3712fb61b2642eb981
tree13318b8ee8ebd7eb060508d9ddc4e5ed19c426ec
parent9465d2d91551854f7f65b24f07656eb5c096e2f4
staging: r8188eu: use BIT(tid) instead of manual shift

Use BIT(tid) instead of 1 << tid when we process an addba response.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220514164740.282552-6-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme_ext.c