MFC r343094:
iwn(4): (partially) rewrite A-MPDU Tx path
The change fixes ifnet counters and improves Tx stability when A-MPDU
is used.
MFC r343292:
iwn(4): drop i_seq field initialization for A-MPDU frames
It is done by net80211 since r319460.
PR: 192641, 210211
Reviewed by: adrian, dhw
Differential Revision: https://reviews.freebsd.org/D10728