Forráskód Böngészése

qcacld-3.0: Remove unused typedef wma_txFailIndCallback

Previously change I7faaf646df363a74954defbef103afbb4b72af92
("qcacld-3.0: Add extended IBSS feature on qcacld-3.0") introduced two
different typedefs to serve the same purpose, txFailIndCallback which
is in use, and wma_txFailIndCallback which is unused, so remove the
unused one.

Change-Id: Icc3e016337500e4899d6bc2dc257a61d82f0ec65
CRs-Fixed: 2364267
Jeff Johnson 6 éve
szülő
commit
188173d940
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      core/wma/inc/wma_types.h

+ 0 - 2
core/wma/inc/wma_types.h

@@ -605,8 +605,6 @@ typedef QDF_STATUS (*wma_tx_dwnld_comp_callback)(void *context, qdf_nbuf_t buf,
 typedef QDF_STATUS (*wma_tx_ota_comp_callback)(void *context, qdf_nbuf_t buf,
 				      uint32_t status, void *params);
 
-typedef void (*wma_txFailIndCallback)(uint8_t *, uint8_t);
-
 /* generic callback for updating parameters from target to HDD */
 typedef void (*wma_tgt_cfg_cb)(hdd_handle_t handle, struct wma_tgt_cfg *cfg);