Commit d9fedea2 authored by Arik Nemtsov's avatar Arik Nemtsov Committed by Luciano Coelho

wl18xx: disable FW log functionality

Currently (Fw .67) appears to do more harm than good.
Signed-off-by: default avatarArik Nemtsov <arik@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent 1c351da6
...@@ -574,6 +574,7 @@ static int wl18xx_identify_chip(struct wl1271 *wl) ...@@ -574,6 +574,7 @@ static int wl18xx_identify_chip(struct wl1271 *wl)
wl->chip.id); wl->chip.id);
wl->sr_fw_name = WL18XX_FW_NAME; wl->sr_fw_name = WL18XX_FW_NAME;
wl->quirks |= WLCORE_QUIRK_NO_ELP | wl->quirks |= WLCORE_QUIRK_NO_ELP |
WLCORE_QUIRK_FWLOG_NOT_IMPLEMENTED |
WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN; WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN;
/* TODO: need to blocksize alignment for RX/TX separately? */ /* TODO: need to blocksize alignment for RX/TX separately? */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment