staging: rtl8712: Fix return type for implementation of ndo_start_xmit
[linux-2.6-microblaze.git] / drivers / staging / rtl8712 / xmit_osdep.h
index b76021b..1ad4265 100644 (file)
@@ -34,7 +34,7 @@ struct sta_xmit_priv;
 struct xmit_frame;
 struct xmit_buf;
 
-int r8712_xmit_entry(_pkt *pkt, struct  net_device *pnetdev);
+netdev_tx_t r8712_xmit_entry(_pkt *pkt, struct  net_device *pnetdev);
 void r8712_SetFilter(struct work_struct *work);
 int r8712_xmit_resource_alloc(struct _adapter *padapter,
                              struct xmit_buf *pxmitbuf);