wireless: convert drivers to netdev_tx_t
[deliverable/linux.git] / drivers / net / wireless / mac80211_hwsim.c
index 6f6cd43592c84d7db96242e88359f295badeafc5..896f532182f06e27ba9ac1669ddd41364883d9a0 100644 (file)
@@ -312,7 +312,8 @@ struct hwsim_radiotap_hdr {
 } __attribute__ ((packed));
 
 
-static int hwsim_mon_xmit(struct sk_buff *skb, struct net_device *dev)
+static netdev_tx_t hwsim_mon_xmit(struct sk_buff *skb,
+                                       struct net_device *dev)
 {
        /* TODO: allow packet injection */
        dev_kfree_skb(skb);
This page took 0.023898 seconds and 5 git commands to generate.