mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
wpi: remove unused variable.
This commit is contained in:
parent
c9a807447d
commit
bc502553a6
1 changed files with 0 additions and 2 deletions
|
|
@ -2074,7 +2074,6 @@ wpi_tx_done(struct wpi_softc *sc, struct wpi_rx_desc *desc)
|
|||
struct mbuf *m;
|
||||
struct ieee80211_node *ni;
|
||||
struct ieee80211vap *vap;
|
||||
struct ieee80211com *ic;
|
||||
uint32_t status = le32toh(stat->status);
|
||||
int ackfailcnt = stat->ackfailcnt / WPI_NTRIES_DEFAULT;
|
||||
|
||||
|
|
@ -2094,7 +2093,6 @@ wpi_tx_done(struct wpi_softc *sc, struct wpi_rx_desc *desc)
|
|||
m = data->m, data->m = NULL;
|
||||
ni = data->ni, data->ni = NULL;
|
||||
vap = ni->ni_vap;
|
||||
ic = vap->iv_ic;
|
||||
|
||||
/*
|
||||
* Update rate control statistics for the node.
|
||||
|
|
|
|||
Loading…
Reference in a new issue