lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit fb72ddb7 authored by Stephen Hemminger's avatar Stephen Hemminger

[IRDA]: Get rid of destructor for irda devices.

parent d41d06cb
......@@ -378,8 +378,6 @@ void irda_device_setup(struct net_device *dev)
dev->hard_header_len = 0;
dev->addr_len = 0;
dev->destructor = free_netdev;
dev->type = ARPHRD_IRDA;
dev->tx_queue_len = 8; /* Window size + 1 s-frame */
......
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