|
@@ -347,8 +347,7 @@ void rxrpc_fast_process_packet(struct rxrpc_call *call, struct sk_buff *skb)
|
|
|
* it */
|
|
|
if (sp->hdr.flags & RXRPC_REQUEST_ACK) {
|
|
|
_proto("ACK Requested on %%%u", serial);
|
|
|
- rxrpc_propose_ACK(call, RXRPC_ACK_REQUESTED, sp->hdr.serial,
|
|
|
- !(sp->hdr.flags & RXRPC_MORE_PACKETS));
|
|
|
+ rxrpc_propose_ACK(call, RXRPC_ACK_REQUESTED, sp->hdr.serial, false);
|
|
|
}
|
|
|
|
|
|
switch (sp->hdr.type) {
|