Digging into the source code, i noticed that the documentation tells
that the tx function from ieee80211_ops should return NETDEV_TX_OK while
the tx function is now a void function. Here is a very little patch to
remove this information from the comment :
--- mac80211.h
+++ mac80211.h
@@ -1744,8 +1744,6 @@
* configuration in the TX control data. This handler should,
* preferably, never fail and stop queues appropriately, more
* importantly, however, it must never fail for A-MPDU-queues.
- * This function should return NETDEV_TX_OK except in very
- * limited cases.
* Must be implemented and atomic.
*
* @start: Called before the first netdevice attached to the hardware
Best Regards,
Lucien Loiseau.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html