qcacld-3.0: Remove typedef tSap_DfsNolInfo
The only use of typedef tSap_DfsNolInfo is to define the unused sapDfsNolInfo field in typedef tSap_Event. Since they serve no purpose remove both the sapDfsNolInfo field and the tSap_DfsNolInfo typedef. Change-Id: Ic63288c0ea59b4f26a20d65a3e41503e49efedbd CRs-Fixed: 2364102
This commit is contained in:
@@ -382,11 +382,6 @@ typedef struct sap_MaxAssocExceededEvent_s {
|
||||
struct qdf_mac_addr macaddr;
|
||||
} tSap_MaxAssocExceededEvent;
|
||||
|
||||
typedef struct sap_DfsNolInfo_s {
|
||||
uint16_t sDfsList; /* size of pDfsList in byte */
|
||||
void *pDfsList; /* pointer to pDfsList buffer */
|
||||
} tSap_DfsNolInfo;
|
||||
|
||||
/**
|
||||
* sap_acs_ch_selected_s - the structure to hold the selected channels
|
||||
* @pri_channel: Holds the ACS selected primary channel
|
||||
@@ -469,8 +464,6 @@ typedef struct sap_Event_s {
|
||||
tSap_UnknownSTAJoinEvent sapUnknownSTAJoin;
|
||||
/* eSAP_MAX_ASSOC_EXCEEDED */
|
||||
tSap_MaxAssocExceededEvent sapMaxAssocExceeded;
|
||||
/*eSAP_DFS_NOL_XXX */
|
||||
tSap_DfsNolInfo sapDfsNolInfo;
|
||||
struct sap_ch_selected_s sap_ch_selected;
|
||||
struct sap_roc_ready_ind_s sap_roc_ind;
|
||||
struct sap_ch_change_ind sap_chan_cng_ind;
|
||||
|
Reference in New Issue
Block a user