mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Add IFCAP_LINKSTATE to cxgb's capabilities.
MFC after: 3 days
This commit is contained in:
parent
3edfecaa37
commit
2caefebb07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207639
@ -981,7 +981,7 @@ cxgb_makedev(struct port_info *pi)
|
||||
|
||||
#define CXGB_CAP (IFCAP_VLAN_HWTAGGING | IFCAP_VLAN_MTU | IFCAP_HWCSUM | \
|
||||
IFCAP_VLAN_HWCSUM | IFCAP_TSO | IFCAP_JUMBO_MTU | IFCAP_LRO | \
|
||||
IFCAP_VLAN_HWTSO)
|
||||
IFCAP_VLAN_HWTSO | IFCAP_LINKSTATE)
|
||||
#define CXGB_CAP_ENABLE (CXGB_CAP & ~IFCAP_TSO6)
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user