summaryrefslogtreecommitdiff
path: root/trafgen_l3.h
blob: e0c9a1cc3dbf0235aa49232a7a8d5f6c1154c6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#ifndef TRAFGEN_L3_H
#define TRAFGEN_L3_H

enum ip4_field {
	IP4_VER,
	IP4_IHL,
	IP4_DSCP,
	IP4_ECN,
	IP4_TOS,
	IP4_LEN,
	IP4_ID,
	IP4_FLAGS,
	IP4_MF,
	IP4_DF,
	IP4_FRAG_OFFS,
	IP4_TTL,
	IP4_PROTO,
	IP4_CSUM,
	IP4_SADDR,
	IP4_DADDR,
};

enum ip6_field {
	IP6_VER,
	IP6_CLASS,
	IP6_FLOW_LBL,
	IP6_LEN,
	IP6_NEXT_HDR,
	IP6_HOP_LIMIT,
	IP6_SADDR,
	IP6_DADDR,
};

extern void protos_l3_init(void);

#endif /* TRAFGEN_L2_H */
r> committerJohannes Berg <johannes.berg@intel.com>2013-02-13 10:56:33 +0100 commita0497f9f57478c5a37c5628eb32833dd9729a821 (patch) treeba36d9fd8aa48161af7d997ecefe360032c4171e /net/mac80211/rc80211_minstrel_ht.h parent6719429dd61cde1fe30d9644d0aa2369eefc9005 (diff)
mac80211/minstrel_ht: add support for using CCK rates
When MCS rates start to get bad in 2.4 GHz because of long range or strong interference, CCK rates can be a lot more robust. This patch adds a pseudo MCS group containing CCK rates (long preamble in the lower 4 slots, short preamble in the upper slots). Signed-off-by: Felix Fietkau <nbd@openwrt.org> [make minstrel_ht_get_stats static] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/rc80211_minstrel_ht.h')