On Mon, 21 Aug 2006 09:41:18 +0200, Johannes Berg wrote:
> There was a comment saying:
> /* TODO: clean up the cases where master_hard_start_xmit
>  * returns non 0 - it shouldn't ever do that. Once done we
>  * can remove this function */
> 
> I noticed that master_hard_start_xmit never returns nonzero
> by following the paths it calls. This patch hence removes
> the function and changes a few things to make the fact that
> it always returns 0 more obvious.

Please do not do this. The plan is to move most processing from tx path
to 802.11 qdisc dequeue function and then 0 will be a valid return code
from ieee80211_tx.

Thanks,

 Jiri

-- 
Jiri Benc
SUSE Labs
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to