Browse Source

qcacld-3.0: Remove pe_ndp_event_handler from t_wma_handle

Previously change I5828002d2363e01f63b0a643a0c59abd52bc4f19
("qcacld-3.0: NAN datapath cleanup") removed the code that uses
the pe_ndp_event_handler but did not remove the field from the
t_wma_handle structure, so remove it now.

Change-Id: I4b23e55fcdb8178d6a272fd46094af5505b94cc7
CRs-Fixed: 2365061
Jeff Johnson 6 năm trước cách đây
mục cha
commit
da8f43cc27
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      core/wma/inc/wma.h

+ 0 - 3
core/wma/inc/wma.h

@@ -1093,7 +1093,6 @@ struct wma_valid_channels {
  * @saved_chan: saved channel list sent as part of
  *   WMI_SCAN_CHAN_LIST_CMDID
  * @nan_datapath_enabled: Is NAN datapath support enabled in firmware?
- * @pe_ndp_event_handler: Handler function for NAN Data Path events
  * @fw_timeout_crash: Should firmware be reset upon response timeout?
  * @sub_20_support: Does target support sub-20MHz bandwidth (aka
  *   half-rate and quarter-rate)?
@@ -1237,8 +1236,6 @@ typedef struct {
 	struct wma_ini_config ini_config;
 	struct wma_valid_channels saved_chan;
 	bool nan_datapath_enabled;
-	QDF_STATUS (*pe_ndp_event_handler)(struct mac_context *mac_ctx,
-					   struct scheduler_msg *msg);
 	bool fw_timeout_crash;
 	bool sub_20_support;
 	bool is_dfs_offloaded;