mac80211: move bss_conf into vif
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 10 Oct 2008 23:51:51 +0000 (01:51 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 31 Oct 2008 23:00:15 +0000 (19:00 -0400)
commitbda3933a8aceedd03e0dd410844bd310033ca756
treef4d2c70a6338e500b6db93b073801181280b1840
parent9124b07740c51cbc6e358dd0c4abc6ee8ded084d
mac80211: move bss_conf into vif

Move bss_conf into the vif struct so that drivers can
access it during ->tx without having to store it in
the private data or similar. No driver updates because
this is only for when they want to start using it.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/debugfs_netdev.c
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/main.c
net/mac80211/mlme.c
net/mac80211/tx.c
net/mac80211/util.c