aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorArik Nemtsov <arik@wizery.com>2012-05-23 01:39:43 -0400
committerLuciano Coelho <coelho@ti.com>2012-06-08 02:14:19 -0400
commite27454b01304188205190238791b31efbfecfc04 (patch)
treefcd302e81a85f062cebf6b3218cb1c3036be023f /drivers/net
parent640dfb9b85bc80c607c07531dc5428418ef39974 (diff)
wl18xx: allow FW-log by default for PG2.0
This is supported by new FW versions (.88+). Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/ti/wl18xx/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c
index 9cdf24f70964..c26015b8830c 100644
--- a/drivers/net/wireless/ti/wl18xx/main.c
+++ b/drivers/net/wireless/ti/wl18xx/main.c
@@ -600,7 +600,6 @@ static int wl18xx_identify_chip(struct wl1271 *wl)
600 /* wl18xx uses the same firmware for PLT */ 600 /* wl18xx uses the same firmware for PLT */
601 wl->plt_fw_name = WL18XX_FW_NAME; 601 wl->plt_fw_name = WL18XX_FW_NAME;
602 wl->quirks |= WLCORE_QUIRK_NO_ELP | 602 wl->quirks |= WLCORE_QUIRK_NO_ELP |
603 WLCORE_QUIRK_FWLOG_NOT_IMPLEMENTED |
604 WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN | 603 WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN |
605 WLCORE_QUIRK_TX_PAD_LAST_FRAME; 604 WLCORE_QUIRK_TX_PAD_LAST_FRAME;
606 605