|
@@ -1986,6 +1986,16 @@ void hdd_bus_bandwidth_destroy(struct hdd_context *hdd_ctx);
|
|
|
* Return: None.
|
|
|
*/
|
|
|
void hdd_bus_bw_cancel_work(struct hdd_context *hdd_ctx);
|
|
|
+
|
|
|
+/**
|
|
|
+ * hdd_send_wlan_tp_ind() - Send throughput indication
|
|
|
+ * @hdd_ctx: HDD context
|
|
|
+ *
|
|
|
+ * Send throughput indication
|
|
|
+ *
|
|
|
+ * Return: None.
|
|
|
+ */
|
|
|
+void hdd_send_wlan_tp_ind(struct hdd_context *hdd_ctx);
|
|
|
#else
|
|
|
|
|
|
static inline
|
|
@@ -2023,6 +2033,11 @@ static inline
|
|
|
void hdd_bus_bw_cancel_work(struct hdd_context *hdd_ctx)
|
|
|
{
|
|
|
}
|
|
|
+
|
|
|
+static inline
|
|
|
+void hdd_send_wlan_tp_ind(struct hdd_context *hdd_ctx)
|
|
|
+{
|
|
|
+}
|
|
|
#endif
|
|
|
|
|
|
int hdd_qdf_trace_enable(QDF_MODULE_ID module_id, uint32_t bitmask);
|