On Mon, 12 Sep 2022 14:43:53 -0700 Nathan Huckleberry wrote: > -int mana_start_xmit(struct sk_buff *skb, struct net_device *ndev) > +netdev_tx_t mana_start_xmit(struct sk_buff *skb, struct net_device *ndev) This one has a prototype.
On Mon, 12 Sep 2022 14:43:53 -0700 Nathan Huckleberry wrote: > -int mana_start_xmit(struct sk_buff *skb, struct net_device *ndev) > +netdev_tx_t mana_start_xmit(struct sk_buff *skb, struct net_device *ndev) This one has a prototype.