Remove beacon offsets usage from if_rum.

Differential Revision: https://reviews.freebsd.org/D3658
This commit is contained in:
adrian 2015-10-03 06:35:17 +00:00
parent f8bd1640e2
commit 7a7ab66a5a
2 changed files with 1 additions and 2 deletions

View File

@ -2187,7 +2187,7 @@ rum_prepare_beacon(struct rum_softc *sc, struct ieee80211vap *vap)
if (ic->ic_bsschan == IEEE80211_CHAN_ANYC)
return;
m0 = ieee80211_beacon_alloc(vap->iv_bss, &RUM_VAP(vap)->bo);
m0 = ieee80211_beacon_alloc(vap->iv_bss, &vap->iv_bcn_off);
if (m0 == NULL)
return;

View File

@ -88,7 +88,6 @@ struct rum_cmdq {
struct rum_vap {
struct ieee80211vap vap;
struct ieee80211_beacon_offsets bo;
struct usb_callout ratectl_ch;
struct task ratectl_task;