summaryrefslogtreecommitdiff
path: root/net/wireless/sysfs.h
blob: b533ed71dafff1d0b3f7c0a6049630d9e2cdda38 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __WIRELESS_SYSFS_H
#define __WIRELESS_SYSFS_H

int wiphy_sysfs_init(void);
void wiphy_sysfs_exit(void);

extern struct class ieee80211_class;

#endif /* __WIRELESS_SYSFS_H */
value='1'>ssdiff
authorFlorian Westphal <fw@strlen.de>2017-01-23 18:21:55 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2017-02-02 14:31:52 +0100
commit97a6ad13decc16c5adbf181283932daba7e17faf (patch)
tree717cd3b83350f90f34578391e8137cc653110ff7 /net/netfilter
parent6e10148c5c85629832d9156f337cbf67e96b69fe (diff)
netfilter: reduce direct skb->nfct usage
Next patch makes direct skb->nfct access illegal, reduce noise in next patch by using accessors we already have. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/nf_conntrack_core.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/net/netfilter/nf_conntrack_core.c b/net/netfilter/nf_conntrack_core.c