]> Pileus Git - ~andy/linux/blobdiff - net/sctp/sm_statefuns.c
regulator: tps65090: add external control support for DCDC
[~andy/linux] / net / sctp / sm_statefuns.c
index 094813b6c3c3cb99dddf407eeb93a2397a676cae..b6adef8a1e938d22b5cab026597e6f82c917794d 100644 (file)
@@ -3179,7 +3179,7 @@ sctp_disposition_t sctp_sf_eat_sack_6_2(struct net *net,
                return sctp_sf_violation_ctsn(net, ep, asoc, type, arg, commands);
 
        /* Return this SACK for further processing.  */
-       sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_SACK, SCTP_SACKH(sackh));
+       sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_SACK, SCTP_CHUNK(chunk));
 
        /* Note: We do the rest of the work on the PROCESS_SACK
         * sideeffect.