diff --git a/core/mac/inc/sir_api.h b/core/mac/inc/sir_api.h index fd8bb785c6..34a2de9dff 100644 --- a/core/mac/inc/sir_api.h +++ b/core/mac/inc/sir_api.h @@ -2995,14 +2995,12 @@ typedef struct { * @mac_addr: mac address received from target * @txRate: TX rate * @mcsIndex: MCS index - * @txRateFlags: TX rate flags * @rssi: RSSI */ typedef struct { uint8_t mac_addr[QDF_MAC_ADDR_SIZE]; uint32_t txRate; uint32_t mcsIndex; - uint32_t txRateFlags; int8_t rssi; } tSirIbssPeerInfoParams; diff --git a/core/wma/src/wma_data.c b/core/wma/src/wma_data.c index 64ccc6a68f..c175674cb3 100644 --- a/core/wma/src/wma_data.c +++ b/core/wma/src/wma_data.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2013-2019 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -2132,7 +2132,6 @@ int wma_ibss_peer_info_event_handler(void *handle, uint8_t *data, WMA_TGT_NOISE_FLOOR_DBM; pSmeRsp->txRate = peer_info->data_rate; - pSmeRsp->txRateFlags = 0; WMA_LOGE("peer " MAC_ADDRESS_STR "rssi %d txRate %d", MAC_ADDR_ARRAY(peer_mac),