Forráskód Böngészése

qcacmn: Suppress MLD print

Suppress MLD print since this print is unrelated for
non-mld platform.

Change-Id: I4cf04001d3f0e3c1c63b27adc5a71cc627a382fd
CRs-Fixed: 3582264
Nandha Kishore Easwaran 1 éve
szülő
commit
1f24545139
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      dp/wifi3.0/dp_rings_main.c

+ 1 - 1
dp/wifi3.0/dp_rings_main.c

@@ -4288,7 +4288,7 @@ static inline void dp_soc_get_ap_mld_mode(struct dp_soc *soc)
 		soc->cdp_soc.ol_ops->get_dp_cfg_param(soc->ctrl_psoc,
 					CDP_CFG_MLD_NETDEV_MODE_AP);
 	}
-	qdf_info("DP mld_mode_ap-%u\n", soc->mld_mode_ap);
+	dp_info("DP mld_mode_ap-%u\n", soc->mld_mode_ap);
 }
 #else
 static inline void dp_soc_get_ap_mld_mode(struct dp_soc *soc)