diff options
-rw-r--r-- | net/dcb/dcbnl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dcb/dcbnl.c b/net/dcb/dcbnl.c index 8dfa1da7c40d..656c7c75b192 100644 --- a/net/dcb/dcbnl.c +++ b/net/dcb/dcbnl.c | |||
@@ -704,6 +704,7 @@ static int dcbnl_setapp(struct net_device *netdev, struct nlattr **tb, | |||
704 | 704 | ||
705 | ret = dcbnl_reply(err, RTM_SETDCB, DCB_CMD_SAPP, DCB_ATTR_APP, | 705 | ret = dcbnl_reply(err, RTM_SETDCB, DCB_CMD_SAPP, DCB_ATTR_APP, |
706 | pid, seq, flags); | 706 | pid, seq, flags); |
707 | dcbnl_cee_notify(netdev, RTM_SETDCB, DCB_CMD_SAPP, seq, 0); | ||
707 | out: | 708 | out: |
708 | return ret; | 709 | return ret; |
709 | } | 710 | } |
@@ -936,6 +937,7 @@ static int dcbnl_setall(struct net_device *netdev, struct nlattr **tb, | |||
936 | 937 | ||
937 | ret = dcbnl_reply(netdev->dcbnl_ops->setall(netdev), RTM_SETDCB, | 938 | ret = dcbnl_reply(netdev->dcbnl_ops->setall(netdev), RTM_SETDCB, |
938 | DCB_CMD_SET_ALL, DCB_ATTR_SET_ALL, pid, seq, flags); | 939 | DCB_CMD_SET_ALL, DCB_ATTR_SET_ALL, pid, seq, flags); |
940 | dcbnl_cee_notify(netdev, RTM_SETDCB, DCB_CMD_SET_ALL, seq, 0); | ||
939 | 941 | ||
940 | return ret; | 942 | return ret; |
941 | } | 943 | } |