]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
bcmdhd: reduce the unwanted log level to trace
authorBibhay Ranjan <bibhayr@nvidia.com>
Wed, 26 Nov 2014 05:39:01 +0000 (11:09 +0530)
committerBharat Nihalani <bnihalani@nvidia.com>
Mon, 29 Dec 2014 08:46:34 +0000 (00:46 -0800)
Bug 200055288

Change-Id: Id4bf6152c5565243c7fb6c0b1910e146acf97239
Signed-off-by: Bibhay Ranjan <bibhayr@nvidia.com>
Reviewed-on: http://git-master/r/655780
(cherry picked from commit d1bee06d8d12f152915c6662faa6214aee803936)
Reviewed-on: http://git-master/r/661539
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
drivers/net/wireless/bcmdhd/dhd_ip.c

index c713e946de7514c606b16ff449e569ef296c8c66..3a7f46b7fd1b7d952cc9305fc47f75226b12dd77 100644 (file)
@@ -872,7 +872,7 @@ dhd_tcpdata_info_get(dhd_pub_t *dhdp, void *pkt)
                                bcopy(last_tdata_info, tdata_info_tmp, sizeof(tcpdata_info_t));
                        }
                        bzero(last_tdata_info, sizeof(tcpdata_info_t));
-                       DHD_ERROR(("%s %d: tcpdata_info(idx %d) is aged out. ttl cnt is now %d\n",
+                       DHD_TRACE(("%s %d: tcpdata_info(idx %d) is aged out. ttl cnt is now %d\n",
                                __FUNCTION__, __LINE__, i, tcpack_sup_mod->tcpdata_info_cnt));
                        /* Don't increase "i" here, so that the prev last tcpdata_info is checked */
                } else
@@ -901,7 +901,7 @@ dhd_tcpdata_info_get(dhd_pub_t *dhdp, void *pkt)
                /* No TCP flow with the same IP addr and TCP port is found
                 * in tcp_data_info_tbl. So add this flow to the table.
                 */
-               DHD_ERROR(("%s %d: Add data info to tbl[%d]: IP addr "IPV4_ADDR_STR" "IPV4_ADDR_STR
+               DHD_TRACE(("%s %d: Add data info to tbl[%d]: IP addr "IPV4_ADDR_STR" "IPV4_ADDR_STR
                        " TCP port %d %d\n",
                        __FUNCTION__, __LINE__, tcpack_sup_mod->tcpdata_info_cnt,
                        IPV4_ADDR_TO_STR(ntoh32_ua(&ip_hdr[IPV4_SRC_IP_OFFSET])),