aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorArik Nemtsov <[email protected]>2011-03-18 14:49:57 +0200
committerLuciano Coelho <[email protected]>2011-04-19 16:49:07 +0300
commit1d732e8cf3dcc09d7c862b6c12f876533529073d (patch)
tree96f0eaecc8d44dbab04a81ab1a931889b21db3d4 /include/linux/debugobjects.h
parent958b20e068be2c6267c2b5764babf15b0d4f5c69 (diff)
wl12xx: Clamp byte mode transfers for 128x chips
On wl128x based devices, when TX packets are aggregated, each packet size must be aligned to the SDIO block size, and sent using block mode transfers. The block size is set to 256 bytes, which is less than the maximum possible byte transfer. Thus, if two small packets (< 256 bytes) are aggregated, the aggregation buffer size would be 512, and will be sent using byte mode transfers. This can have undesired side effects. Fix this by setting the MMC_QUIRK_BLKSZ_FOR_BYTE_MODE mmc card quirk. For 127x chips this has no effect, as the block size is set to 512 bytes. Signed-off-by: Arik Nemtsov <[email protected]> Signed-off-by: Ido Yariv <[email protected]> Signed-off-by: Luciano Coelho <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions