commit | f3d7bc57c71eba3f279785111bb473b1ef68dcb6 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Wed Mar 02 10:35:33 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 02 15:04:33 2011 -0800 |
tree | c6a67621f6fcc5372c6d5c0d355c02a32b43621c | |
parent | 88d2d28b182dc3f38e68259efaa6dd3bc40ef1e6 [diff] |
net: dcbnl: check correct ops in dcbnl_ieee_set() The incorrect ops routine was being tested for in DCB_ATTR_IEEE_PFC attributes. This patch corrects it. Currently, every driver implementing ieee_setets also implements ieee_setpfc so this bug is not actualized yet. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>