Remove beacon offsets usage from if_rum.
Differential Revision: https://reviews.freebsd.org/D3658
This commit is contained in:
parent
f8bd1640e2
commit
7a7ab66a5a
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user