mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 04:05:21 +07:00
staging: wilc1000: directly fetch 'priv' handler from 'vif' instance
The 'priv' handler is already present in 'vif' struct so directly fetch its value from vif handler in wilc_handle_roc_expired(). Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Link: https://lore.kernel.org/r/20200211152802.6096-2-ajay.kathat@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a474df5c14
commit
0f4f67b551
@ -861,9 +861,8 @@ static int wilc_handle_roc_expired(struct wilc_vif *vif, u64 cookie)
|
||||
struct wid wid;
|
||||
int result;
|
||||
struct host_if_drv *hif_drv = vif->hif_drv;
|
||||
struct wilc_priv *priv = wdev_priv(vif->ndev->ieee80211_ptr);
|
||||
|
||||
if (priv->p2p_listen_state) {
|
||||
if (vif->priv.p2p_listen_state) {
|
||||
remain_on_chan_flag = false;
|
||||
wid.id = WID_REMAIN_ON_CHAN;
|
||||
wid.type = WID_STR;
|
||||
|
Loading…
Reference in New Issue
Block a user