Deleted Added
full compact
ieee80211_ht.h (287948) ieee80211_ht.h (288085)
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: head/sys/net80211/ieee80211_ht.h 287948 2015-09-18 05:01:05Z adrian $
25 * $FreeBSD: head/sys/net80211/ieee80211_ht.h 288085 2015-09-22 02:25:29Z adrian $
26 */
27#ifndef _NET80211_IEEE80211_HT_H_
28#define _NET80211_IEEE80211_HT_H_
29
30/*
31 * 802.11n protocol implementation definitions.
32 */
33

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

197uint8_t *ieee80211_add_htcap_vendor(uint8_t *, struct ieee80211_node *);
198uint8_t *ieee80211_add_htinfo(uint8_t *, struct ieee80211_node *);
199uint8_t *ieee80211_add_htinfo_vendor(uint8_t *, struct ieee80211_node *);
200struct ieee80211_beacon_offsets;
201void ieee80211_ht_update_beacon(struct ieee80211vap *,
202 struct ieee80211_beacon_offsets *);
203int ieee80211_ampdu_rx_start_ext(struct ieee80211_node *ni, int tid,
204 int seq, int baw);
26 */
27#ifndef _NET80211_IEEE80211_HT_H_
28#define _NET80211_IEEE80211_HT_H_
29
30/*
31 * 802.11n protocol implementation definitions.
32 */
33

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

197uint8_t *ieee80211_add_htcap_vendor(uint8_t *, struct ieee80211_node *);
198uint8_t *ieee80211_add_htinfo(uint8_t *, struct ieee80211_node *);
199uint8_t *ieee80211_add_htinfo_vendor(uint8_t *, struct ieee80211_node *);
200struct ieee80211_beacon_offsets;
201void ieee80211_ht_update_beacon(struct ieee80211vap *,
202 struct ieee80211_beacon_offsets *);
203int ieee80211_ampdu_rx_start_ext(struct ieee80211_node *ni, int tid,
204 int seq, int baw);
205int ieee80211_ampdu_tx_request_ext(struct ieee80211_node *ni, int tid);
206int ieee80211_ampdu_tx_request_active_ext(struct ieee80211_node *ni,
207 int tid, int status);
205
206#endif /* _NET80211_IEEE80211_HT_H_ */
208
209#endif /* _NET80211_IEEE80211_HT_H_ */