lkml.org 
[lkml]   [2019]   [Dec]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 33/55] staging: wfx: remove redundant test while calling wfx_update_pm()
Date
From: Jérôme Pouiller <jerome.pouiller@silabs.com>

Condition about wvif->state and wvif->bss_params.aid is already checked
at beginning of wfx_update_pm().

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
---
drivers/staging/wfx/sta.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/wfx/sta.c b/drivers/staging/wfx/sta.c
index ee1b15950389..91fa4d8aa37d 100644
--- a/drivers/staging/wfx/sta.c
+++ b/drivers/staging/wfx/sta.c
@@ -1448,8 +1448,7 @@ int wfx_config(struct ieee80211_hw *hw, u32 changed)
2, 255);
}
}
- if (wvif->state == WFX_STATE_STA && wvif->bss_params.aid)
- wfx_update_pm(wvif);
+ wfx_update_pm(wvif);
}
wvif = wdev_to_wvif(wdev, 0);
}
--
2.20.1
\
 
 \ /
  Last update: 2019-12-16 18:10    [W:1.133 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site