diff options
author | Eliad Peller <eliad@wizery.com> | 2012-02-06 11:47:57 +0100 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-02-15 07:38:36 +0100 |
commit | 9b44350b495a6ec94f59073c5a4e09e80a818304 (patch) | |
tree | 461f1862d6926957e947384cff5cb56aa4c8e337 /drivers/net/wireless/wl12xx/wl12xx.h | |
parent | wl12xx: enter forced-psm on fw change (diff) | |
download | linux-9b44350b495a6ec94f59073c5a4e09e80a818304.tar.xz linux-9b44350b495a6ec94f59073c5a4e09e80a818304.zip |
wl12xx: delete wl->vif (and allow multiple vifs)
Delete the global wl->vif (and the checks on it),
so multiple vifs could be added.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl12xx.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl12xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h index 04cddaaf9498..90352415e2aa 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl12xx.h @@ -445,8 +445,6 @@ struct wl1271 { struct wl12xx_fw_status *fw_status; struct wl1271_tx_hw_res_if *tx_res_if; - struct ieee80211_vif *vif; - /* Current chipset configuration */ struct conf_drv_settings conf; |