aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2020-06-16 00:28:45 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2020-06-16 00:28:45 +0000
commitbac852bbac58ee8ad1ab47afef741a0152b644a3 (patch)
tree070b9179dfef8cd461a65e70a209e5220d67020a /sys/net80211
parent4cd568babf36c8d7cb11399cf1b3f98e7efdd7a3 (diff)
downloadsrc-bac852bbac58ee8ad1ab47afef741a0152b644a3.tar.gz
src-bac852bbac58ee8ad1ab47afef741a0152b644a3.zip
[net80211] Add missing commit to previous-1 uapsd commit.
Whoops; somehow my big commit line didn't include this.. cue the tree breakage emails.
Notes
Notes: svn path=/head/; revision=362212
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h
index cd927458ef47..f445da39b257 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -152,7 +152,8 @@ uint8_t *ieee80211_add_qos(uint8_t *, const struct ieee80211_node *);
uint16_t ieee80211_getcapinfo(struct ieee80211vap *,
struct ieee80211_channel *);
struct ieee80211_wme_state;
-uint8_t * ieee80211_add_wme_info(uint8_t *frm, struct ieee80211_wme_state *wme);
+uint8_t * ieee80211_add_wme_info(uint8_t *frm, struct ieee80211_wme_state *wme,
+ struct ieee80211_node *ni);
void ieee80211_vap_reset_erp(struct ieee80211vap *);
void ieee80211_reset_erp(struct ieee80211com *);