Only increment xretries statistic for unicast frames 97/head
authorFrancois Gervais <fgervais@distech-controls.com>
Wed, 21 Sep 2016 18:33:41 +0000 (14:33 -0400)
committerFrancois Gervais <fgervais@distech-controls.com>
Wed, 21 Sep 2016 20:14:41 +0000 (16:14 -0400)
It looks like the ar5416 only has the AR_ExcessiveRetries flag
to let the outside know it didn't receive an ACK.

So in case of broadcast/multicast it gets set even though it's
not "excessive retry" per se. These frames just don't
acknowledge/retry in a 802.11 transmission.

This patch makes sure broadcast/multicast transmissions won't
increment the xretries statistic.


No differences found