commit | 20856adf22800ef90760d8256b6cf88675709584 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Sun Jun 19 01:55:57 2016 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Jun 29 19:01:57 2016 +0300 |
tree | aefcdea0f06e41af4d0d4a390af668427c2a52f1 | |
parent | bda9d01427f5b646e332e9e3d4b772477fd23c14 [diff] |
brcmfmac: add missing break when deleting P2P_DEVICE We obviously don't want to fall through in that switch. With this change 1) We wait for event (triggered by p2p_disc) as expected 2) We remove interface manually on timeout 3) We return 0 on success instead of -ENOTSUPP Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>