OSDN Git Service

net: wireless: bcmdhd: Suppress dhd_pno_set message in case of success
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 19 Sep 2011 19:33:25 +0000 (12:33 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Mon, 19 Sep 2011 19:37:49 +0000 (12:37 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/dhd_common.c

index 9996267..146b7a7 100644 (file)
@@ -1988,7 +1988,7 @@ dhd_pno_set(dhd_pub_t *dhd, wlc_ssid_t* ssids_local, int nssid, ushort scan_fr,
                                return err;
                        }
                        else
-                               DHD_ERROR(("%s set OK with PNO time=%d repeat=%d max_adjust=%d\n",
+                               DHD_TRACE(("%s set OK with PNO time=%d repeat=%d max_adjust=%d\n",
                                        __FUNCTION__, pfn_param.scan_freq,
                                        pfn_param.repeat, pfn_param.exp));
                }