mirror of https://gitee.com/openkylin/linux.git
iwlwifi: remove radio_config from eeprom_data
No one uses it. Signed-off-by: David Spinadel <david.spinadel@intel.com> Reviewed-by: Amit Beka <amit.beka@intel.com> Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
45eab7ccac
commit
c5d4722120
|
@ -85,8 +85,6 @@ struct iwl_eeprom_data {
|
|||
int n_hw_addrs;
|
||||
u8 hw_addr[ETH_ALEN];
|
||||
|
||||
u16 radio_config;
|
||||
|
||||
u8 calib_version;
|
||||
__le16 calib_voltage;
|
||||
|
||||
|
|
Loading…
Reference in New Issue