[PATCH] iw: Change socket configuration to avoid buffer allocation error

2016-05-18 Thread Tribush, Gil
Move nl_socket_set_buffer_size() to be called after genl_connect(), otherwise nl_socket_set_buffer_size() always returns an NLE_BAD_SOCK error because sk->s_fd is equal to -1 at that stage. Signed-off-by: Gil Treibush --- iw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] iw: Change socket configuration to avoid buffer allocation error

2016-05-31 Thread Johannes Berg
On Wed, 2016-05-18 at 11:22 +, Tribush, Gil wrote: > Move  nl_socket_set_buffer_size() to be called after genl_connect(), > otherwise nl_socket_set_buffer_size() always returns an NLE_BAD_SOCK > error because sk->s_fd is equal to -1 at that stage. > Applied. johannes -- To unsubscribe from t