diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-09-30 10:17:07 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-09-30 10:17:07 -0300 |
| commit | c96542edd5bf18453a433ffb149c3cb8977f8a28 (patch) | |
| tree | 11134b08183f7a29644c2f28c8cd5cc44fdad999 /include | |
| parent | af19bc3ddb6de0c1a3b33ef0ce61377ea5075447 (diff) | |
o LLC: kill llc_conn_free_ev, use plain kfree_skb instead
Also flush the backlog in llc_ui_wait_for_data before going to sleep.
Also fix a bug in llc_backlog_rcv where I was double freeing a skb.
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/llc_conn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/llc_conn.h b/include/net/llc_conn.h index b27ee7332c3b..3dd6d0b19f6b 100644 --- a/include/net/llc_conn.h +++ b/include/net/llc_conn.h @@ -79,7 +79,6 @@ extern int llc_sk_init(struct sock *sk); extern int llc_conn_state_process(struct sock *sk, struct sk_buff *skb); extern void llc_conn_send_pdu(struct sock *sk, struct sk_buff *skb); extern void llc_conn_rtn_pdu(struct sock *sk, struct sk_buff *skb); -extern void llc_conn_free_ev(struct sk_buff *skb); extern void llc_conn_resend_i_pdu_as_cmd(struct sock *sk, u8 nr, u8 first_p_bit); extern void llc_conn_resend_i_pdu_as_rsp(struct sock *sk, u8 nr, |
