summaryrefslogtreecommitdiff
path: root/include/linux/hdlc
AgeCommit message (Collapse)Author
2003-04-06[PATCH] generic HDLC updateKrzysztof Halasa
This version fixes: - missing rtnl_lock()/rtnl_unload() bug on unregister_hdlc_device - N2, C101: interrupt handler now works under high IRQ load from other devices (with previous versions, the IRQ processing for the card could sometimes stop after reaching "work limit") This is production-tested on devices I have access to (N2, C101, PC300, PCI200SYN).
2002-03-06WAN drivers update 5/5:François Romieu
New file and directory include/linux/hdlc/ioctl.h, containing only WAN ioctl-related definitions. Update include/linux/if.h to reference these structures, providing us with complete type safety, including through ioctls.