Deleted Added
full compact
ieee80211_ht.h (170530) ieee80211_ht.h (172211)
1/*-
2 * Copyright (c) 2007 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 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 170530 2007-06-11 03:36:55Z sam $
25 * $FreeBSD: head/sys/net80211/ieee80211_ht.h 172211 2007-09-17 19:07:24Z sam $
26 */
27#ifndef _NET80211_IEEE80211_HT_H_
28#define _NET80211_IEEE80211_HT_H_
29
30/*
31 * 802.11n protocol implementation definitions.
32 */
33

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

105int ieee80211_send_bar(struct ieee80211_node *,
106 const struct ieee80211_tx_ampdu *);
107int ieee80211_send_action(struct ieee80211_node *,
108 int, int, uint16_t [4]);
109uint8_t *ieee80211_add_htcap(uint8_t *, struct ieee80211_node *);
110uint8_t *ieee80211_add_htcap_vendor(uint8_t *, struct ieee80211_node *);
111uint8_t *ieee80211_add_htinfo(uint8_t *, struct ieee80211_node *);
112uint8_t *ieee80211_add_htinfo_vendor(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

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

105int ieee80211_send_bar(struct ieee80211_node *,
106 const struct ieee80211_tx_ampdu *);
107int ieee80211_send_action(struct ieee80211_node *,
108 int, int, uint16_t [4]);
109uint8_t *ieee80211_add_htcap(uint8_t *, struct ieee80211_node *);
110uint8_t *ieee80211_add_htcap_vendor(uint8_t *, struct ieee80211_node *);
111uint8_t *ieee80211_add_htinfo(uint8_t *, struct ieee80211_node *);
112uint8_t *ieee80211_add_htinfo_vendor(uint8_t *, struct ieee80211_node *);
113struct ieee80211_beacon_offsets;
114void ieee80211_ht_update_beacon(struct ieee80211com *,
115 struct ieee80211_beacon_offsets *);
113#endif /* _NET80211_IEEE80211_HT_H_ */
116#endif /* _NET80211_IEEE80211_HT_H_ */