diff options
Diffstat (limited to 'drivers/net/hamradio/baycom_epp.c')
-rw-r--r-- | drivers/net/hamradio/baycom_epp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hamradio/baycom_epp.c b/drivers/net/hamradio/baycom_epp.c index 21f76b24b28c..e4188d082f01 100644 --- a/drivers/net/hamradio/baycom_epp.c +++ b/drivers/net/hamradio/baycom_epp.c | |||
@@ -1171,7 +1171,7 @@ static void baycom_probe(struct net_device *dev) | |||
1171 | /* Fill in the fields of the device structure */ | 1171 | /* Fill in the fields of the device structure */ |
1172 | bc->skb = NULL; | 1172 | bc->skb = NULL; |
1173 | 1173 | ||
1174 | dev->hard_header = ax25_encapsulate; | 1174 | dev->hard_header = ax25_hard_header; |
1175 | dev->rebuild_header = ax25_rebuild_header; | 1175 | dev->rebuild_header = ax25_rebuild_header; |
1176 | dev->set_mac_address = baycom_set_mac_address; | 1176 | dev->set_mac_address = baycom_set_mac_address; |
1177 | 1177 | ||