iwn(4): drop i_seq field initialization for A-MPDU frames.

It is done by net80211 since r319460.

MFC after:	24 days
X-MFC-With:	343094
This commit is contained in:
avos 2019-01-22 01:44:47 +00:00
parent 2dafd72cd4
commit 847d55bb3f

View File

@ -4587,10 +4587,6 @@ iwn_tx_data(struct iwn_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
if (!IEEE80211_AMPDU_RUNNING(tap))
return (EINVAL);
/* NB: clear Fragment Number field. */
/* XXX move this to net80211 */
*(uint16_t *)wh->i_seq = 0;
ac = *(int *)tap->txa_private;
}