commit | ea2325b89d16c0803714d48e28b116aec2ef5026 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Jan 19 15:54:36 2015 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jan 27 19:40:47 2015 +0200 |
tree | fd79477f43d4bd63e36ebc9968b8f13fa953a61c | |
parent | c5ed1df781cb544d4e4d189bb5b6ec7336d8888c [diff] |
mwifiex: set netif carrier off in ndo_open This patch adds fix to set carrier state off during ndo_open. Carrier should be set to ON when device is ready to send data. In case of station/adhoc interface device is able to transfer data after successful association/join operation. For AP this would be after bss_active event. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>