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:
parent
788399cbd9
commit
6fca021096
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user