mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 00:43:08 -04:00
staging: r8188eu: remove scan_start_time and assoc_by_rssi members from mlme_priv structure
Value of this members does not used. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1c23e99da5
commit
e015bae3d3
@@ -305,8 +305,6 @@ u8 rtw_sitesurvey_cmd(struct adapter *padapter, struct ndis_802_11_ssid *ssid,
|
||||
res = rtw_enqueue_cmd(pcmdpriv, ph2c);
|
||||
|
||||
if (res == _SUCCESS) {
|
||||
pmlmepriv->scan_start_time = jiffies;
|
||||
|
||||
mod_timer(&pmlmepriv->scan_to_timer,
|
||||
jiffies + msecs_to_jiffies(SCANNING_TIMEOUT));
|
||||
|
||||
|
||||
@@ -318,10 +318,8 @@ struct mlme_priv {
|
||||
struct timer_list assoc_timer;
|
||||
|
||||
uint assoc_by_bssid;
|
||||
uint assoc_by_rssi;
|
||||
|
||||
struct timer_list scan_to_timer; /* driver itself handles scan_timeout status. */
|
||||
u32 scan_start_time; /* used to evaluate the time spent in scanning */
|
||||
|
||||
struct qos_priv qospriv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user