Commit 4b15f83a authored by Saurav Girepunje's avatar Saurav Girepunje Committed by Kalle Valo
Browse files

rtlwifi: rtl8821ae: Drop condition with no effect



As the "else if" and "else" branch body are identical the condition
has no effect. So drop the "else if" condition.

Signed-off-by: default avatarSaurav Girepunje <saurav.girepunje@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent a9160bb3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3548,8 +3548,6 @@ void rtl8821ae_phy_sw_chnl_callback(struct ieee80211_hw *hw)
			if (rtlhal->hw_type == HARDWARE_TYPE_RTL8821AE) {
				if (36 <= channel && channel <= 64)
					data = 0x114E9;
				else if (100 <= channel && channel <= 140)
					data = 0x110E9;
				else
					data = 0x110E9;
				rtl8821ae_phy_set_rf_reg(hw, path, RF_APK,