diff options
author | Su Hui <suhui@nfschina.com> | 2023-12-19 09:57:32 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-12-21 17:40:16 +0300 |
commit | 1dedc3a6699d827d345019e921b8d8f37f694333 (patch) | |
tree | d8d8993de2f2b866a85f31e0546a46931713218f /drivers/net/wireless/realtek/rtlwifi/rtl8192c/phy_common.h | |
parent | 969bc926f04b438676768aeffffffb050e480b62 (diff) | |
download | linux-1dedc3a6699d827d345019e921b8d8f37f694333.tar.xz |
wifi: rtlwifi: rtl8192c: using calculate_bit_shift()
Using calculate_bit_shift() to replace _rtl92c_phy_calculate_bit_shift().
And fix the undefined bitwise shift behavior problem.
Fixes: 4295cd254af3 ("rtlwifi: Move common parts of rtl8192ce/phy.c")
Signed-off-by: Su Hui <suhui@nfschina.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20231219065739.1895666-5-suhui@nfschina.com
Diffstat (limited to 'drivers/net/wireless/realtek/rtlwifi/rtl8192c/phy_common.h')
-rw-r--r-- | drivers/net/wireless/realtek/rtlwifi/rtl8192c/phy_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192c/phy_common.h b/drivers/net/wireless/realtek/rtlwifi/rtl8192c/phy_common.h index 75afa6253ad0..e64d377dfe9e 100644 --- a/drivers/net/wireless/realtek/rtlwifi/rtl8192c/phy_common.h +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192c/phy_common.h @@ -196,7 +196,6 @@ bool rtl92c_phy_set_rf_power_state(struct ieee80211_hw *hw, void rtl92ce_phy_set_rf_on(struct ieee80211_hw *hw); void rtl92c_phy_set_io(struct ieee80211_hw *hw); void rtl92c_bb_block_on(struct ieee80211_hw *hw); -u32 _rtl92c_phy_calculate_bit_shift(u32 bitmask); long _rtl92c_phy_txpwr_idx_to_dbm(struct ieee80211_hw *hw, enum wireless_mode wirelessmode, u8 txpwridx); |