aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ral/rt2560.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ral/rt2560.c b/sys/dev/ral/rt2560.c
index f4266ffc4663..ffa8356264b1 100644
--- a/sys/dev/ral/rt2560.c
+++ b/sys/dev/ral/rt2560.c
@@ -2842,8 +2842,7 @@ rt2560_raw_xmit(struct ieee80211_node *ni, struct mbuf *m,
return 0;
bad:
ifp->if_oerrors++;
- if (ni != NULL)
- ieee80211_free_node(ni);
+ ieee80211_free_node(ni);
RAL_UNLOCK(sc);
return EIO; /* XXX */
}