commit | 22bd26cba7fe9618fcb856d6d79bf87dd5457fd7 | [log] [tgz] |
---|---|---|
author | Michael Scott <michael.scott@linaro.org> | Tue Jan 10 08:28:23 2017 -0800 |
committer | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Jan 13 10:29:02 2017 +0100 |
tree | 300ce43427ef845192327b756a94d60f1387bf4d | |
parent | 0f2ce02abe9c1dc221f6d1af4733bddea72c1ed3 [diff] |
net: net_context: state setting is a value not individual bits The state of a net context is checked as a whole value (not individual bits). Currently, the net_context_set_state function is adding the passed in flags to the existing value. This is incorrect. Change-Id: Ieba6b9dfc35537745b14c50a2ccb115c6976c001 Signed-off-by: Michael Scott <michael.scott@linaro.org>