Skip to content

Commit

Permalink
wl12xx: Set End-of-transaction Flag at Wl127x AP Mode
Browse files Browse the repository at this point in the history
End-of-transaction flag should be set when working with
wl127x chip on AP mode.

Thanks Ido Yariv <ido@wizery.com> for the guidance with that.

Signed-off-by: Shahar Levi <shahar_levi@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
  • Loading branch information
Shahar Levi authored and Luciano Coelho committed May 2, 2011
1 parent ff776ce commit 564f595
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/wireless/wl12xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,10 @@ static int wl1271_chip_wakeup(struct wl1271 *wl)
wl1271_debug(DEBUG_BOOT, "chip id 0x%x (1271 PG20)",
wl->chip.id);

/* end-of-transaction flag should be set in wl127x AP mode */
if (wl->bss_type == BSS_TYPE_AP_BSS)
wl->quirks |= WL12XX_QUIRK_END_OF_TRANSACTION;

ret = wl1271_setup(wl);
if (ret < 0)
goto out;
Expand Down

0 comments on commit 564f595

Please sign in to comment.