commit | b0ddfe2bb2bd80b1090d5bf42bb65243b76d3b97 | [log] [tgz] |
---|---|---|
author | Serhey Popovych <serhe.popovych@gmail.com> | Thu Mar 29 17:51:36 2018 +0300 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Mar 19 14:18:49 2019 -0700 |
tree | 6e490599d6b3e29b1f85331441b98a0be734e8ea | |
parent | 310974faccda080a5e0388d79cf6190d6aa0f1fa [diff] |
intel: correct return from set features callback According to comments in <linux/netdevice.h> we should return either >0 or -errno from ->ndo_set_features() if changing dev->features by itself. Return 1 in such places to notify netdev_update_features() about applied changes in dev->features. Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>