X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fllc.h;h=7940da1606e7514697d45bf8be3f93bede4ddb0b;hb=e41b5368e029e79d11acb5952bc73284e5026c62;hp=1adb2ef3f6f7b975cb1c59de626b70a17fa79f07;hpb=9189674026e86e624b1ef1b4eb430e9ad19f9641;p=linux-2.6-omap-h63xx.git diff --git a/include/net/llc.h b/include/net/llc.h index 1adb2ef3f6f..7940da1606e 100644 --- a/include/net/llc.h +++ b/include/net/llc.h @@ -65,13 +65,12 @@ struct llc_sap { extern struct list_head llc_sap_list; extern rwlock_t llc_sap_list_lock; -extern unsigned char llc_station_mac_sa[ETH_ALEN]; extern int llc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev); extern int llc_mac_hdr_init(struct sk_buff *skb, - unsigned char *sa, unsigned char *da); + const unsigned char *sa, const unsigned char *da); extern void llc_add_pack(int type, void (*handler)(struct llc_sap *sap, struct sk_buff *skb));