diff options
Diffstat (limited to 'drivers/net/s2io.h')
-rw-r--r-- | drivers/net/s2io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h index d23a50f3b70d..803137ca4b6c 100644 --- a/drivers/net/s2io.h +++ b/drivers/net/s2io.h | |||
@@ -297,6 +297,9 @@ struct stat_block { | |||
297 | struct xpakStat xpak_stat; | 297 | struct xpakStat xpak_stat; |
298 | }; | 298 | }; |
299 | 299 | ||
300 | /* Default value for 'vlan_strip_tag' configuration parameter */ | ||
301 | #define NO_STRIP_IN_PROMISC 2 | ||
302 | |||
300 | /* | 303 | /* |
301 | * Structures representing different init time configuration | 304 | * Structures representing different init time configuration |
302 | * parameters of the NIC. | 305 | * parameters of the NIC. |