Revert "PPP, PPPoS, fixed thread safety of pppos_input()"

This reverts commit ea58a8103c.
This commit is contained in:
Sylvain Rochet
2015-03-10 01:08:38 +01:00
parent 52de24b95b
commit ab0f3da650
2 changed files with 19 additions and 63 deletions

View File

@@ -67,9 +67,6 @@ typedef struct pppos_pcb_s pppos_pcb;
struct pppos_pcb_s {
/* -- below are data that will NOT be cleared between two sessions */
ppp_pcb *ppp; /* PPP PCB */
#if PPP_INPROC_MULTITHREADED
sys_mutex_t mutex; /* Mutex for pppos_input() */
#endif /* PPP_INPROC_MULTITHREADED */
sio_fd_t fd; /* File device ID of port. */
/* -- below are data that will be cleared between two sessions