Loading core/mac/inc/qwlan_version.h +2 −2 Original line number Diff line number Diff line Loading @@ -32,9 +32,9 @@ #define QWLAN_VERSION_MAJOR 2 #define QWLAN_VERSION_MINOR 0 #define QWLAN_VERSION_PATCH 8 #define QWLAN_VERSION_EXTRA "L" #define QWLAN_VERSION_EXTRA "M" #define QWLAN_VERSION_BUILD 19 #define QWLAN_VERSIONSTR "2.0.8.19L" #define QWLAN_VERSIONSTR "2.0.8.19M" #endif /* QWLAN_VERSION_H */ core/mac/src/pe/lim/lim_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -1233,7 +1233,7 @@ static QDF_STATUS pe_handle_mgmt_frame(struct wlan_objmgr_psoc *psoc, ret = wma_form_rx_packet(buf, mgmt_rx_params, pVosPkt); if (ret) { pe_err_rl("Failed to fill cds packet from event buffer"); pe_debug_rl("Failed to fill cds packet from event buffer"); return QDF_STATUS_E_FAILURE; } Loading Loading
core/mac/inc/qwlan_version.h +2 −2 Original line number Diff line number Diff line Loading @@ -32,9 +32,9 @@ #define QWLAN_VERSION_MAJOR 2 #define QWLAN_VERSION_MINOR 0 #define QWLAN_VERSION_PATCH 8 #define QWLAN_VERSION_EXTRA "L" #define QWLAN_VERSION_EXTRA "M" #define QWLAN_VERSION_BUILD 19 #define QWLAN_VERSIONSTR "2.0.8.19L" #define QWLAN_VERSIONSTR "2.0.8.19M" #endif /* QWLAN_VERSION_H */
core/mac/src/pe/lim/lim_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -1233,7 +1233,7 @@ static QDF_STATUS pe_handle_mgmt_frame(struct wlan_objmgr_psoc *psoc, ret = wma_form_rx_packet(buf, mgmt_rx_params, pVosPkt); if (ret) { pe_err_rl("Failed to fill cds packet from event buffer"); pe_debug_rl("Failed to fill cds packet from event buffer"); return QDF_STATUS_E_FAILURE; } Loading