106c106,111 < --- > int ax_paclen; > > ax_paclen = ax25_config_get_paclen (port_list[port].port); > if (ax_paclen == 0) > ax_paclen = NODES_PACLEN; > 183,184c188,189 < if (len + ROUTE_LEN > NODES_PACLEN) < break; --- > if (len + ROUTE_LEN > ax_paclen) > break; 197,198c202,203 < /* If the packet was not full then we are done */ < } while (len + ROUTE_LEN > NODES_PACLEN); --- > /* If the packet was not full then we are done */ > } while (len + ROUTE_LEN > ax_paclen);