summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwmvar.h
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2016-08-15 12:59:54 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2016-08-15 12:59:54 +0000
commit7bdcb30229e15c4c6e635ab6da38dfe8b1ee2882 (patch)
tree3e50c75ff9b2474054efc26f7611fdf5700e041a /sys/dev/pci/if_iwmvar.h
parent2dc069673d754e4d731090e54d2046664bc61302 (diff)
Remove IWM_CMD_SYNC, which expands to zero while all the other
IWM_CMD_* values are bit flags. The same was done 2 years ago in Linux git commit a10229271946731959b2269370d0492d88cfab23.
Diffstat (limited to 'sys/dev/pci/if_iwmvar.h')
-rw-r--r--sys/dev/pci/if_iwmvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_iwmvar.h b/sys/dev/pci/if_iwmvar.h
index 4cf9fde6f0b..72debc89f88 100644
--- a/sys/dev/pci/if_iwmvar.h
+++ b/sys/dev/pci/if_iwmvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwmvar.h,v 1.18 2016/05/28 08:13:16 stsp Exp $ */
+/* $OpenBSD: if_iwmvar.h,v 1.19 2016/08/15 12:59:53 stsp Exp $ */
/*
* Copyright (c) 2014 genua mbh <info@genua.de>
@@ -316,7 +316,6 @@ struct iwm_ucode_status {
#define IWM_MVM_TE_SESSION_PROTECTION_MIN_TIME_MS 400
enum IWM_CMD_MODE {
- IWM_CMD_SYNC = 0,
IWM_CMD_ASYNC = (1 << 0),
IWM_CMD_WANT_SKB = (1 << 1),
IWM_CMD_SEND_IN_RFKILL = (1 << 2),