Deleted Added
full compact
21c21
< __FBSDID("$FreeBSD: head/sys/dev/usb/wlan/if_run.c 271866 2014-09-19 10:35:56Z glebius $");
---
> __FBSDID("$FreeBSD: head/sys/dev/usb/wlan/if_run.c 273448 2014-10-22 03:32:27Z kevlo $");
4915a4916,4921
> if (rvp->beacon_mbuf == NULL) {
> rvp->beacon_mbuf = ieee80211_beacon_alloc(vap->iv_bss,
> &rvp->bo);
> if (rvp->beacon_mbuf == NULL)
> return;
> }