Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247103
b: refs/heads/master
c: 1d732e8
h: refs/heads/master
i:
  247101: 678fa9b
  247099: 9a54510
  247095: effdc23
  247087: 4264169
  247071: 4c90494
  247039: 26842f2
v: v3
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Apr 19, 2011
1 parent a964264 commit 09bfc6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 958b20e068be2c6267c2b5764babf15b0d4f5c69
refs/heads/master: 1d732e8cf3dcc09d7c862b6c12f876533529073d
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ static int __devinit wl1271_probe(struct sdio_func *func,
/* Grab access to FN0 for ELP reg. */
func->card->quirks |= MMC_QUIRK_LENIENT_FN0;

/* Use block mode for transferring over one block size of data */
func->card->quirks |= MMC_QUIRK_BLKSZ_FOR_BYTE_MODE;

wlan_data = wl12xx_get_platform_data();
if (IS_ERR(wlan_data)) {
ret = PTR_ERR(wlan_data);
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/sdio_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,9 @@ static int __devinit wl1271_probe(struct sdio_func *func,
/* Grab access to FN0 for ELP reg. */
func->card->quirks |= MMC_QUIRK_LENIENT_FN0;

/* Use block mode for transferring over one block size of data */
func->card->quirks |= MMC_QUIRK_BLKSZ_FOR_BYTE_MODE;

wlan_data = wl12xx_get_platform_data();
if (IS_ERR(wlan_data)) {
ret = PTR_ERR(wlan_data);
Expand Down

0 comments on commit 09bfc6e

Please sign in to comment.