qcacld-3.0: Remove last_radar_found_channel from tSapDfsInfo

The last_radar_found_channel field in tSapDfsInfo is unused,
so remove it.

Change-Id: I7afb516b01f5f696ea9fb9ad386daf2b0767e754
CRs-Fixed: 2380769
This commit is contained in:
Jeff Johnson
2019-01-06 13:56:15 -08:00
committed by nshrivas
parent c7429e600c
commit ec828e6c62

View File

@@ -603,7 +603,6 @@ typedef struct sSapDfsInfo {
* detected on current Channel
*/
uint8_t target_channel;
uint8_t last_radar_found_channel;
uint8_t ignore_cac;
eSapDfsCACState_t cac_state;
uint8_t user_provided_target_channel;