rtl8xxxu: Call device specific _config_channel()

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

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Jes Sorensen 2016-02-29 17:05:04 -05:00 committed by Kalle Valo
parent c369060441
commit 1ea8e846c9

View file

@ -7348,7 +7348,7 @@ static int rtl8xxxu_config(struct ieee80211_hw *hw, u32 changed)
rtl8723a_set_tx_power(priv, channel, ht40); rtl8723a_set_tx_power(priv, channel, ht40);
rtl8723au_config_channel(hw); priv->fops->config_channel(hw);
} }
exit: exit: