Re: [PATCH] staging: wilc1000: fix the bug on copying bssid

2015-10-21 Thread Dan Carpenter
On Tue, Oct 20, 2015 at 05:10:46PM +0900, Tony Cho wrote: > 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

[PATCH] staging: wilc1000: fix the bug on copying bssid

2015-10-20 Thread Tony Cho
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