commit | c0f52fbac74e4ab17014c1625a651689a96896bb | [log] [tgz] |
---|---|---|
author | Tony Cho <tony.cho@atmel.com> | Tue Oct 20 17:10:46 2015 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 24 18:15:40 2015 -0700 |
tree | 57006ff9b6686b89c8932a752bab481651619c1c | |
parent | 12ba5416dc7702cc5bb6d8611d4c288302722c6a [diff] |
staging: wilc1000: fix the bug on copying bssid This patch reverts the commit, d79fd35b8c5d927695b48fa35aa586919818cce9. The WID_JOIN_REQ_EXTENDED among WIDs needs two parameters for the request to be sent to the firmware, which are the SA and the BSSID. For this case, both is the same bssid in the handle_connect function. So, it's required to be copied twice. Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>