commit | 576eda8b08e00cbb0cf29ba777c2cb461c98cbbc | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Wed Sep 19 02:46:37 2012 +0100 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Wed Sep 19 02:54:11 2012 +0100 |
tree | 673c305d7ec548cfa4bd06dd64a83f41c09404fe | |
parent | c3cba721f1b761ca96f6fe437dec738db1069909 [diff] |
sfc: Fix maximum array sizes for various MCDI commands The maximum array sizes have been calculated on the basis of a maximum SDU size of 255 bytes, whereas the actual maximum is 252 bytes. Constructing a larger SDU will result in a BUG_ON in efx_mcdi_copyin. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>