Commit f81372ed authored by Souptick Joarder's avatar Souptick Joarder Committed by Kalle Valo

rtlwifi: remove dummy function call

_rtl92cu_init_usb_aggregation() can be removed as it is dummy one
Signed-off-by: default avatarSouptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 58438d9a
...@@ -777,10 +777,6 @@ static void _rtl92cu_init_queue_priority(struct ieee80211_hw *hw, ...@@ -777,10 +777,6 @@ static void _rtl92cu_init_queue_priority(struct ieee80211_hw *hw,
queue_sel); queue_sel);
} }
static void _rtl92cu_init_usb_aggregation(struct ieee80211_hw *hw)
{
}
static void _rtl92cu_init_wmac_setting(struct ieee80211_hw *hw) static void _rtl92cu_init_wmac_setting(struct ieee80211_hw *hw)
{ {
u16 value16; u16 value16;
...@@ -870,7 +866,6 @@ static int _rtl92cu_init_mac(struct ieee80211_hw *hw) ...@@ -870,7 +866,6 @@ static int _rtl92cu_init_mac(struct ieee80211_hw *hw)
rtl92c_init_edca(hw); rtl92c_init_edca(hw);
rtl92c_init_rate_fallback(hw); rtl92c_init_rate_fallback(hw);
rtl92c_init_retry_function(hw); rtl92c_init_retry_function(hw);
_rtl92cu_init_usb_aggregation(hw);
rtlpriv->cfg->ops->set_bw_mode(hw, NL80211_CHAN_HT20); rtlpriv->cfg->ops->set_bw_mode(hw, NL80211_CHAN_HT20);
rtl92c_set_min_space(hw, IS_92C_SERIAL(rtlhal->version)); rtl92c_set_min_space(hw, IS_92C_SERIAL(rtlhal->version));
_rtl92cu_init_beacon_parameters(hw); _rtl92cu_init_beacon_parameters(hw);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment