[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140716.144852.143826954917759282.davem@davemloft.net>
Date: Wed, 16 Jul 2014 14:48:52 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: develop@...stov.de
Cc: netdev@...r.kernel.org, linux-ppp@...r.kernel.org, paulus@...ba.org
Subject: Re: [PATCH net-next 1/1] net: ppp: access ppp->nextseq only if
CONFIG_PPP_MULTILINK is defined
From: Christoph Schulz <develop@...stov.de>
Date: Wed, 16 Jul 2014 23:41:26 +0200
> From: Christoph Schulz <develop@...stov.de>
>
> Commit d762d038497c9df51c19fcbe69b094b3bf8e5568 resets the counter holding the
> next sequence number for multilink PPP fragments to zero whenever the
> SC_MULTILINK flag is set. However, this counter only exists if
> CONFIG_PPP_MULTILINK is defined. Consequently, the new code has to be enclosed
> within #ifdef CONFIG_PPP_MULTILINK ... #endif.
>
> Signed-off-by: Christoph Schulz <develop@...stov.de>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists