diff options
Diffstat (limited to 'net/caif/caif_dev.c')
-rw-r--r-- | net/caif/caif_dev.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c index 21760f008974..df6d56d8689a 100644 --- a/net/caif/caif_dev.c +++ b/net/caif/caif_dev.c | |||
@@ -301,10 +301,11 @@ static void dev_flowctrl(struct net_device *dev, int on) | |||
301 | } | 301 | } |
302 | 302 | ||
303 | void caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, | 303 | void caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, |
304 | struct cflayer *link_support, int head_room, | 304 | struct cflayer *link_support, int head_room, |
305 | struct cflayer **layer, int (**rcv_func)( | 305 | struct cflayer **layer, |
306 | struct sk_buff *, struct net_device *, | 306 | int (**rcv_func)(struct sk_buff *, struct net_device *, |
307 | struct packet_type *, struct net_device *)) | 307 | struct packet_type *, |
308 | struct net_device *)) | ||
308 | { | 309 | { |
309 | struct caif_device_entry *caifd; | 310 | struct caif_device_entry *caifd; |
310 | enum cfcnfg_phy_preference pref; | 311 | enum cfcnfg_phy_preference pref; |