Merge "qcacld-3.0: Correct dev name in logs" into wlan-cld3.driver.lnx.2.0-dev

Bu işleme şunda yer alıyor:
CNSS_WLAN Service
2017-07-25 09:07:48 -07:00
işlemeyi yapan: Gerrit - the friendly Code Review server
işleme bc38804145

Dosyayı Görüntüle

@@ -3688,7 +3688,6 @@ hdd_adapter_t *hdd_open_adapter(hdd_context_t *hdd_ctx, uint8_t session_type,
QDF_STATUS status = QDF_STATUS_E_FAILURE;
hdd_cfg80211_state_t *cfgState;
hdd_info("%s interface created. iftype: %d", iface_name, session_type);
if (hdd_ctx->current_intf_count >= hdd_ctx->max_intf_count) {
/*
@@ -3877,7 +3876,11 @@ hdd_adapter_t *hdd_open_adapter(hdd_context_t *hdd_ctx, uint8_t session_type,
}
if (QDF_STATUS_SUCCESS != hdd_debugfs_init(adapter))
hdd_err("Interface %s wow debug_fs init failed", iface_name);
hdd_err("Interface %s wow debug_fs init failed",
netdev_name(adapter->dev));
hdd_info("%s interface created. iftype: %d", netdev_name(adapter->dev),
session_type);
return adapter;