diff options
Diffstat (limited to 'net/802')
| -rw-r--r-- | net/802/p8022.c | 2 | ||||
| -rw-r--r-- | net/802/psnap.c | 2 | ||||
| -rw-r--r-- | net/802/tr.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/802/p8022.c b/net/802/p8022.c index b24817c63ca8..2530f35241cd 100644 --- a/net/802/p8022.c +++ b/net/802/p8022.c | |||
| @@ -56,7 +56,7 @@ struct datalink_proto *register_8022_client(unsigned char type, | |||
| 56 | 56 | ||
| 57 | void unregister_8022_client(struct datalink_proto *proto) | 57 | void unregister_8022_client(struct datalink_proto *proto) |
| 58 | { | 58 | { |
| 59 | llc_sap_close(proto->sap); | 59 | llc_sap_put(proto->sap); |
| 60 | kfree(proto); | 60 | kfree(proto); |
| 61 | } | 61 | } |
| 62 | 62 | ||
diff --git a/net/802/psnap.c b/net/802/psnap.c index ab80b1fab53c..4d638944d933 100644 --- a/net/802/psnap.c +++ b/net/802/psnap.c | |||
| @@ -106,7 +106,7 @@ module_init(snap_init); | |||
| 106 | 106 | ||
| 107 | static void __exit snap_exit(void) | 107 | static void __exit snap_exit(void) |
| 108 | { | 108 | { |
| 109 | llc_sap_close(snap_sap); | 109 | llc_sap_put(snap_sap); |
| 110 | } | 110 | } |
| 111 | 111 | ||
| 112 | module_exit(snap_exit); | 112 | module_exit(snap_exit); |
diff --git a/net/802/tr.c b/net/802/tr.c index 1bb7dc1b85cd..1eaa3d19d8bf 100644 --- a/net/802/tr.c +++ b/net/802/tr.c | |||
| @@ -238,7 +238,7 @@ unsigned short tr_type_trans(struct sk_buff *skb, struct net_device *dev) | |||
| 238 | return trllc->ethertype; | 238 | return trllc->ethertype; |
| 239 | } | 239 | } |
| 240 | 240 | ||
| 241 | return ntohs(ETH_P_802_2); | 241 | return ntohs(ETH_P_TR_802_2); |
| 242 | } | 242 | } |
| 243 | 243 | ||
| 244 | /* | 244 | /* |
