qcacld-3.0: Remove remaining_bytes_for_apf_inst variable
Variable remaining_bytes_for_apf_inst was introduced in change I63a5f7222de74cbb80d656f20f42d1b8453dce26, and renamed later. But it was never used, so remove it. Remove remaining_bytes_for_apf_inst variable. Change-Id: I0382ff970b3fafd279453a71c1c65e1731f67aa6 CRs-Fixed: 2369099
This commit is contained in:

committed by
nshrivas

parent
a5319270ae
commit
079b67f747
@@ -5467,14 +5467,11 @@ struct sir_apf_set_offload {
|
|||||||
* @apf_version: fw's implement version
|
* @apf_version: fw's implement version
|
||||||
* @max_apf_filters: max filters that fw supports
|
* @max_apf_filters: max filters that fw supports
|
||||||
* @max_bytes_for_apf_inst: the max bytes that can be used as apf instructions
|
* @max_bytes_for_apf_inst: the max bytes that can be used as apf instructions
|
||||||
* @remaining_bytes_for_apf_inst: remaining bytes for apf instructions
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
struct sir_apf_get_offload {
|
struct sir_apf_get_offload {
|
||||||
uint32_t apf_version;
|
uint32_t apf_version;
|
||||||
uint32_t max_apf_filters;
|
uint32_t max_apf_filters;
|
||||||
uint32_t max_bytes_for_apf_inst;
|
uint32_t max_bytes_for_apf_inst;
|
||||||
uint32_t remaining_bytes_for_apf_inst;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef QCA_SUPPORT_CP_STATS
|
#ifndef QCA_SUPPORT_CP_STATS
|
||||||
|
Reference in New Issue
Block a user