aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2015-10-03 06:35:17 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2015-10-03 06:35:17 +0000
commit30c00a2d8915ed4c3dba28c063fc6d3d5bab5344 (patch)
tree962577db46009018b41e9a0e9957542e2eb29354
parent3eaa0cd531a2f1d824ee2f9904bba616a26a4d48 (diff)
Notes
-rw-r--r--sys/dev/usb/wlan/if_rum.c2
-rw-r--r--sys/dev/usb/wlan/if_rumvar.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/wlan/if_rum.c b/sys/dev/usb/wlan/if_rum.c
index bad2211e790e..886e47091440 100644
--- a/sys/dev/usb/wlan/if_rum.c
+++ b/sys/dev/usb/wlan/if_rum.c
@@ -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;
diff --git a/sys/dev/usb/wlan/if_rumvar.h b/sys/dev/usb/wlan/if_rumvar.h
index 0cb128dcb8a3..5a53578e6dd2 100644
--- a/sys/dev/usb/wlan/if_rumvar.h
+++ b/sys/dev/usb/wlan/if_rumvar.h
@@ -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;