|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
* Copyright (c) 2015-2021 The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2015-2021 The Linux Foundation. All rights reserved.
|
|
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -73,9 +73,8 @@ dp_tx_initialize_threshold(struct dp_tx_desc_pool_s *pool,
|
|
pool->stop_th[DP_TH_HI] = (pool->stop_th[DP_TH_BE_BK]
|
|
pool->stop_th[DP_TH_HI] = (pool->stop_th[DP_TH_BE_BK]
|
|
* FL_TH_HI_PERCENTAGE) / 100;
|
|
* FL_TH_HI_PERCENTAGE) / 100;
|
|
|
|
|
|
- QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
|
|
|
|
- "%s: tx flow control threshold is set, pool size is %d",
|
|
|
|
- __func__, flow_pool_size);
|
|
|
|
|
|
+ dp_info("tx flow control threshold is set, pool size is %d",
|
|
|
|
+ flow_pool_size);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|