mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
remove unused vap variable
MFC after: 1 week
This commit is contained in:
parent
f5546f8dd8
commit
149daddbd1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235687
@ -2767,7 +2767,6 @@ iwn_ampdu_tx_done(struct iwn_softc *sc, int qid, int idx, int nframes,
|
||||
struct mbuf *m;
|
||||
struct iwn_node *wn;
|
||||
struct ieee80211_node *ni;
|
||||
struct ieee80211vap *vap;
|
||||
struct ieee80211_tx_ampdu *tap;
|
||||
uint64_t bitmap;
|
||||
uint32_t *status = stat;
|
||||
@ -2826,7 +2825,6 @@ iwn_ampdu_tx_done(struct iwn_softc *sc, int qid, int idx, int nframes,
|
||||
bus_dmamap_unload(ring->data_dmat, data->map);
|
||||
m = data->m, data->m = NULL;
|
||||
ni = data->ni, data->ni = NULL;
|
||||
vap = ni->ni_vap;
|
||||
|
||||
if (m->m_flags & M_TXCB)
|
||||
ieee80211_process_callback(ni, m, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user