summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>2002-09-29 21:18:40 -0300
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>2002-09-29 21:18:40 -0300
commitf0a7e272fca58e9b1b359ff5196ddea8a2884acb (patch)
tree08683817cb9e31735b8a86a6fcbee82cadd87fcc /include/net
parent344ff803adf6622d4d717c9397c3891a78c6ccf5 (diff)
. LLC: kill mac_send_pdu, use plain dev_queue_xmit
With this we avoid doing skb_clone on skbs that will not be kept on unacked lists.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/llc_mac.h2
-rw-r--r--include/net/llc_sap.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/include/net/llc_mac.h b/include/net/llc_mac.h
index 3ab584987448..e87850701db6 100644
--- a/include/net/llc_mac.h
+++ b/include/net/llc_mac.h
@@ -11,8 +11,6 @@
*
* See the GNU General Public License for more details.
*/
-/* Defines MAC-layer interface to LLC layer */
-extern int mac_send_pdu(struct sk_buff *skb);
extern int llc_rcv(struct sk_buff *skb, struct net_device *dev,
struct packet_type *pt);
extern struct net_device *mac_dev_peer(struct net_device *current_dev,
diff --git a/include/net/llc_sap.h b/include/net/llc_sap.h
index 645e52759b36..557aac72bf98 100644
--- a/include/net/llc_sap.h
+++ b/include/net/llc_sap.h
@@ -44,5 +44,4 @@ extern void llc_sap_assign_sock(struct llc_sap *sap, struct sock *sk);
extern void llc_sap_unassign_sock(struct llc_sap *sap, struct sock *sk);
extern void llc_sap_state_process(struct llc_sap *sap, struct sk_buff *skb);
extern void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb);
-extern void llc_sap_send_pdu(struct llc_sap *sap, struct sk_buff *skb);
#endif /* LLC_SAP_H */