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
This commit is contained in:
Jeff Johnson
2023-03-02 15:24:07 -08:00
committed by Madan Koyyalamudi
parent 13ec839272
commit 68a43bd7b0

View File

@@ -137,18 +137,6 @@ typedef struct last_processed_frame {
uint16_t seq_num; uint16_t seq_num;
} last_processed_msg; } 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 */ /* LIM utility functions */
bool lim_is_valid_frame(last_processed_msg *last_processed_frm, bool lim_is_valid_frame(last_processed_msg *last_processed_frm,
uint8_t *pRxPacketInfo); uint8_t *pRxPacketInfo);