diff options
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r-- | include/net/dsa.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index aab3c2029edd..4e0f7e9c5aa1 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h | |||
@@ -233,6 +233,11 @@ struct dsa_switch { | |||
233 | */ | 233 | */ |
234 | bool vlan_filtering_is_global; | 234 | bool vlan_filtering_is_global; |
235 | 235 | ||
236 | /* In case vlan_filtering_is_global is set, the VLAN awareness state | ||
237 | * should be retrieved from here and not from the per-port settings. | ||
238 | */ | ||
239 | bool vlan_filtering; | ||
240 | |||
236 | unsigned long *bitmap; | 241 | unsigned long *bitmap; |
237 | unsigned long _bitmap; | 242 | unsigned long _bitmap; |
238 | 243 | ||