aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.h')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.h b/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.h
index b33888991b94..d910bda087f7 100644
--- a/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.h
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.h
@@ -17,11 +17,6 @@
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details. 18 * General Public License for more details.
19 * 19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
23 * USA
24 *
25 * The full GNU General Public License is included in this distribution 20 * The full GNU General Public License is included in this distribution
26 * in the file called COPYING. 21 * in the file called COPYING.
27 * 22 *
@@ -81,10 +76,11 @@ struct iwl_nvm_data {
81 __le16 kelvin_voltage; 76 __le16 kelvin_voltage;
82 __le16 xtal_calib[2]; 77 __le16 xtal_calib[2];
83 78
84 bool sku_cap_band_24GHz_enable; 79 bool sku_cap_band_24ghz_enable;
85 bool sku_cap_band_52GHz_enable; 80 bool sku_cap_band_52ghz_enable;
86 bool sku_cap_11n_enable; 81 bool sku_cap_11n_enable;
87 bool sku_cap_11ac_enable; 82 bool sku_cap_11ac_enable;
83 bool sku_cap_11ax_enable;
88 bool sku_cap_amt_enable; 84 bool sku_cap_amt_enable;
89 bool sku_cap_ipan_enable; 85 bool sku_cap_ipan_enable;
90 bool sku_cap_mimo_disabled; 86 bool sku_cap_mimo_disabled;