diff options
Diffstat (limited to 'sys/dev/ral/rt2661.c')
-rw-r--r-- | sys/dev/ral/rt2661.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ral/rt2661.c b/sys/dev/ral/rt2661.c index b7086f5..60171ee 100644 --- a/sys/dev/ral/rt2661.c +++ b/sys/dev/ral/rt2661.c @@ -2803,7 +2803,7 @@ rt2661_prepare_beacon(struct rt2661_softc *sc) struct mbuf *m0; int rate; - m0 = ieee80211_beacon_alloc(ic, ic->ic_bss, &bo); + m0 = ieee80211_beacon_alloc(ic->ic_bss, &bo); if (m0 == NULL) { device_printf(sc->sc_dev, "could not allocate beacon frame\n"); return ENOBUFS; |