staging: rtl8192u: ieee80211: ieee80211_rx.c: Replace bit shifting with BIT macro
authorPayal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Tue, 2 Apr 2019 13:28:32 +0000 (18:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Apr 2019 17:57:10 +0000 (19:57 +0200)
commit9361076277c04720a4e546d076b0effc3feef1e1
tree7e9ab9b5b5a4b4a8a608d2c6a6bdd77eea68c35b
parent005fb2de9a8a2074a75923000b922bad9124cb32
staging: rtl8192u: ieee80211: ieee80211_rx.c: Replace bit shifting with BIT macro

Challenge suggested by coccinelle.
Prefer using BIT and replace bit shifting with the BIT(x) macro.

Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c