diff options
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_cfg80211.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c index 3967a606bc8b..454f7f8d9ef3 100644 --- a/CORE/HDD/src/wlan_hdd_cfg80211.c +++ b/CORE/HDD/src/wlan_hdd_cfg80211.c @@ -16277,7 +16277,9 @@ wlan_hdd_cfg80211_inform_bss_frame( hdd_adapter_t *pAdapter, * So drop the bss and continue to next bss. */ if (chan == NULL) { - hddLog(LOGE, FL("chan pointer is NULL")); + hddLog(LOGE, + FL("chan pointer is NULL, chan_no: %d freq: %d"), + chan_no, freq); kfree(mgmt); return NULL; } |
