We need to ref the bss node when sending the beacon since it goes through the

normal tx path and will be decremented on the mbuf free.
This commit is contained in:
Andrew Thompson 2009-04-30 22:30:01 +00:00
parent 788399cbd9
commit 6fca021096

View File

@ -760,7 +760,7 @@ ural_task(struct usb2_proc_msg *pm)
"could not allocate beacon\n");
return;
}
ieee80211_ref_node(ni);
if (ural_tx_bcn(sc, m, ni) != 0) {
device_printf(sc->sc_dev,
"could not send beacon\n");