wl12xx: replace all remaining wl->vif references
authorEliad Peller <eliad@wizery.com>
Mon, 10 Oct 2011 08:13:13 +0000 (10:13 +0200)
committerLuciano Coelho <coelho@ti.com>
Tue, 11 Oct 2011 12:12:13 +0000 (15:12 +0300)
commit6e8cd3310491b10db20d0f7eaf5713b05fa7b753
tree45022c388445ae10ab24f2ad08a247060effbc88
parent9f259c4e5e42d5f0c25675dc1088cd96dc81a9f1
wl12xx: replace all remaining wl->vif references

wl->vif is appropriate only when a single vif is being used.
Instead, pass wlvif as parameter or iterate through all
the vifs (e.g. when a global configuration was changed)

Leave wl->vif only to determine whether a vif was already
added (this check will be removed as well after both the
driver and fw will support multiple vifs)

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/cmd.c
drivers/net/wireless/wl12xx/debugfs.c
drivers/net/wireless/wl12xx/main.c
drivers/net/wireless/wl12xx/ps.c
drivers/net/wireless/wl12xx/ps.h
drivers/net/wireless/wl12xx/tx.c
This page took 0.031332 seconds and 5 git commands to generate.