From d58a6b2f2bc0165ecd598b183c3563d5abbc8bdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Imre=20Vad=C3=A1sz?= Date: Sun, 18 Sep 2016 17:33:01 +0200 Subject: [PATCH] if_iwm - Remove some more fields from struct nvm_data which are irrelevant. * These values are only used for dvm devices in Linux's iwlwifi (i.e. not relevant for iwm). --- sys/dev/netif/iwm/if_iwmvar.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys/dev/netif/iwm/if_iwmvar.h b/sys/dev/netif/iwm/if_iwmvar.h index e6391dab74..9918d0f9f9 100644 --- a/sys/dev/netif/iwm/if_iwmvar.h +++ b/sys/dev/netif/iwm/if_iwmvar.h @@ -193,13 +193,6 @@ struct iwm_nvm_data { int n_hw_addrs; uint8_t hw_addr[IEEE80211_ADDR_LEN]; - uint16_t calib_voltage; - - uint16_t raw_temperature; - uint16_t kelvin_temperature; - uint16_t kelvin_voltage; - uint16_t xtal_calib[2]; - int sku_cap_band_24GHz_enable; int sku_cap_band_52GHz_enable; int sku_cap_11n_enable; -- 2.41.0