aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/ixgbe_dcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ixgbe/ixgbe_dcb.c')
-rw-r--r--sys/dev/ixgbe/ixgbe_dcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixgbe/ixgbe_dcb.c b/sys/dev/ixgbe/ixgbe_dcb.c
index dac03d8cb3b3..d0ae965bc6ac 100644
--- a/sys/dev/ixgbe/ixgbe_dcb.c
+++ b/sys/dev/ixgbe/ixgbe_dcb.c
@@ -332,7 +332,7 @@ s32 ixgbe_dcb_check_config_cee(struct ixgbe_dcb_config *dcb_config)
goto err_config;
}
if (p->tsa == ixgbe_dcb_tsa_strict) {
- link_strict[i][bw_id] = TRUE;
+ link_strict[i][bw_id] = true;
/* Link strict should have zero bandwidth */
if (bw) {
ret_val = IXGBE_ERR_CONFIG;