|
@@ -65,16 +65,14 @@ static inline void hdd_data_stall_send_event(uint32_t reason)
|
|
|
*
|
|
|
* Process data stall message
|
|
|
*
|
|
|
- * Return: QDF_STATUS
|
|
|
+ * Return: void
|
|
|
*/
|
|
|
-static QDF_STATUS hdd_data_stall_process_event(struct scheduler_msg *msg)
|
|
|
+static void hdd_data_stall_process_event(
|
|
|
+ struct data_stall_event_info *data_stall_info)
|
|
|
{
|
|
|
- struct data_stall_event_info *data_stall_info = msg->bodyptr;
|
|
|
-
|
|
|
hdd_data_stall_send_event(data_stall_info->data_stall_type);
|
|
|
-
|
|
|
- return QDF_STATUS_SUCCESS;
|
|
|
}
|
|
|
+
|
|
|
/**
|
|
|
* hdd_data_stall_process_cb() - Process data stall message
|
|
|
* @message: data stall message
|