aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm/if_iwm.c
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-11-07 23:35:29 +0000
committerMark Johnston <markj@FreeBSD.org>2019-11-07 23:35:29 +0000
commitd2ec5b521b999352de40f2fa5525ce5cbc16ae7e (patch)
treeab06076e4e546347fd102c1cb265b99f1a6a3541 /sys/dev/iwm/if_iwm.c
parentbe05a0fd77598833ba173b8f9d92f004124eb9f1 (diff)
downloadsrc-d2ec5b521b999352de40f2fa5525ce5cbc16ae7e.tar.gz
src-d2ec5b521b999352de40f2fa5525ce5cbc16ae7e.zip
iwm: Sync the firmware tx_cmd descriptor fields with iwlwifi.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=354503
Diffstat (limited to 'sys/dev/iwm/if_iwm.c')
-rw-r--r--sys/dev/iwm/if_iwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/iwm/if_iwm.c b/sys/dev/iwm/if_iwm.c
index 2b5e554c4799..47b628b29b4a 100644
--- a/sys/dev/iwm/if_iwm.c
+++ b/sys/dev/iwm/if_iwm.c
@@ -3656,7 +3656,6 @@ iwm_tx(struct iwm_softc *sc, struct mbuf *m, struct ieee80211_node *ni, int ac)
} else
pad = 0;
- tx->driver_txop = 0;
tx->next_frame_len = 0;
tx->len = htole16(totlen);