diff options
Diffstat (limited to 'net/8021q/vlanproc.c')
-rw-r--r-- | net/8021q/vlanproc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/8021q/vlanproc.c b/net/8021q/vlanproc.c index 80e280f56686..8a64db19b8a5 100644 --- a/net/8021q/vlanproc.c +++ b/net/8021q/vlanproc.c | |||
@@ -299,10 +299,6 @@ static int vlandev_seq_show(struct seq_file *seq, void *offset) | |||
299 | seq_puts(seq, "\n"); | 299 | seq_puts(seq, "\n"); |
300 | seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); | 300 | seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); |
301 | seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes); | 301 | seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes); |
302 | seq_printf(seq, fmt, "total headroom inc", | ||
303 | dev_info->cnt_inc_headroom_on_tx); | ||
304 | seq_printf(seq, fmt, "total encap on xmit", | ||
305 | dev_info->cnt_encap_on_xmit); | ||
306 | seq_printf(seq, "Device: %s", dev_info->real_dev->name); | 302 | seq_printf(seq, "Device: %s", dev_info->real_dev->name); |
307 | /* now show all PRIORITY mappings relating to this VLAN */ | 303 | /* now show all PRIORITY mappings relating to this VLAN */ |
308 | seq_printf(seq, "\nINGRESS priority mappings: " | 304 | seq_printf(seq, "\nINGRESS priority mappings: " |