diff options
| -rw-r--r-- | core/sme/src/common/sme_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sme/src/common/sme_api.c b/core/sme/src/common/sme_api.c index 5a602054f10c..99b35ce8e2a4 100644 --- a/core/sme/src/common/sme_api.c +++ b/core/sme/src/common/sme_api.c @@ -17301,7 +17301,7 @@ QDF_STATUS sme_get_rcpi(tHalHandle hal, struct sme_rcpi_req *rcpi) static void sme_prepare_beacon_from_bss_descp(uint8_t *frame_buf, tSirBssDescription *bss_descp, const tSirMacAddr bssid, - uint8_t ie_len) + uint32_t ie_len) { tDot11fBeacon1 *bcn_fixed; tpSirMacMgmtHdr mac_hdr = (tpSirMacMgmtHdr)frame_buf; |
