summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ral.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/ral.c b/sys/dev/ic/ral.c
index 7001b6013de..41ef378b4fc 100644
--- a/sys/dev/ic/ral.c
+++ b/sys/dev/ic/ral.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ral.c,v 1.30 2005/03/11 20:39:15 damien Exp $ */
+/* $OpenBSD: ral.c,v 1.31 2005/03/11 20:41:06 damien Exp $ */
/*-
* Copyright (c) 2005
@@ -1266,6 +1266,9 @@ ral_decryption_intr(struct ral_softc *sc)
rn = (struct ral_node *)ni;
ieee80211_rssadapt_input(ic, ni, &rn->rssadapt, desc->rssi);
+ /* node is no longer needed */
+ ieee80211_release_node(ic, ni);
+
MGETHDR(data->m, M_DONTWAIT, MT_DATA);
if (data->m == NULL) {
printf("%s: could not allocate rx mbuf\n",