Hi there,
  I studied the kernel sources yesterday and I found this:
The ax25 module is set to the STD_SIMPLEX protocol after initialization. 
In this mode no DAMA checking is done. I didn't find any way to change 
this mode. So I changed the header file
include/net/ax25.h at line 133 from
   #define AX25_DEF_PROTOCOL  AX25_PROTO_STD_SIMPLEX
to
   #define AX25_DEF_PROTOCOL  AX25_PROTO_DAMA_SLAVE
and recompiled.
  In this mode ax25 works in both CSMA and DAMA modes and correctly
switches between modes. Is there any way to do this without changing
this file ?

  I also found another strange thing in net/ax25/af_ax25.c at line
996. There is #ifdef AX25_CONFIG_DAMA_SLAVE. Is this correct ?
I would expect CONFIG_AX25_DAMA_SLAVE.

73! Radek OK2JBG
mailto: [EMAIL PROTECTED]


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to