|
@@ -419,8 +419,9 @@ int wma_ocb_get_tsf_timer(tp_wma_handle wma_handle,
|
|
|
*
|
|
|
* Return: 0 on success
|
|
|
*/
|
|
|
-int wma_ocb_get_tsf_timer_resp_event_handler(void *handle, uint8_t *event_buf,
|
|
|
- uint32_t len)
|
|
|
+static int wma_ocb_get_tsf_timer_resp_event_handler(void *handle,
|
|
|
+ uint8_t *event_buf,
|
|
|
+ uint32_t len)
|
|
|
{
|
|
|
QDF_STATUS qdf_status;
|
|
|
struct sir_ocb_get_tsf_timer_response *response;
|
|
@@ -489,8 +490,9 @@ int wma_dcc_get_stats(tp_wma_handle wma_handle,
|
|
|
*
|
|
|
* Return: 0 on success
|
|
|
*/
|
|
|
-int wma_dcc_get_stats_resp_event_handler(void *handle, uint8_t *event_buf,
|
|
|
- uint32_t len)
|
|
|
+static int wma_dcc_get_stats_resp_event_handler(void *handle,
|
|
|
+ uint8_t *event_buf,
|
|
|
+ uint32_t len)
|
|
|
{
|
|
|
QDF_STATUS qdf_status;
|
|
|
struct sir_dcc_get_stats_response *response;
|
|
@@ -588,8 +590,9 @@ int wma_dcc_update_ndl(tp_wma_handle wma_handle,
|
|
|
*
|
|
|
* Return: 0 on success
|
|
|
*/
|
|
|
-int wma_dcc_update_ndl_resp_event_handler(void *handle, uint8_t *event_buf,
|
|
|
- uint32_t len)
|
|
|
+static int wma_dcc_update_ndl_resp_event_handler(void *handle,
|
|
|
+ uint8_t *event_buf,
|
|
|
+ uint32_t len)
|
|
|
{
|
|
|
QDF_STATUS qdf_status;
|
|
|
struct sir_dcc_update_ndl_response *resp;
|
|
@@ -629,8 +632,8 @@ int wma_dcc_update_ndl_resp_event_handler(void *handle, uint8_t *event_buf,
|
|
|
*
|
|
|
* Return: 0 on success
|
|
|
*/
|
|
|
-int wma_dcc_stats_event_handler(void *handle, uint8_t *event_buf,
|
|
|
- uint32_t len)
|
|
|
+static int wma_dcc_stats_event_handler(void *handle, uint8_t *event_buf,
|
|
|
+ uint32_t len)
|
|
|
{
|
|
|
QDF_STATUS qdf_status;
|
|
|
struct sir_dcc_get_stats_response *response;
|