Browse Source

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
Nachiket Kukade 6 years ago
parent
commit
079b67f747
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/mac/inc/sir_api.h

+ 0 - 3
core/mac/inc/sir_api.h

@@ -5467,14 +5467,11 @@ struct sir_apf_set_offload {
  * @apf_version: fw's implement version
  * @max_apf_filters: max filters that fw supports
  * @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 {
 	uint32_t apf_version;
 	uint32_t max_apf_filters;
 	uint32_t max_bytes_for_apf_inst;
-	uint32_t remaining_bytes_for_apf_inst;
 };
 
 #ifndef QCA_SUPPORT_CP_STATS