summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>2003-09-15 19:18:03 -0300
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>2003-09-15 19:18:03 -0300
commit822445774d2fd0a43f114434ab3da411e8e29d37 (patch)
tree3619aed6782107b8a57fbbe4510626d4d5ca5874 /include
parentb16e6ef492c83cf3219ebd99c64551bf749af611 (diff)
o LLC: move llc_decode_pdu_type to llc_mac
And also rename it to llc_pdu_type and make it return the type, this is to make llc_mac more and more autonomous of the rest of the llc code, to the point where it will be a separate loadable module.
Diffstat (limited to 'include')
-rw-r--r--include/net/llc_pdu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/llc_pdu.h b/include/net/llc_pdu.h
index 235e6c0bc17e..159878eabbfb 100644
--- a/include/net/llc_pdu.h
+++ b/include/net/llc_pdu.h
@@ -243,7 +243,6 @@ extern void llc_pdu_decode_sa(struct sk_buff *skb, u8 *sa);
extern void llc_pdu_decode_da(struct sk_buff *skb, u8 *ds);
extern void llc_pdu_decode_dsap(struct sk_buff *skb, u8 *dsap);
extern void llc_pdu_decode_ssap(struct sk_buff *skb, u8 *ssap);
-extern void llc_decode_pdu_type(struct sk_buff *skb, u8 *destination);
extern void llc_pdu_header_init(struct sk_buff *skb, u8 pdu_type, u8 ssap,
u8 dsap, u8 cr);
extern void llc_pdu_init_as_ui_cmd(struct sk_buff *skb);