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>
Showing
- include/net/mac80211.h 3 additions, 0 deletionsinclude/net/mac80211.h
- net/mac80211/cfg.c 3 additions, 3 deletionsnet/mac80211/cfg.c
- net/mac80211/debugfs_netdev.c 1 addition, 1 deletionnet/mac80211/debugfs_netdev.c
- net/mac80211/ieee80211_i.h 0 additions, 3 deletionsnet/mac80211/ieee80211_i.h
- net/mac80211/iface.c 1 addition, 1 deletionnet/mac80211/iface.c
- net/mac80211/main.c 4 additions, 4 deletionsnet/mac80211/main.c
- net/mac80211/mlme.c 15 additions, 15 deletionsnet/mac80211/mlme.c
- net/mac80211/tx.c 8 additions, 8 deletionsnet/mac80211/tx.c
- net/mac80211/util.c 3 additions, 3 deletionsnet/mac80211/util.c
Loading
Please register or sign in to comment