qeth: Fix command sizes
authorStefan Raspl <raspl@linux.vnet.ibm.com>
Fri, 27 Feb 2015 11:52:33 +0000 (12:52 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Mar 2015 04:38:29 +0000 (23:38 -0500)
commitca5b20ace87b645a436faecc0e7e697699639690
tree9f018c29e807ca7cec8f1b526d2bbf0a88edcf82
parent83650a2edc9b8f0838c7842b7ea595c927e79092
qeth: Fix command sizes

This patch adjusts two instances where we were using the (too big)
struct qeth_ipacmd_setadpparms size instead of the commands' actual
size. This didn't do any harm, but wasted a few bytes.

Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com>
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_core_main.c