Commit 1ea8e846 authored by Jes Sorensen's avatar Jes Sorensen Committed by Kalle Valo
Browse files

rtl8xxxu: Call device specific _config_channel()



Having a version for the newer chips without calling it doesn't do
much good.....

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent c3690604
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7348,7 +7348,7 @@ static int rtl8xxxu_config(struct ieee80211_hw *hw, u32 changed)

		rtl8723a_set_tx_power(priv, channel, ht40);

		rtl8723au_config_channel(hw);
		priv->fops->config_channel(hw);
	}

exit: