aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ht.h
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-09-21 23:20:04 +0000
committerSam Leffler <sam@FreeBSD.org>2008-09-21 23:20:04 +0000
commit3c1a492e4ac44c67aa32f43d26871934be770e0e (patch)
tree6db5b6806b2211a0f51243a2e4f0ec6f8327dd45 /sys/net80211/ieee80211_ht.h
parentaf4ec66eb56c89b5a5a4d566a09bd5b2b4aede67 (diff)
downloadsrc-3c1a492e4ac44c67aa32f43d26871934be770e0e.tar.gz
src-3c1a492e4ac44c67aa32f43d26871934be770e0e.zip
change ieee80211_ampdu_stop to take an explicit reason code
Notes
Notes: svn path=/head/; revision=183250
Diffstat (limited to 'sys/net80211/ieee80211_ht.h')
-rw-r--r--sys/net80211/ieee80211_ht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ht.h b/sys/net80211/ieee80211_ht.h
index beaab183b3de..dfad584f5041 100644
--- a/sys/net80211/ieee80211_ht.h
+++ b/sys/net80211/ieee80211_ht.h
@@ -183,7 +183,7 @@ void ieee80211_recv_action(struct ieee80211_node *,
int ieee80211_ampdu_request(struct ieee80211_node *,
struct ieee80211_tx_ampdu *);
void ieee80211_ampdu_stop(struct ieee80211_node *,
- struct ieee80211_tx_ampdu *);
+ struct ieee80211_tx_ampdu *, int);
int ieee80211_send_bar(struct ieee80211_node *,
const struct ieee80211_tx_ampdu *);
int ieee80211_send_action(struct ieee80211_node *,