From: David S. Miller Date: Mon, 12 May 2008 10:29:11 +0000 (-0700) Subject: syncppp: Fix crashes. X-Git-Tag: v2.6.26-rc3~65^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4951704b4e23d71b99ac933d8e6993bc6225ac13;p=pandora-kernel.git syncppp: Fix crashes. The syncppp layer wants a mid-level netdev private pointer. It was using netdev->priv but that only worked by accident, and thus this scheme was broken when the device private allocation strategy changed. Add a proper mid-layer private pointer for uses like this, update syncppp and all users, and remove the HDLC_PPP broken tag from drivers/net/wan/Kconfig Signed-off-by: David S. Miller --- Reading git-diff-tree failed