[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200410133239.438347-8-Jerome.Pouiller@silabs.com>
Date: Fri, 10 Apr 2020 15:32:27 +0200
From: Jerome Pouiller <Jerome.Pouiller@...abs.com>
To: devel@...verdev.osuosl.org, linux-wireless@...r.kernel.org
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Kalle Valo <kvalo@...eaurora.org>,
"David S . Miller" <davem@...emloft.net>,
Jérôme Pouiller
<jerome.pouiller@...abs.com>
Subject: [PATCH 07/19] staging: wfx: remove useless call to wfx_tx_flush()
From: Jérôme Pouiller <jerome.pouiller@...abs.com>
wfx_do_join() calls wfx_tx_lock_flush() ate beginning of the function.
Therefore, the subsequent call to wfx_tx_flush() is useless.
Signed-off-by: Jérôme Pouiller <jerome.pouiller@...abs.com>
---
drivers/staging/wfx/sta.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/wfx/sta.c b/drivers/staging/wfx/sta.c
index acbbc3a44733..7693ce22f300 100644
--- a/drivers/staging/wfx/sta.c
+++ b/drivers/staging/wfx/sta.c
@@ -493,8 +493,6 @@ static void wfx_do_join(struct wfx_vif *wvif)
}
rcu_read_unlock();
- wfx_tx_flush(wvif->wdev);
-
if (wvif_count(wvif->wdev) <= 1)
hif_set_block_ack_policy(wvif, 0xFF, 0xFF);
--
2.25.1
Powered by blists - more mailing lists