aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/socket.h
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-07-26 03:15:16 +0000
committerSam Leffler <sam@FreeBSD.org>2006-07-26 03:15:16 +0000
commit246b5467621a60ed54345fa216639d5e16929ec1 (patch)
treeca8efdf26c24c239c9b30781c67e05b973c8d260 /sys/sys/socket.h
parentcbd038e73856d664a594ab99a4e79ed5231922ff (diff)
downloadsrc-246b5467621a60ed54345fa216639d5e16929ec1.tar.gz
src-246b5467621a60ed54345fa216639d5e16929ec1.zip
add support for 802.11 packet injection via bpf
Together with: Andrea Bittau <a.bittau@cs.ucl.ac.uk> Reviewed by: arch@ MFC after: 1 month
Notes
Notes: svn path=/head/; revision=160690
Diffstat (limited to 'sys/sys/socket.h')
-rw-r--r--sys/sys/socket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index bb00346ee081..598008f3c801 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -208,7 +208,8 @@ struct accept_filter_arg {
#define AF_SCLUSTER 34 /* Sitara cluster protocol */
#define AF_ARP 35
#define AF_BLUETOOTH 36 /* Bluetooth sockets */
-#define AF_MAX 37
+#define AF_IEEE80211 37 /* IEEE 802.11 protocol */
+#define AF_MAX 38
#endif
/*