summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadan Mohan Koyyalamudi <mkoyyala@qca.qualcomm.com>2013-10-29 20:47:45 -0700
committerMadan Mohan Koyyalamudi <mkoyyala@qca.qualcomm.com>2013-10-29 20:51:01 -0700
commit97ebdbbb86416a8dea30dcd6dac3da112cc860b7 (patch)
tree7486843405ab5595ba8513db573f68af89d704f2
parent496ae9978601553d325fbc79af0f174dc27f7953 (diff)
[minor fix] cld: wma: Roaming feature changes
This is minor for the original commit id - 496ae9978601553d325fbc79af0f174dc27f7953 WMA Implement WDA_START_ROAM_CANDIDATE_LOOKUP_REQ for roam params Add WMITLV commands to send parameters to Rome firmware cld: wma: Roaming feature changes WMA Implement WDA_START_ROAM_CANDIDATE_LOOKUP_REQ for roam params Add WMITLV commands to send parameters to Rome firmware Handle WMI_ROAM_REASON_BETTER_AP indication from firmware TLSHIM Remember the most recent beacon that matches the connected AP. Resend that beacon to PE with a special flag when WMI_ROAM_REASON_BETTER_AP event is received. That translates to completion of roaming scan and triggers candidate selection Implement WDA_ADD_BSS_REQ, WDA_ADD_STA_REQ reassociation sequence CRs-fixed: 562120
-rw-r--r--CORE/SERVICES/WMA/wma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/SERVICES/WMA/wma.c b/CORE/SERVICES/WMA/wma.c
index 3a91846dfb6b..46444cc84e9b 100644
--- a/CORE/SERVICES/WMA/wma.c
+++ b/CORE/SERVICES/WMA/wma.c
@@ -6242,7 +6242,7 @@ static VOS_STATUS wma_pno_start(tp_wma_handle wma, tpSirPNOScanReq pno)
WMA_LOGD("Ch[%d]: %d MHz", i, channel_list[i]);
}
- buf_ptr += cmd->num_of_channels * sizeof(u_int32+t);
+ buf_ptr += cmd->num_of_channels * sizeof(u_int32_t);
/* TODO: PNO offload present in discrete firmware is implemented