Skip to content

Commit

Permalink
wl18xx: allow ELP by default for PG2.0
Browse files Browse the repository at this point in the history
This is supported by new FW versions (.96+).

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Ido Reis <idor@ti.com>
  • Loading branch information
Ido Reis committed May 30, 2012
1 parent 515f44e commit df0d736
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/wireless/ti/wl18xx/main.c
Expand Up @@ -633,8 +633,7 @@ static int wl18xx_identify_chip(struct wl1271 *wl)
wl->sr_fw_name = WL18XX_FW_PG2_NAME; wl->sr_fw_name = WL18XX_FW_PG2_NAME;
/* wl18xx uses the same firmware for PLT */ /* wl18xx uses the same firmware for PLT */
wl->plt_fw_name = WL18XX_FW_PG2_NAME; wl->plt_fw_name = WL18XX_FW_PG2_NAME;
wl->quirks |= WLCORE_QUIRK_NO_ELP | wl->quirks |= WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN;
WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN;
if (enable_pad_last_frame) { if (enable_pad_last_frame) {
wl->quirks |= WLCORE_QUIRK_TX_PAD_LAST_FRAME; wl->quirks |= WLCORE_QUIRK_TX_PAD_LAST_FRAME;
wl->quirks &= ~WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN; wl->quirks &= ~WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN;
Expand Down

0 comments on commit df0d736

Please sign in to comment.