[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200410133239.438347-19-Jerome.Pouiller@silabs.com>
Date: Fri, 10 Apr 2020 15:32:38 +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 18/19] staging: wfx: drop unused attribute 'beacon_int'
From: Jérôme Pouiller <jerome.pouiller@...abs.com>
The field beacon_int is never read. Drop it.
Signed-off-by: Jérôme Pouiller <jerome.pouiller@...abs.com>
---
drivers/staging/wfx/sta.c | 5 -----
drivers/staging/wfx/wfx.h | 1 -
2 files changed, 6 deletions(-)
diff --git a/drivers/staging/wfx/sta.c b/drivers/staging/wfx/sta.c
index 91b4ce945598..53ab9648184a 100644
--- a/drivers/staging/wfx/sta.c
+++ b/drivers/staging/wfx/sta.c
@@ -478,10 +478,6 @@ static void wfx_do_join(struct wfx_vif *wvif)
return;
}
- /* Sanity check beacon interval */
- if (!wvif->beacon_int)
- wvif->beacon_int = 1;
-
rcu_read_lock(); // protect ssidie
if (bss)
ssidie = ieee80211_bss_get_ie(bss, WLAN_EID_SSID);
@@ -611,7 +607,6 @@ static void wfx_join_finalize(struct wfx_vif *wvif,
{
struct ieee80211_sta *sta = NULL;
- wvif->beacon_int = info->beacon_int;
rcu_read_lock(); // protect sta
if (info->bssid && !info->ibss_joined)
sta = ieee80211_find_sta(wvif->vif, info->bssid);
diff --git a/drivers/staging/wfx/wfx.h b/drivers/staging/wfx/wfx.h
index 619e6f5c1345..41d67dc091a6 100644
--- a/drivers/staging/wfx/wfx.h
+++ b/drivers/staging/wfx/wfx.h
@@ -88,7 +88,6 @@ struct wfx_vif {
struct work_struct update_tim_work;
- int beacon_int;
bool filter_bssid;
bool fwd_probe_req;
bool disable_beacon_filter;
--
2.25.1
Powered by blists - more mailing lists