Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314063
b: refs/heads/master
c: 7cfefd1
h: refs/heads/master
i:
  314061: d8966af
  314059: 4ed09d7
  314055: 2223f47
  314047: 84e2dcb
v: v3
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Jun 5, 2012
1 parent f7fe4d7 commit c1cd268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1fab39dc4a5fbd241787eb964d911d0aecbbcb84
refs/heads/master: 7cfefd1f2acbd5ff2a1a8846de058064bd63550a
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ static int wl18xx_identify_chip(struct wl1271 *wl)
wl1271_debug(DEBUG_BOOT, "chip id 0x%x (185x PG10)",
wl->chip.id);
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? */
break;
Expand Down

0 comments on commit c1cd268

Please sign in to comment.