From fcb3e49962a88f18f12a3b3c072422c0068231b1 Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 23 Oct 2024 02:16:40 +0000 Subject: [PATCH] remove duplicate IWX_NVM_GET_INFO define --- sys/dev/pci/if_iwxreg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/pci/if_iwxreg.h b/sys/dev/pci/if_iwxreg.h index e184c0a0652..7dc3cc9399c 100644 --- a/sys/dev/pci/if_iwxreg.h +++ b/sys/dev/pci/if_iwxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwxreg.h,v 1.53 2024/05/08 14:03:54 stsp Exp $ */ +/* $OpenBSD: if_iwxreg.h,v 1.54 2024/10/23 02:16:40 jsg Exp $ */ /*- * Based on BSD-licensed source modules in the Linux iwlwifi driver, @@ -2016,7 +2016,6 @@ struct iwx_tx_queue_cfg_rsp { /* REGULATORY_AND_NVM group subcommand IDs */ #define IWX_NVM_ACCESS_COMPLETE 0x00 #define IWX_NVM_GET_INFO 0x02 -#define IWX_NVM_GET_INFO 0x02 #define IWX_PNVM_INIT_COMPLETE 0xfe /* -- 2.20.1