From: Arik Nemtsov <arik@wizery.com>
Date: Thu, 10 May 2012 09:13:40 +0000 (+0300)
Subject: wl18xx: disable FW log functionality
X-Git-Tag: firefly_0821_release~3680^2~2381^2~57^2~229^2~136
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d9fedea2a31476e7d11b3cc80c843de6cf135bd9;p=firefly-linux-kernel-4.4.55.git

wl18xx: disable FW log functionality

Currently (Fw .67) appears to do more harm than good.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
---

diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c
index 82403e356eb8..0f078860804d 100644
--- a/drivers/net/wireless/ti/wl18xx/main.c
+++ b/drivers/net/wireless/ti/wl18xx/main.c
@@ -574,6 +574,7 @@ static int wl18xx_identify_chip(struct wl1271 *wl)
 			     wl->chip.id);
 		wl->sr_fw_name = WL18XX_FW_NAME;
 		wl->quirks |= WLCORE_QUIRK_NO_ELP |
+			      WLCORE_QUIRK_FWLOG_NOT_IMPLEMENTED |
 			      WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN;
 
 		/* TODO: need to blocksize alignment for RX/TX separately? */