summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwmvar.h
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2015-06-15 08:06:13 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2015-06-15 08:06:13 +0000
commit604c84735917917d4e1e18193edfb2f9e435249f (patch)
treee50c192b349c0ee5b209df7f9fa954fcf8bdd7c1 /sys/dev/pci/if_iwmvar.h
parenta18d9a0dfad67f8531d8c3d506873e142e19a637 (diff)
Remove comments referring to Linux iwlwifi source filenames from iwm(4).
Linux is a moving target so these comments provide little value. Discussed with kettenis and deraadt.
Diffstat (limited to 'sys/dev/pci/if_iwmvar.h')
-rw-r--r--sys/dev/pci/if_iwmvar.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/pci/if_iwmvar.h b/sys/dev/pci/if_iwmvar.h
index d1638c9e55a..96f5eec5044 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.8 2015/06/15 07:50:44 stsp Exp $ */
+/* $OpenBSD: if_iwmvar.h,v 1.9 2015/06/15 08:06:12 stsp Exp $ */
/*
* Copyright (c) 2014 genua mbh <info@genua.de>
@@ -308,11 +308,6 @@ struct iwm_ucode_status {
#define IWM_MVM_TE_SESSION_PROTECTION_MAX_TIME_MS 500
#define IWM_MVM_TE_SESSION_PROTECTION_MIN_TIME_MS 400
-/*
- * Command headers are in iwl-trans.h, which is full of all
- * kinds of other junk, so we just replicate the structures here.
- * First the software bits:
- */
enum IWM_CMD_MODE {
IWM_CMD_SYNC = 0,
IWM_CMD_ASYNC = (1 << 0),
@@ -324,10 +319,6 @@ enum iwm_hcmd_dataflag {
IWM_HCMD_DFL_DUP = (1 << 1),
};
-/*
- * iwlwifi/iwl-phy-db
- */
-
#define IWM_NUM_PAPD_CH_GROUPS 4
#define IWM_NUM_TXP_CH_GROUPS 9