From: Glen Lee <[email protected]>

Use netdev private data member wilc instead of global variable wl.

Signed-off-by: Glen Lee <[email protected]>
Signed-off-by: Tony Cho <[email protected]>
---
 drivers/staging/wilc1000/linux_wlan.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/wilc1000/linux_wlan.c 
b/drivers/staging/wilc1000/linux_wlan.c
index 4450658..8c98a0c 100644
--- a/drivers/staging/wilc1000/linux_wlan.c
+++ b/drivers/staging/wilc1000/linux_wlan.c
@@ -1377,6 +1377,7 @@ int mac_close(struct net_device *ndev)
        struct wilc_priv *priv;
        perInterface_wlan_t *nic;
        struct host_if_drv *pstrWFIDrv;
+       struct wilc *wl;
 
        nic = netdev_priv(ndev);
 
@@ -1386,6 +1387,7 @@ int mac_close(struct net_device *ndev)
        }
 
        priv = wiphy_priv(nic->wilc_netdev->ieee80211_ptr->wiphy);
+       wl = nic->wilc;
 
        if (priv == NULL) {
                PRINT_ER("priv = NULL\n");
-- 
1.9.1

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to