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:

committed by
nshrivas

orang tua
d345d27867
melakukan
9eaa6f099b
@@ -407,32 +407,6 @@ struct ieee80211_delba_parameterset {
|
|||||||
typedef void (*ol_txrx_vdev_peer_remove_cb)(void *handle, uint8_t *bssid,
|
typedef void (*ol_txrx_vdev_peer_remove_cb)(void *handle, uint8_t *bssid,
|
||||||
uint8_t vdev_id, void *peer);
|
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
|
* @typedef tx_pause_callback
|
||||||
* @brief OSIF function registered with the data path
|
* @brief OSIF function registered with the data path
|
||||||
|
@@ -33,7 +33,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "dbglog_common.h"
|
#include "dbglog_common.h"
|
||||||
#include "ol_defines.h"
|
#include "wmi_unified_param.h"
|
||||||
|
|
||||||
#define DIAG_FWID_OFFSET 24
|
#define DIAG_FWID_OFFSET 24
|
||||||
#define DIAG_FWID_MASK 0xFF000000 /* Bit 24-31 */
|
#define DIAG_FWID_MASK 0xFF000000 /* Bit 24-31 */
|
||||||
|
Reference in New Issue
Block a user