aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2010-04-07 17:52:32 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2010-04-07 17:52:32 +0000
commit52c28f238390aa362e7d5c4438d4eab21cb2d5c9 (patch)
treebe61886576b4e41893f5ee8aca4006c41cb7897a /sys/dev/ral
parente313b3e882f529f10ae4303d9071704ece4fea2e (diff)
Notes
Diffstat (limited to 'sys/dev/ral')
-rw-r--r--sys/dev/ral/rt2560.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ral/rt2560.c b/sys/dev/ral/rt2560.c
index 2fe1ac87c711..9549107005f3 100644
--- a/sys/dev/ral/rt2560.c
+++ b/sys/dev/ral/rt2560.c
@@ -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);