Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/net80211/ieee80211_var.h 205513 2010-03-23 12:03:09Z rpaulo $
---
> * $FreeBSD: head/sys/net80211/ieee80211_var.h 205986 2010-03-31 16:07:36Z rpaulo $
855,856c855,856
< void ieee80211_note(struct ieee80211vap *, const char *, ...);
< void ieee80211_note_mac(struct ieee80211vap *,
---
> void ieee80211_note(const struct ieee80211vap *, const char *, ...);
> void ieee80211_note_mac(const struct ieee80211vap *,
858c858
< void ieee80211_note_frame(struct ieee80211vap *,
---
> void ieee80211_note_frame(const struct ieee80211vap *,
896c896
< void ieee80211_discard_frame(struct ieee80211vap *,
---
> void ieee80211_discard_frame(const struct ieee80211vap *,
898c898
< void ieee80211_discard_ie(struct ieee80211vap *,
---
> void ieee80211_discard_ie(const struct ieee80211vap *,
900c900
< void ieee80211_discard_mac(struct ieee80211vap *,
---
> void ieee80211_discard_mac(const struct ieee80211vap *,