Deleted Added
full compact
ieee80211_ht.h (302408) ieee80211_ht.h (330457)
1/*-
2 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 *
1/*-
2 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 *
25 * $FreeBSD: stable/11/sys/net80211/ieee80211_ht.h 297603 2016-04-06 01:21:51Z adrian $
25 * $FreeBSD: stable/11/sys/net80211/ieee80211_ht.h 330457 2018-03-05 08:17:02Z eadler $
26 */
27#ifndef _NET80211_IEEE80211_HT_H_
28#define _NET80211_IEEE80211_HT_H_
29
30/*
31 * 802.11n protocol implementation definitions.
32 */
33

--- 171 unchanged lines hidden (view full) ---

205void ieee80211_ht_updatehtcap(struct ieee80211_node *, const uint8_t *);
206int ieee80211_ampdu_request(struct ieee80211_node *,
207 struct ieee80211_tx_ampdu *);
208void ieee80211_ampdu_stop(struct ieee80211_node *,
209 struct ieee80211_tx_ampdu *, int);
210int ieee80211_send_bar(struct ieee80211_node *, struct ieee80211_tx_ampdu *,
211 ieee80211_seq);
212uint8_t *ieee80211_add_htcap(uint8_t *, struct ieee80211_node *);
26 */
27#ifndef _NET80211_IEEE80211_HT_H_
28#define _NET80211_IEEE80211_HT_H_
29
30/*
31 * 802.11n protocol implementation definitions.
32 */
33

--- 171 unchanged lines hidden (view full) ---

205void ieee80211_ht_updatehtcap(struct ieee80211_node *, const uint8_t *);
206int ieee80211_ampdu_request(struct ieee80211_node *,
207 struct ieee80211_tx_ampdu *);
208void ieee80211_ampdu_stop(struct ieee80211_node *,
209 struct ieee80211_tx_ampdu *, int);
210int ieee80211_send_bar(struct ieee80211_node *, struct ieee80211_tx_ampdu *,
211 ieee80211_seq);
212uint8_t *ieee80211_add_htcap(uint8_t *, struct ieee80211_node *);
213uint8_t *ieee80211_add_htcap_ch(uint8_t *, struct ieee80211vap *,
214 struct ieee80211_channel *);
213uint8_t *ieee80211_add_htcap_vendor(uint8_t *, struct ieee80211_node *);
214uint8_t *ieee80211_add_htinfo(uint8_t *, struct ieee80211_node *);
215uint8_t *ieee80211_add_htinfo_vendor(uint8_t *, struct ieee80211_node *);
216struct ieee80211_beacon_offsets;
217void ieee80211_ht_update_beacon(struct ieee80211vap *,
218 struct ieee80211_beacon_offsets *);
219int ieee80211_ampdu_rx_start_ext(struct ieee80211_node *ni, int tid,
220 int seq, int baw);
221int ieee80211_ampdu_tx_request_ext(struct ieee80211_node *ni, int tid);
222int ieee80211_ampdu_tx_request_active_ext(struct ieee80211_node *ni,
223 int tid, int status);
224
225#endif /* _NET80211_IEEE80211_HT_H_ */
215uint8_t *ieee80211_add_htcap_vendor(uint8_t *, struct ieee80211_node *);
216uint8_t *ieee80211_add_htinfo(uint8_t *, struct ieee80211_node *);
217uint8_t *ieee80211_add_htinfo_vendor(uint8_t *, struct ieee80211_node *);
218struct ieee80211_beacon_offsets;
219void ieee80211_ht_update_beacon(struct ieee80211vap *,
220 struct ieee80211_beacon_offsets *);
221int ieee80211_ampdu_rx_start_ext(struct ieee80211_node *ni, int tid,
222 int seq, int baw);
223int ieee80211_ampdu_tx_request_ext(struct ieee80211_node *ni, int tid);
224int ieee80211_ampdu_tx_request_active_ext(struct ieee80211_node *ni,
225 int tid, int status);
226
227#endif /* _NET80211_IEEE80211_HT_H_ */