[PATCH 02/13] staging: most: net: use dormant state

2017-05-12 Thread Christian Gromm
From: Andrey Shvetsov This replaces the call of wait_for_completion in case of an invalid MAC address in the function most_nd_open() with the dormant state of the network device. As a side effect, opening the network device cannot fail anymore. Signed-off-by: Andrey Shvetsov Signed-off-by: Chr

staging: most: net: use dormant state

2017-05-10 Thread Christian Gromm
From: Andrey Shvetsov This replaces the call of wait_for_completion in case of an invalid MAC address in the function most_nd_open() with the dormant state of the network device. As a side effect, opening the network device cannot fail anymore. Signed-off-by: Andrey Shvetsov Signed-off-by: Chr