From 57681c7659992eb6b7d78db91f888487d4e2a260 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 27 Dec 2010 16:53:59 -0800 Subject: packet_router: code tweaks, renamed instances of buffer pool, removed unused ctrl reg --- firmware/zpu/lib/pkt_ctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/zpu/lib/pkt_ctrl.h') diff --git a/firmware/zpu/lib/pkt_ctrl.h b/firmware/zpu/lib/pkt_ctrl.h index 346e22094..410ffdaa4 100644 --- a/firmware/zpu/lib/pkt_ctrl.h +++ b/firmware/zpu/lib/pkt_ctrl.h @@ -30,7 +30,7 @@ typedef enum { //! Program the decision values into the packet inspector void pkt_ctrl_program_inspector( - const struct ip_addr *ip_addr, uint16_t ctrl_port, uint16_t data_port + const struct ip_addr *ip_addr, uint16_t data_port ); //! Set the routing mode for this device -- cgit v1.2.3