Date: Fri, 29 Apr 2016 21:38:36 +0000 (UTC) From: Andriy Voskoboinyk <avos@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298815 - head/sys/dev/wpi Message-ID: <201604292138.u3TLca8d031971@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avos Date: Fri Apr 29 21:38:36 2016 New Revision: 298815 URL: https://svnweb.freebsd.org/changeset/base/298815 Log: wpi: remove unused variable. Modified: head/sys/dev/wpi/if_wpi.c Modified: head/sys/dev/wpi/if_wpi.c ============================================================================== --- head/sys/dev/wpi/if_wpi.c Fri Apr 29 21:29:37 2016 (r298814) +++ head/sys/dev/wpi/if_wpi.c Fri Apr 29 21:38:36 2016 (r298815) @@ -2074,7 +2074,6 @@ wpi_tx_done(struct wpi_softc *sc, struct 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 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604292138.u3TLca8d031971>