wifi: rtlwifi: add calculate_bit_shift()
authorSu Hui <suhui@nfschina.com>
Tue, 19 Dec 2023 06:57:29 +0000 (14:57 +0800)
committerKalle Valo <kvalo@kernel.org>
Thu, 21 Dec 2023 14:40:16 +0000 (16:40 +0200)
commit52221dfddbbfb5b4e029bb2efe9bb7da33ec1e46
tree91d8311cdbea209b3a6b633ae6f1ba6cddd09279
parent28a197af3fcbb47195d94cd6e612d9338aac9345
wifi: rtlwifi: add calculate_bit_shift()

There are many same functions like _rtl88e_phy_calculate_bit_shift(),
_rtl92c_phy_calculate_bit_shift() and so on. And these functions can
cause undefined bitwise shift behavior. Add calculate_bit_shift() to
replace them and fix undefined behavior in subsequent patches.

Signed-off-by: Su Hui <suhui@nfschina.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20231219065739.1895666-2-suhui@nfschina.com
drivers/net/wireless/realtek/rtlwifi/wifi.h