/* * netsniff-ng - the packet sniffing beast * Copyright 2009, 2010 Daniel Borkmann. * Subject to the GPL, version 2. */ #ifndef DISSECTOR_80211_H #define DISSECTOR_80211_H #include "hash.h" #include "protos.h" extern struct hash_table ieee80211_lay2; extern void dissector_init_ieee80211(int fnttype); extern void dissector_cleanup_ieee80211(void); static inline struct protocol *dissector_get_ieee80211_entry_point(void) { return &ieee80211_ops; } static inline struct protocol *dissector_get_ieee80211_exit_point(void) { return &none_ops; } #endif /* DISSECTOR_80211_H */ itle='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/bad-memory.rst
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-10-26 16:20:27 -0600
committerJonathan Corbet <corbet@lwn.net>2016-10-27 16:36:26 -0600
commit2c79dcafd8ecdfd44ee4c509a9c55785b022eba9 (patch)
tree5cae3db99018b00b1b82b05462f417e0ec931423 /Documentation/admin-guide/bad-memory.rst
parent7358bb2f3293461737a61850c56523695f5b2219 (diff)
docs: Get rid of the badRAM guide
The last release of this tool was for 2.6.28; it's hard to see how it has any relevance to current kernels. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/bad-memory.rst')
-rw-r--r--Documentation/admin-guide/bad-memory.rst50
1 files changed, 0 insertions, 50 deletions
diff --git a/Documentation/admin-guide/bad-memory.rst b/Documentation/admin-guide/bad-memory.rst
deleted file mode 100644