|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2013-2016, 2018-2019 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2013-2016, 2018-2020 The Linux Foundation. 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
|
|
@@ -44,7 +44,7 @@
|
|
|
*
|
|
|
* Return: None
|
|
|
*/
|
|
|
-static inline void mac_trace(struct mac_context *mac_ctx, uint8_t code,
|
|
|
+static inline void mac_trace(struct mac_context *mac_ctx, uint16_t code,
|
|
|
uint16_t session, uint32_t data)
|
|
|
{
|
|
|
qdf_trace(QDF_MODULE_ID_PE, code, session, data);
|