]> git.karo-electronics.de Git - karo-tx-linux.git/commit
wl12xx: move ap_hlid_map into wlvif.ap
authorEliad Peller <eliad@wizery.com>
Wed, 5 Oct 2011 09:56:05 +0000 (11:56 +0200)
committerLuciano Coelho <coelho@ti.com>
Fri, 7 Oct 2011 05:33:46 +0000 (08:33 +0300)
commitc7ffb902cca655e4d6bdda4156407008573bb214
treed5dc1af5d2fd29a59d45fe6dcde61c58c3aa9503
parentd0802abdf9c60b1dadb097e806022f3449b0cc6b
wl12xx: move ap_hlid_map into wlvif.ap

Add wlvif->links_map bitmap to represent all the links
allocated for this vif.

AP vif also has a sta_hlid_map bitmap, which represents
the links stations connected to it (sta_hlid_bitmap is
a subset of wlvif->links_map, which itself is a subset
of the global wl->links_map)

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/cmd.h
drivers/net/wireless/wl12xx/debugfs.c
drivers/net/wireless/wl12xx/event.c
drivers/net/wireless/wl12xx/event.h
drivers/net/wireless/wl12xx/main.c
drivers/net/wireless/wl12xx/tx.c
drivers/net/wireless/wl12xx/tx.h
drivers/net/wireless/wl12xx/wl12xx.h