nl80211: Note linux_set_iface_flags() failure in debug log
authorJouni Malinen <j@w1.fi>
Fri, 2 Jan 2015 20:54:30 +0000 (22:54 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Jan 2015 20:56:04 +0000 (22:56 +0200)
commitf2535da8790df8a44a441a6ca3a9a77b6beb1d78
treeaa70bd3073b81c74f9ff2460ce80bb8feaabac5f
parentce8ca2f9a0bc75c034b20ee544a0f6914b2ed9e6
nl80211: Note linux_set_iface_flags() failure in debug log

There was one final remaining linux_set_iface_flags() call that did not
check the result. This specific one does not really matter much, but
anyway, be more consistent by checking the result and log any error in
debug log. (CID 74146)

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c