diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2019-10-28 17:24:57 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2019-10-28 17:24:57 +0000 |
commit | d466b7e61109e16423b75c0378c21492493c1c73 (patch) | |
tree | 48d87a6df11177d6675fffc1aae5d37d841f4d4e | |
parent | c716625d335eb5c0b54a433f6181d394f51ccca6 (diff) |
Remove unused DEFAULT_MAX_TX_POWER definition from if_iwmreg.h,
which had a value different from the IWL_DEFAULT_MAX_TX_POWER
constant in Linux iwlwifi.
Patch by Imre Vadasz.
ok patrick@
-rw-r--r-- | sys/dev/pci/if_iwmreg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_iwmreg.h b/sys/dev/pci/if_iwmreg.h index 02a5ea05cf0..1afa1d46426 100644 --- a/sys/dev/pci/if_iwmreg.h +++ b/sys/dev/pci/if_iwmreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwmreg.h,v 1.30 2019/10/18 07:07:53 stsp Exp $ */ +/* $OpenBSD: if_iwmreg.h,v 1.31 2019/10/28 17:24:56 stsp Exp $ */ /****************************************************************************** * @@ -2044,8 +2044,6 @@ struct iwm_calib_res_notif_phy_db { #define IWM_NVM_RF_CFG_TX_ANT_MSK_8000(x) ((x >> 24) & 0xF) #define IWM_NVM_RF_CFG_RX_ANT_MSK_8000(x) ((x >> 28) & 0xF) -#define DEFAULT_MAX_TX_POWER 16 - /* * channel flags in NVM * @IWM_NVM_CHANNEL_VALID: channel is usable for this SKU/geo |