qcacmn: Remove redefinition of *tx_flow_control_fp

ol_txrx_tx_flow_control_fp and ol_txrx_tx_flow_control_is_pause_fp are
redefined dp/inc/cdp_txrx_mob_def.h, original definition is in
dp/inc/cdp_txrx_cmn_struct.h. Remove duplicate redefinition.

Change-Id: I2c2af59d8b24360cd09efeb12ea19c0340771bb8
CRs-Fixed: 2215678
This commit is contained in:
Manjunathappa Prakash
2018-03-23 17:23:15 -07:00
committed by nshrivas
parent d345d27867
commit 9eaa6f099b
2 changed files with 1 additions and 27 deletions

View File

@@ -407,32 +407,6 @@ struct ieee80211_delba_parameterset {
typedef void (*ol_txrx_vdev_peer_remove_cb)(void *handle, uint8_t *bssid,
uint8_t vdev_id, void *peer);
/**
* ol_txrx_tx_flow_control_fp - tx flow control notification
* function from txrx to OS shim
* @osif_dev - the virtual device's OS shim object
* @tx_resume - tx os q should be resumed or not
*/
typedef void (*ol_txrx_tx_flow_control_fp)(void *osif_dev, bool tx_resume);
/**
* ol_txrx_tx_flow_control_is_pause_fp - is tx paused by flow control
* function from txrx to OS shim
* @osif_dev - the virtual device's OS shim object
*
* Return: true if tx is paused by flow control
*/
typedef bool (*ol_txrx_tx_flow_control_is_pause_fp)(void *osif_dev);
/**
* ol_txrx_tx_flow_control_fp - tx flow control notification
* function from txrx to OS shim
* @osif_dev - the virtual device's OS shim object
* @tx_resume - tx os q should be resumed or not
*/
typedef void (*tx_flow_control_fp)(void *osif_dev,
bool tx_resume);
/**
* @typedef tx_pause_callback
* @brief OSIF function registered with the data path

View File

@@ -33,7 +33,7 @@ extern "C" {
#endif
#include "dbglog_common.h"
#include "ol_defines.h"
#include "wmi_unified_param.h"
#define DIAG_FWID_OFFSET 24
#define DIAG_FWID_MASK 0xFF000000 /* Bit 24-31 */