mirror of https://gitee.com/openkylin/linux.git
rtlwifi: remove dummy function call
_rtl92cu_init_usb_aggregation() can be removed as it is dummy one Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
58438d9ae1
commit
f81372ed8b
|
@ -777,10 +777,6 @@ static void _rtl92cu_init_queue_priority(struct ieee80211_hw *hw,
|
|||
queue_sel);
|
||||
}
|
||||
|
||||
static void _rtl92cu_init_usb_aggregation(struct ieee80211_hw *hw)
|
||||
{
|
||||
}
|
||||
|
||||
static void _rtl92cu_init_wmac_setting(struct ieee80211_hw *hw)
|
||||
{
|
||||
u16 value16;
|
||||
|
@ -870,7 +866,6 @@ static int _rtl92cu_init_mac(struct ieee80211_hw *hw)
|
|||
rtl92c_init_edca(hw);
|
||||
rtl92c_init_rate_fallback(hw);
|
||||
rtl92c_init_retry_function(hw);
|
||||
_rtl92cu_init_usb_aggregation(hw);
|
||||
rtlpriv->cfg->ops->set_bw_mode(hw, NL80211_CHAN_HT20);
|
||||
rtl92c_set_min_space(hw, IS_92C_SERIAL(rtlhal->version));
|
||||
_rtl92cu_init_beacon_parameters(hw);
|
||||
|
|
Loading…
Reference in New Issue