|
@@ -182,7 +182,7 @@ int rxrpc_send_call_packet(struct rxrpc_call *call, u8 type)
|
|
&msg, iov, ioc, len);
|
|
&msg, iov, ioc, len);
|
|
|
|
|
|
if (ret < 0 && call->state < RXRPC_CALL_COMPLETE) {
|
|
if (ret < 0 && call->state < RXRPC_CALL_COMPLETE) {
|
|
- switch (pkt->whdr.type) {
|
|
|
|
|
|
+ switch (type) {
|
|
case RXRPC_PACKET_TYPE_ACK:
|
|
case RXRPC_PACKET_TYPE_ACK:
|
|
rxrpc_propose_ACK(call, pkt->ack.reason,
|
|
rxrpc_propose_ACK(call, pkt->ack.reason,
|
|
ntohs(pkt->ack.maxSkew),
|
|
ntohs(pkt->ack.maxSkew),
|