commit | a343cf5d329e54c6b76a83ec6e98c67ec6eb34bf | [log] [tgz] |
---|---|---|
author | Ajay Singh <ajay.kathat@microchip.com> | Sun Dec 02 18:03:34 2018 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Dec 05 09:49:45 2018 +0100 |
tree | ad53657f98a95eb578f50a38a7baddc2784a06f4 | |
parent | e559681279828000d7e3eb69ec7f463e54820c30 [diff] |
staging: wilc1000: avoid extra buffer copy while connect cfg ops Refactor the code to avoid the use of an extra buffer to store the connection related parameter. No need to call cfg80211_disconnected in case of failure to send the wid command to firmware, an error status is directly returned in cfg80211 connect callback. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>