Commit 74705a6e authored by Ralf Bächle's avatar Ralf Bächle

Don't use deliver_to_old_ones anymore.

parent 669b5216
...@@ -2015,7 +2015,9 @@ SOCKOPS_WRAP(ax25_proto, PF_AX25); ...@@ -2015,7 +2015,9 @@ SOCKOPS_WRAP(ax25_proto, PF_AX25);
*/ */
static struct packet_type ax25_packet_type = { static struct packet_type ax25_packet_type = {
.type __constant_htons(ETH_P_AX25), .type __constant_htons(ETH_P_AX25),
.dev NULL, /* All devices */
.func ax25_kiss_rcv, .func ax25_kiss_rcv,
.data (void *) 1
}; };
static struct notifier_block ax25_dev_notifier = { static struct notifier_block ax25_dev_notifier = {
......
Markdown is supported
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