Sfoglia il codice sorgente

qcacmn: Compilation fix, replace VOS by QDF macro

Change VOS_TRACE_LEVEL_ERROR to QDF_TRACE_LEVEL_ERROR.

Change-Id: I75575860e3ceea615740c34fc21db75082f10dfd
CRs-Fixed: 2121017
Manjunathappa Prakash 7 anni fa
parent
commit
136dd82676
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      utils/ptt/src/wlan_ptt_sock_svc.c

+ 1 - 1
utils/ptt/src/wlan_ptt_sock_svc.c

@@ -309,7 +309,7 @@ static void ptt_cmd_handler(const void *data, int data_len, void *ctx, int pid)
 	if (nla_len(tb[CLD80211_ATTR_DATA]) <  (length +
 						sizeof(payload->radio) +
 						sizeof(tAniHdr))) {
-		PTT_TRACE(VOS_TRACE_LEVEL_ERROR, "ATTR_DATA len check failed");
+		PTT_TRACE(QDF_TRACE_LEVEL_ERROR, "ATTR_DATA len check failed");
 		return;
 	}