diff options
| -rw-r--r-- | CORE/SERVICES/WMA/wma.c | 2 |
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 |
