|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2012-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
|
|
@@ -3359,7 +3359,7 @@ static void sme_qos_fill_aggr_info(int ac_id, int ts_id,
|
|
|
tSirAggrQosReq *msg,
|
|
|
struct sme_qos_sessioninfo *session)
|
|
|
{
|
|
|
- QDF_TRACE(QDF_MODULE_ID_SME, QDF_TRACE_LEVEL_WARN,
|
|
|
+ QDF_TRACE(QDF_MODULE_ID_SME, QDF_TRACE_LEVEL_DEBUG,
|
|
|
FL("Found tspec entry AC=%d, flow=%d, direction = %d"),
|
|
|
ac_id, ts_id, direction);
|
|
|
|
|
@@ -3451,7 +3451,7 @@ static QDF_STATUS sme_qos_ft_aggr_qos_req(struct mac_context *mac_ctx, uint8_t
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- QDF_TRACE(QDF_MODULE_ID_SME, QDF_TRACE_LEVEL_INFO,
|
|
|
+ QDF_TRACE(QDF_MODULE_ID_SME, QDF_TRACE_LEVEL_DEBUG,
|
|
|
FL("Sending aggregated message to HAL 0x%x"),
|
|
|
aggr_req->aggrInfo.tspecIdx);
|
|
|
|