ath10k: remove work in progress logs from snoc driver
authorGovind Singh <govinds@codeaurora.org>
Thu, 20 Dec 2018 07:53:36 +0000 (09:53 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 20 Dec 2018 17:03:15 +0000 (19:03 +0200)
All the necessary patches to make wifi running (over SNOC)
are merged and tested on SDM845/QCS404 platform with WCN3990
wifi module, hence remove work in progress debug from snoc
driver and Kconfig.

Signed-off-by: Govind Singh <govinds@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/Kconfig
drivers/net/wireless/ath/ath10k/snoc.c

index e1ad6b9166a6d6213ffaf9bc408264aba0f9d4bf..a7fb5441ced4a3d92070ea81fd78af4d8c292254 100644 (file)
@@ -47,8 +47,7 @@ config ATH10K_SNOC
        select QCOM_QMI_HELPERS
        ---help---
          This module adds support for integrated WCN3990 chip connected
-         to system NOC(SNOC). Currently work in progress and will not
-         fully work.
+         to system NOC(SNOC).
 
 config ATH10K_DEBUG
        bool "Atheros ath10k debugging"
index dad7e1ce79c04e45c401a0cefb6ee5cc6e44a749..54efe6be8f1d059e21981c0801e44e7ee200b95c 100644 (file)
@@ -1654,7 +1654,6 @@ static int ath10k_snoc_probe(struct platform_device *pdev)
        }
 
        ath10k_dbg(ar, ATH10K_DBG_SNOC, "snoc probe\n");
-       ath10k_warn(ar, "Warning: SNOC support is still work-in-progress, it will not work properly!");
 
        return 0;