mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Add IFCAP_LINKSTATE to cxgb's capabilities.
MFC after: 3 days
This commit is contained in:
parent
3edfecaa37
commit
2caefebb07
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue