Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c58016b0 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 766376c6 on remote branch

Change-Id: I62ba0ab9d7c894a94e9ff39468c359dde3162f56
parents 6af7f26c 766376c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}