commit | b408ff282dda0ef7a3218dc2e5f1399c665d4c20 | [log] [tgz] |
---|---|---|
author | Hariprasad Shenai <hariprasad@chelsio.com> | Fri Jun 06 21:40:44 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 10 22:49:54 2014 -0700 |
tree | db6345f88bce49d2801cafc38031f5f97cbf4e49 | |
parent | 92e7ae71726ca9e16a8a88ebeee14eb5177575a1 [diff] |
iw_cxgb4: don't truncate the recv window size Fixed a bug that shows up with recv window sizes that exceed the size of the RCV_BUFSIZ field in opt0 (>= 1024K). If the recv window exceeds this, then we specify the max possible in opt0, add add the rest in via a RX_DATA_ACK credits. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>