|
@@ -34,7 +34,8 @@
|
|
|
#define _CDP_TXRX_TX_THROTTLE_H_
|
|
|
|
|
|
#if defined(QCA_SUPPORT_TX_THROTTLE)
|
|
|
-void ol_tx_throttle_init_period(struct ol_txrx_pdev_t *pdev, int period);
|
|
|
+void ol_tx_throttle_init_period(struct ol_txrx_pdev_t *pdev, int period,
|
|
|
+ uint8_t *dutycycle_level);
|
|
|
|
|
|
void ol_tx_throttle_set_level(struct ol_txrx_pdev_t *pdev, int level);
|
|
|
#else
|
|
@@ -45,7 +46,8 @@ static inline void ol_tx_throttle_set_level(struct ol_txrx_pdev_t *pdev,
|
|
|
}
|
|
|
|
|
|
static inline void ol_tx_throttle_init_period(struct ol_txrx_pdev_t *pdev,
|
|
|
- int period)
|
|
|
+ int period,
|
|
|
+ uint8_t *dutycycle_level)
|
|
|
{
|
|
|
/* no-op */
|
|
|
}
|