|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -123,7 +123,7 @@ uint8_t *mac_trace_get_lim_sme_state(uint16_t lim_state)
|
|
|
|
|
|
/**
|
|
|
* mac_trace_get_lim_mlm_state() - Get the lim mlm state
|
|
|
- * @mlmstate: State in numeric form
|
|
|
+ * @mlm_state: State in numeric form
|
|
|
*
|
|
|
* This function will return a string equivalent of the state.
|
|
|
*
|
|
@@ -353,7 +353,6 @@ uint8_t *mac_trace_get_wma_msg_string(uint16_t wma_msg)
|
|
|
CASE_RETURN_STRING(WMA_P2P_NOA_ATTR_IND);
|
|
|
CASE_RETURN_STRING(WMA_PWR_SAVE_CFG);
|
|
|
|
|
|
- CASE_RETURN_STRING(WMA_IBSS_STA_ADD);
|
|
|
CASE_RETURN_STRING(WMA_TIMER_ADJUST_ADAPTIVE_THRESHOLD_IND);
|
|
|
CASE_RETURN_STRING(WMA_SET_STA_BCASTKEY_RSP);
|
|
|
CASE_RETURN_STRING(WMA_ADD_TS_RSP);
|