From: Vladimir Kondratiev Date: Wed, 10 Sep 2014 13:34:45 +0000 (+0300) Subject: wil6210: enlarge TX/RX buffer length X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0106adade2dd16fb776f53f25ffe50da0793f3d;p=pandora-kernel.git wil6210: enlarge TX/RX buffer length HW supports upto 2304 packet size on the air. HW is responsible for adding (Tx) or removing (Rx) the following headers: 802.11 hdr: 26B SNAP: 8B CRC: 4B Security (optional): 24B HW adds max 62B to the payload passed from driver. It means driver can use max packet size of 2304-62 = 2242B Signed-off-by: Dedy Lansky Signed-off-by: Vladimir Kondratiev Signed-off-by: John W. Linville --- Reading git-diff-tree failed