commit | 88a1fd7dd96b7c21f1bd0109c7c9df0249fc9447 | [log] [tgz] |
---|---|---|
author | Brett Witherspoon <spoonb@cdspooner.com> | Mon Apr 08 13:44:03 2019 -0500 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Apr 17 15:39:04 2019 +0300 |
tree | c01b1fdcb3f4fd96090bc46440351236b6cf0899 | |
parent | 39131dc3cee93e9e08e1f612bfa4fe5e1e81f303 [diff] |
net: fix errno returned without promiscuous mode support If promiscuous mode support is disabled in Kconfig and promiscuous.h is included the build will fail. The returned errno should be ENOTSUP. Signed-off-by: Brett Witherspoon <spoonb@cdspooner.com>