summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan_var.h
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2004-01-18 19:29:04 +0000
committeryar <yar@FreeBSD.org>2004-01-18 19:29:04 +0000
commitf23872a5c565b1e5fcf00b2fbddf0856ae69a02b (patch)
treeb0fda13a10b5e9216728cb1d46067a0ba645aac8 /sys/net/if_vlan_var.h
parenta377723ba225f2ceb91f84062c7029a3bc8d7494 (diff)
downloadFreeBSD-src-f23872a5c565b1e5fcf00b2fbddf0856ae69a02b.zip
FreeBSD-src-f23872a5c565b1e5fcf00b2fbddf0856ae69a02b.tar.gz
A network interface driver can support IFCAP_VLAN_MTU only,
without IFCAP_VLAN_HWTAGGING. The previous version of the leading comment in this file could lead to the opposite conclusion. Fix some typos in the comment as well.
Diffstat (limited to 'sys/net/if_vlan_var.h')
-rw-r--r--sys/net/if_vlan_var.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_vlan_var.h b/sys/net/if_vlan_var.h
index 409db00..871c0d3 100644
--- a/sys/net/if_vlan_var.h
+++ b/sys/net/if_vlan_var.h
@@ -62,10 +62,10 @@ struct vlanreq {
/*
* Drivers that are capable of adding and removing the VLAN header
* in hardware indicate they support this by marking IFCAP_VLAN_HWTAGGING
- * in if_capabilities. Drivers for hardware that is also capable
+ * in if_capabilities. Drivers for hardware that is capable
* of handling larger MTU's that may include a software-appended
- * VLAN header w/o lowering the normal MTU should mark IFCAP_VLA_MTU
- * in if_capabilities; this notfies the VLAN code it can leave the
+ * VLAN header w/o lowering the normal MTU should mark IFCAP_VLAN_MTU
+ * in if_capabilities; this notifies the VLAN code it can leave the
* MTU on the vlan interface at the normal setting.
*/
OpenPOWER on IntegriCloud