Searched refs:mon_dev (Results 1 – 4 of 4) sorted by relevance
24 void wilc_wfi_monitor_rx(struct net_device *mon_dev, u8 *buff, u32 size) in wilc_wfi_monitor_rx() argument31 if (!mon_dev) in wilc_wfi_monitor_rx()34 if (!netif_running(mon_dev)) in wilc_wfi_monitor_rx()88 skb->dev = mon_dev; in wilc_wfi_monitor_rx()
17 void wilc_wfi_monitor_rx(struct net_device *mon_dev, u8 *buff, u32 size);
284 static struct miscdevice mon_dev = { variable302 return misc_register(&mon_dev); in mon_init()307 misc_deregister(&mon_dev); in mon_exit()
448 static struct miscdevice mon_dev = { variable502 rc = misc_register(&mon_dev); in mon_init()517 misc_deregister(&mon_dev); in mon_exit()