aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:46:27 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:46:27 +0000
commit391a27c41db023743ffff8feb9140fe90bef8f1e (patch)
treed88c06a7079ebab3048d0ad8907220920153e940 /sys/dev/wpi
parent0bd0689270564fff226ec22c5f0c8b7b58732a36 (diff)
Notes
Diffstat (limited to 'sys/dev/wpi')
-rw-r--r--sys/dev/wpi/if_wpireg.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/wpi/if_wpireg.h b/sys/dev/wpi/if_wpireg.h
index b0154f22bc5e..04ef481fe08b 100644
--- a/sys/dev/wpi/if_wpireg.h
+++ b/sys/dev/wpi/if_wpireg.h
@@ -92,7 +92,6 @@
#define WPI_FH_MSG_CONFIG 0xe88
#define WPI_FH_TX_STATUS 0xe90
-
/*
* NIC internal memory offsets.
*/
@@ -119,7 +118,6 @@
#define WPI_BSM_DRAM_DATA_SIZE 0x349c
#define WPI_BSM_SRAM_BASE 0x3800
-
/* Possible flags for register WPI_HW_IF_CONFIG. */
#define WPI_HW_IF_CONFIG_ALM_MB (1 << 8)
#define WPI_HW_IF_CONFIG_ALM_MM (1 << 9)
@@ -558,7 +556,6 @@ struct wpi_beacon_missed {
uint32_t received;
} __packed;
-
/* Structure for command WPI_CMD_MRR_SETUP. */
#define WPI_RIDX_MAX 11
struct wpi_mrr_setup {
@@ -806,7 +803,6 @@ struct wpi_stats {
/* Possible flags for command WPI_CMD_GET_STATISTICS. */
#define WPI_STATISTICS_BEACON_DISABLE (1 << 1)
-
/* Firmware error dump entry. */
struct wpi_fw_dump {
uint32_t desc;
@@ -818,7 +814,6 @@ struct wpi_fw_dump {
/* Firmware image file header. */
struct wpi_firmware_hdr {
-
#define WPI_FW_MINVERSION 2144
#define WPI_FW_NAME "wpifw"