linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rtlwifi: remove dummy function call
@ 2017-06-28  7:57 Souptick Joarder
  2017-07-04 12:21 ` Souptick Joarder
  2017-07-28 15:41 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Souptick Joarder @ 2017-06-28  7:57 UTC (permalink / raw)
  To: Larry.Finger, chaoming_li; +Cc: linux-wireless

_rtl92cu_init_usb_aggregation() can be removed as it is dummy one

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c b/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c
index 107c34e..ef8bd71 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c
@@ -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;
@@ -863,7 +859,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);
--
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] rtlwifi: remove dummy function call
  2017-06-28  7:57 [PATCH] rtlwifi: remove dummy function call Souptick Joarder
@ 2017-07-04 12:21 ` Souptick Joarder
  2017-07-28 15:41 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Souptick Joarder @ 2017-07-04 12:21 UTC (permalink / raw)
  To: Larry Finger, Chaoming Li, Kalle Valo; +Cc: linux-wireless

Hi Larry,

On Wed, Jun 28, 2017 at 1:27 PM, Souptick Joarder <jrdr.linux@gmail.com> wrote:
> _rtl92cu_init_usb_aggregation() can be removed as it is dummy one
>
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> ---
>  drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c b/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c
> index 107c34e..ef8bd71 100644
> --- a/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c
> +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/hw.c
> @@ -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;
> @@ -863,7 +859,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);
> --
> 1.9.1

Any comment for this patch ?
>

-Souptick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: rtlwifi: remove dummy function call
  2017-06-28  7:57 [PATCH] rtlwifi: remove dummy function call Souptick Joarder
  2017-07-04 12:21 ` Souptick Joarder
@ 2017-07-28 15:41 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2017-07-28 15:41 UTC (permalink / raw)
  To: Souptick Joarder; +Cc: Larry.Finger, chaoming_li, linux-wireless

Souptick Joarder <jrdr.linux@gmail.com> wrote:

> _rtl92cu_init_usb_aggregation() can be removed as it is dummy one
> 
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>

Patch applied to wireless-drivers-next.git, thanks.

f81372ed8b1e rtlwifi: remove dummy function call

-- 
https://patchwork.kernel.org/patch/9813583/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-28 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-28  7:57 [PATCH] rtlwifi: remove dummy function call Souptick Joarder
2017-07-04 12:21 ` Souptick Joarder
2017-07-28 15:41 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).