diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 1f4f88a8f80c..19b0c128d940 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -208,6 +208,9 @@ struct ieee80211_if_wds { | |||
208 | 208 | ||
209 | struct ieee80211_if_vlan { | 209 | struct ieee80211_if_vlan { |
210 | struct list_head list; | 210 | struct list_head list; |
211 | |||
212 | /* used for all tx if the VLAN is configured to 4-addr mode */ | ||
213 | struct sta_info *sta; | ||
211 | }; | 214 | }; |
212 | 215 | ||
213 | struct mesh_stats { | 216 | struct mesh_stats { |
@@ -457,6 +460,8 @@ struct ieee80211_sub_if_data { | |||
457 | int force_unicast_rateidx; /* forced TX rateidx for unicast frames */ | 460 | int force_unicast_rateidx; /* forced TX rateidx for unicast frames */ |
458 | int max_ratectrl_rateidx; /* max TX rateidx for rate control */ | 461 | int max_ratectrl_rateidx; /* max TX rateidx for rate control */ |
459 | 462 | ||
463 | bool use_4addr; /* use 4-address frames */ | ||
464 | |||
460 | union { | 465 | union { |
461 | struct ieee80211_if_ap ap; | 466 | struct ieee80211_if_ap ap; |
462 | struct ieee80211_if_wds wds; | 467 | struct ieee80211_if_wds wds; |