Re: [PATCH 2/4] mac80211: Fix accounting of multicast frames

2014-12-14 Thread Sujith Manoharan
Johannes Berg wrote: Seems fine, applied. I've worded the documentation a bit more strongly. Thanks. Sujith -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 2/4] mac80211: Fix accounting of multicast frames

2014-12-12 Thread Johannes Berg
On Wed, 2014-12-10 at 21:26 +0530, Sujith Manoharan wrote: From: Sujith Manoharan c_man...@qca.qualcomm.com Since multicast frames are marked as no-ack, using IEEE80211_TX_STAT_ACK to check if they have been successfully transmitted by the driver is incorrect since a driver can choose to

[PATCH 2/4] mac80211: Fix accounting of multicast frames

2014-12-10 Thread Sujith Manoharan
From: Sujith Manoharan c_man...@qca.qualcomm.com Since multicast frames are marked as no-ack, using IEEE80211_TX_STAT_ACK to check if they have been successfully transmitted by the driver is incorrect since a driver can choose to ignore transmission status for no-ack frames. This results in