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)
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>

No differences found