diff options
| author | Agarwal Ashish <ashishka@qti.qualcomm.com> | 2014-03-24 16:58:14 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-03-26 21:24:31 -0700 |
| commit | bf2be157ffa4fdff6459b91ea21594734d3a1466 (patch) | |
| tree | 14332a87749e6191f91e10f804cd15b63911fd06 | |
| parent | a5166b9d1982fb846d5092e3166faee5cd34552b (diff) | |
wlan: Reduce log level fatal to info.
Avoiding Watchdog Bark due to Excessive logging.
Reducing log level fatal to Info level.
Change-Id: I23658b1492ec7e67cb396080f9ac0c5eced78034
CRs-Fixed: 582560
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_hostapd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/HDD/src/wlan_hdd_hostapd.c b/CORE/HDD/src/wlan_hdd_hostapd.c index 14cfa72cda10..255041a86b9b 100644 --- a/CORE/HDD/src/wlan_hdd_hostapd.c +++ b/CORE/HDD/src/wlan_hdd_hostapd.c @@ -265,7 +265,7 @@ int hdd_hostapd_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) if ((SIOCDEVPRIVATE + 1) == cmd) { - VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, + VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO, "***HOSTAPD*** : Received %s cmd from Wi-Fi GUI***", command); if(strncmp(command, "P2P_SET_NOA", 11) == 0 ) |
