summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl12xx.h
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2012-02-06 11:47:57 +0100
committerLuciano Coelho <coelho@ti.com>2012-02-15 07:38:36 +0100
commit9b44350b495a6ec94f59073c5a4e09e80a818304 (patch)
tree461f1862d6926957e947384cff5cb56aa4c8e337 /drivers/net/wireless/wl12xx/wl12xx.h
parentwl12xx: enter forced-psm on fw change (diff)
downloadlinux-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.h2
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;