Browse Source

qcacld-3.0: Remove obsolete struct lim_max_tx_pwr_attr

The logic that utilized struct lim_max_tx_pwr_attr was removed with:
    qcacld-3.0: Add TPC calculation logic to obtain max tx power
    Change-Id I80a2454c2ef0dbc3b1d69e8b233b1a56567ec1a1

Since this struct is obsolete, remove it.

Change-Id: I5c885e5b37ee2e451a0c5474c2d6e7540ada93b9
CRs-Fixed: 3423249
Jeff Johnson 2 years ago
parent
commit
68a43bd7b0
1 changed files with 0 additions and 12 deletions
  1. 0 12
      core/mac/src/pe/lim/lim_utils.h

+ 0 - 12
core/mac/src/pe/lim/lim_utils.h

@@ -137,18 +137,6 @@ typedef struct last_processed_frame {
 	uint16_t seq_num;
 } last_processed_msg;
 
-/**
- * struct lim_max_tx_pwr_attr - List of tx powers from various sources
- * @reg_max: power from regulatory database
- * @ap_tx_power: local power constraint adjusted value
- * @frequency: current operating frequency for which above powers are defined
- */
-struct lim_max_tx_pwr_attr {
-	int8_t reg_max;
-	int8_t ap_tx_power;
-	uint32_t frequency;
-};
-
 /* LIM utility functions */
 bool lim_is_valid_frame(last_processed_msg *last_processed_frm,
 		uint8_t *pRxPacketInfo);