aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdo Reis2012-05-22 04:41:36 -0500
committerIdo Reis2012-05-22 04:41:36 -0500
commitc81a45ca55c1b761280d242553388aeea7f30ff6 (patch)
treeec9f5a78fea0510d3e2eec901f31739ae190b499
parent6c5ecb12cbe100a39c585c677df9a09fe1b5ff43 (diff)
downloadwl18xx-c81a45ca55c1b761280d242553388aeea7f30ff6.tar.gz
wl18xx-c81a45ca55c1b761280d242553388aeea7f30ff6.tar.xz
wl18xx-c81a45ca55c1b761280d242553388aeea7f30ff6.zip
wl18xx: enable fw logger for pg2 chips
fw logger is avialble for pg2 devices from fw 8.2.0.0.91 Signed-off-by: Ido Reis <idor@ti.com>
-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 3ad19a7226d0..cce4f8ddee67 100644
--- a/drivers/net/wireless/ti/wl18xx/main.c
+++ b/drivers/net/wireless/ti/wl18xx/main.c
@@ -628,7 +628,6 @@ static int wl18xx_identify_chip(struct wl1271 *wl)
628 /* wl18xx uses the same firmware for PLT */ 628 /* wl18xx uses the same firmware for PLT */
629 wl->plt_fw_name = WL18XX_FW_PG2_NAME; 629 wl->plt_fw_name = WL18XX_FW_PG2_NAME;
630 wl->quirks |= WLCORE_QUIRK_NO_ELP | 630 wl->quirks |= WLCORE_QUIRK_NO_ELP |
631 WLCORE_QUIRK_FWLOG_NOT_IMPLEMENTED |
632 WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN; 631 WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN;
633 if (enable_pad_last_frame) { 632 if (enable_pad_last_frame) {
634 wl->quirks |= WLCORE_QUIRK_TX_PAD_LAST_FRAME; 633 wl->quirks |= WLCORE_QUIRK_TX_PAD_LAST_FRAME;