Remove unnecessary assignment.

Submitted by:	gavin
MFC after:	1 month
This commit is contained in:
Rui Paulo 2010-04-07 17:52:32 +00:00
parent e313b3e882
commit 52c28f2383

View File

@ -1008,7 +1008,6 @@ rt2560_tx_intr(struct rt2560_softc *sc)
data->m = NULL;
ieee80211_free_node(data->ni);
data->ni = NULL;
ni = NULL;
/* descriptor is no longer valid */
desc->flags &= ~htole32(RT2560_TX_VALID);