[PATCH] Add join implementation for connecting to BSS

Eugene Krasnikov k.eugene.e at gmail.com
Tue Apr 16 04:18:46 EDT 2013


First of all sorry for not git patch format. I'll try to change that in future.
Also thanx for feedback. I'll update the patch shortly.

2013/4/16 Kalle Valo <kvalo at qca.qualcomm.com>:
> Eugene Krasnikov <k.eugene.e at gmail.com> writes:
>
>> From 845b14661e4d798d916edd3f8a009374e7d75896 Mon Sep 17 00:00:00 2001
>> From: Eugene Krasnikov <k.eugene.e at gmail.com>
>> Date: Mon, 15 Apr 2013 11:25:21 +0200
>> Subject: [PATCH] Add join implementation for connecting to BSS
>>
>> Send CONFIG_BSS and JOIN before sending AUTH frame
>>
>> Signed-off-by: Eugene Krasnikov <k.eugene.e at gmail.com>
>
> The patch got corrupted in email but I'll try to review anyway.
>
>>   if(changed & BSS_CHANGED_BSSID) {
>> + wcn36xx_info("wcn36xx_bss_info_changed
>> BSS_CHANGED_BSSID=%02x,%02x,%02x,%02x,%02x,%02x",bss_conf->bssid[0],
>> bss_conf->bssid[1], bss_conf->bssid[2], bss_conf->bssid[3],
>> bss_conf->bssid[4], bss_conf->bssid[5]);
>
> %pM is easier.
>
>> + if(true == sta_mode) {
>
> Unnecessary true, if (sta_mode) is enough.
>
> --
> Kalle Valo



-- 
Best regards,
Eugene



More information about the wcn36xx mailing list