Skip to content
Commit 4951704b authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent c4492586
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment