Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/net80211/ieee80211_proto.c 172058 2007-09-05 21:31:32Z sam $");
---
> __FBSDID("$FreeBSD: head/sys/net80211/ieee80211_proto.c 172211 2007-09-17 19:07:24Z sam $");
95a96,100
> static void
> null_update_beacon(struct ieee80211com *ic, int item)
> {
> }
>
120a126
> ic->ic_update_beacon = null_update_beacon;
862c868
< ic->ic_flags |= IEEE80211_F_WMEUPDATE;
---
> ieee80211_beacon_notify(ic, IEEE80211_BEACON_WME);