PPP, remove now unused ioctl callback from link_callbacks structure

This commit is contained in:
Sylvain Rochet
2015-09-13 17:59:14 +02:00
parent b55412a0c4
commit 5b07569eb9
5 changed files with 2 additions and 20 deletions

View File

@@ -151,8 +151,6 @@ struct link_callbacks {
void (*send_config)(ppp_pcb *pcb, void *ctx, u32_t accm, int pcomp, int accomp);
/* confire the receive-side characteristics of the PPP interface */
void (*recv_config)(ppp_pcb *pcb, void *ctx, u32_t accm, int pcomp, int accomp);
/* Get and set parameters for the given connection. */
err_t (*ioctl)(ppp_pcb *pcb, void *ctx, int cmd, void *arg);
};
/*