diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-06-11 03:41:08 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-21 09:48:18 -0400 |
commit | bf7c46a7672830eb13898b2871de7780448f0674 (patch) | |
tree | 82fe9b91b60cba97675c01e6b36e0fae2a1f6cbd /drivers/net/wireless/ti | |
parent | 09aad14f6533d0db47b8077792fcb7c8fc881cf1 (diff) |
wl18xx: set Tx align quirk for PG2
Before patch b5d6d9b (wlcore/wl12xx/wl18xx: don't use TX align quirk
for wl127x), this was automatically set for all platforms. As this
should now be set explicitly, set it for PG2 as well.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index 18cf19c12941..066e8e5cbb66 100644 --- a/drivers/net/wireless/ti/wl18xx/main.c +++ b/drivers/net/wireless/ti/wl18xx/main.c | |||
@@ -608,8 +608,8 @@ static int wl18xx_identify_chip(struct wl1271 *wl) | |||
608 | wl->plt_fw_name = WL18XX_FW_NAME; | 608 | wl->plt_fw_name = WL18XX_FW_NAME; |
609 | wl->quirks |= WLCORE_QUIRK_NO_ELP | | 609 | wl->quirks |= WLCORE_QUIRK_NO_ELP | |
610 | WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN | | 610 | WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN | |
611 | WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN | | ||
611 | WLCORE_QUIRK_TX_PAD_LAST_FRAME; | 612 | WLCORE_QUIRK_TX_PAD_LAST_FRAME; |
612 | |||
613 | break; | 613 | break; |
614 | case CHIP_ID_185x_PG10: | 614 | case CHIP_ID_185x_PG10: |
615 | wl1271_debug(DEBUG_BOOT, "chip id 0x%x (185x PG10)", | 615 | wl1271_debug(DEBUG_BOOT, "chip id 0x%x (185x PG10)", |