Hi,
Jan Wasserbauer wrote:
> Attached diff is to kernel 2.2.14-patched
> - KISS driver works non-modular too.
> - removed unused MKISS_MAJOR fm include/linux/major.h
> - new SIOCAX25GETINFO - ax25_info_struct now includes information about
> VR,VS,VA,WINDOW,PACLEN so programs may get those information through
> ioctl() and do not need to read /proc/net/ax25.
>
> ioctl() is generally better since information is returned only for one
> requested socket and not for all active ax25 sockets
> and it fixes problem with disabled interrups while reading /proc/..
> which causes problems to interrupt-dependant drivers (BayCom)
> My code includes some backwards compatibility .. I think that should be
> removed as soon as possible.
Is in.
However, I removed the compatibility-stuff. People should accept that they
have to recompile their user-level tools if something does not work, at
least in this stage of development.
However, as it seems there is now some interest in the code. I would like to
set up an 24/7 available CVS server for those who want to contribute or just
stay on the bleeding edge. Comments?
-- Jens