mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
wl18xx: set Rx block-size alignment quirk
The 18xx FW sends Rx blocks with aligned length. Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
parent
1fab39dc4a
commit
7cfefd1f2a
@ -243,7 +243,8 @@ static int wl18xx_identify_chip(struct wl1271 *wl)
|
|||||||
wl1271_debug(DEBUG_BOOT, "chip id 0x%x (185x PG10)",
|
wl1271_debug(DEBUG_BOOT, "chip id 0x%x (185x PG10)",
|
||||||
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_RX_BLOCKSIZE_ALIGN;
|
||||||
|
|
||||||
/* TODO: need to blocksize alignment for RX/TX separately? */
|
/* TODO: need to blocksize alignment for RX/TX separately? */
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user