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>
This commit is contained in:

committed by
John W. Linville

parent
9124b07740
commit
bda3933a8a
@@ -440,9 +440,6 @@ struct ieee80211_sub_if_data {
|
||||
|
||||
u16 sequence_number;
|
||||
|
||||
/* BSS configuration for this interface. */
|
||||
struct ieee80211_bss_conf bss_conf;
|
||||
|
||||
/*
|
||||
* AP this belongs to: self in AP mode and
|
||||
* corresponding AP in VLAN mode, NULL for
|
||||
|
Reference in New Issue
Block a user