xref: /openbmc/linux/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h (revision 291084951825e1efca081926b10bf3ff7e872476)
1e705c121SKalle Valo /******************************************************************************
2e705c121SKalle Valo  *
3e705c121SKalle Valo  * This file is provided under a dual BSD/GPLv2 license.  When using or
4e705c121SKalle Valo  * redistributing this file, you may do so under either license.
5e705c121SKalle Valo  *
6e705c121SKalle Valo  * GPL LICENSE SUMMARY
7e705c121SKalle Valo  *
8671bed3fSArik Nemtsov  * Copyright(c) 2008 - 2015 Intel Corporation. All rights reserved.
9*29108495SSara Sharon  * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
10e705c121SKalle Valo  *
11e705c121SKalle Valo  * This program is free software; you can redistribute it and/or modify
12e705c121SKalle Valo  * it under the terms of version 2 of the GNU General Public License as
13e705c121SKalle Valo  * published by the Free Software Foundation.
14e705c121SKalle Valo  *
15e705c121SKalle Valo  * This program is distributed in the hope that it will be useful, but
16e705c121SKalle Valo  * WITHOUT ANY WARRANTY; without even the implied warranty of
17e705c121SKalle Valo  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18e705c121SKalle Valo  * General Public License for more details.
19e705c121SKalle Valo  *
20e705c121SKalle Valo  * You should have received a copy of the GNU General Public License
21e705c121SKalle Valo  * along with this program; if not, write to the Free Software
22e705c121SKalle Valo  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
23e705c121SKalle Valo  * USA
24e705c121SKalle Valo  *
25e705c121SKalle Valo  * The full GNU General Public License is included in this distribution
26e705c121SKalle Valo  * in the file called COPYING.
27e705c121SKalle Valo  *
28e705c121SKalle Valo  * Contact Information:
29d01c5366SEmmanuel Grumbach  *  Intel Linux Wireless <linuxwifi@intel.com>
30e705c121SKalle Valo  * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31e705c121SKalle Valo  *
32e705c121SKalle Valo  * BSD LICENSE
33e705c121SKalle Valo  *
34e705c121SKalle Valo  * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
35*29108495SSara Sharon  * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
36e705c121SKalle Valo  * All rights reserved.
37e705c121SKalle Valo  *
38e705c121SKalle Valo  * Redistribution and use in source and binary forms, with or without
39e705c121SKalle Valo  * modification, are permitted provided that the following conditions
40e705c121SKalle Valo  * are met:
41e705c121SKalle Valo  *
42e705c121SKalle Valo  *  * Redistributions of source code must retain the above copyright
43e705c121SKalle Valo  *    notice, this list of conditions and the following disclaimer.
44e705c121SKalle Valo  *  * Redistributions in binary form must reproduce the above copyright
45e705c121SKalle Valo  *    notice, this list of conditions and the following disclaimer in
46e705c121SKalle Valo  *    the documentation and/or other materials provided with the
47e705c121SKalle Valo  *    distribution.
48e705c121SKalle Valo  *  * Neither the name Intel Corporation nor the names of its
49e705c121SKalle Valo  *    contributors may be used to endorse or promote products derived
50e705c121SKalle Valo  *    from this software without specific prior written permission.
51e705c121SKalle Valo  *
52e705c121SKalle Valo  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
53e705c121SKalle Valo  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
54e705c121SKalle Valo  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
55e705c121SKalle Valo  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
56e705c121SKalle Valo  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
57e705c121SKalle Valo  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
58e705c121SKalle Valo  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
59e705c121SKalle Valo  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
60e705c121SKalle Valo  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
61e705c121SKalle Valo  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62e705c121SKalle Valo  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63e705c121SKalle Valo  *****************************************************************************/
64e705c121SKalle Valo #ifndef __iwl_nvm_parse_h__
65e705c121SKalle Valo #define __iwl_nvm_parse_h__
66e705c121SKalle Valo 
67e705c121SKalle Valo #include <net/cfg80211.h>
68e705c121SKalle Valo #include "iwl-eeprom-parse.h"
69e705c121SKalle Valo 
70e705c121SKalle Valo /**
71e705c121SKalle Valo  * iwl_parse_nvm_data - parse NVM data and return values
72e705c121SKalle Valo  *
73e705c121SKalle Valo  * This function parses all NVM values we need and then
74e705c121SKalle Valo  * returns a (newly allocated) struct containing all the
75e705c121SKalle Valo  * relevant values for driver use. The struct must be freed
76e705c121SKalle Valo  * later with iwl_free_nvm_data().
77e705c121SKalle Valo  */
78e705c121SKalle Valo struct iwl_nvm_data *
79afd5b170SSara Sharon iwl_parse_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg,
80e705c121SKalle Valo 		   const __le16 *nvm_hw, const __le16 *nvm_sw,
81e705c121SKalle Valo 		   const __le16 *nvm_calib, const __le16 *regulatory,
82e705c121SKalle Valo 		   const __le16 *mac_override, const __le16 *phy_sku,
83afd5b170SSara Sharon 		   u8 tx_chains, u8 rx_chains, bool lar_fw_supported);
84e705c121SKalle Valo 
85e705c121SKalle Valo /**
86*29108495SSara Sharon  * iwl_set_hw_address_from_csr - sets HW address for 9000 devices and on
87*29108495SSara Sharon  */
88*29108495SSara Sharon void iwl_set_hw_address_from_csr(struct iwl_trans *trans,
89*29108495SSara Sharon 				 struct iwl_nvm_data *data);
90*29108495SSara Sharon 
91*29108495SSara Sharon /**
92*29108495SSara Sharon  * iwl_init_sbands - parse and set all channel profiles
93*29108495SSara Sharon  */
94*29108495SSara Sharon void iwl_init_sbands(struct device *dev, const struct iwl_cfg *cfg,
95*29108495SSara Sharon 		     struct iwl_nvm_data *data, const __le16 *nvm_ch_flags,
96*29108495SSara Sharon 		     u8 tx_chains, u8 rx_chains, bool lar_supported);
97*29108495SSara Sharon 
98*29108495SSara Sharon /**
99e705c121SKalle Valo  * iwl_parse_mcc_info - parse MCC (mobile country code) info coming from FW
100e705c121SKalle Valo  *
101e705c121SKalle Valo  * This function parses the regulatory channel data received as a
102e705c121SKalle Valo  * MCC_UPDATE_CMD command. It returns a newly allocation regulatory domain,
103e705c121SKalle Valo  * to be fed into the regulatory core. An ERR_PTR is returned on error.
104e705c121SKalle Valo  * If not given to the regulatory core, the user is responsible for freeing
105e705c121SKalle Valo  * the regdomain returned here with kfree.
106e705c121SKalle Valo  */
107e705c121SKalle Valo struct ieee80211_regdomain *
108e705c121SKalle Valo iwl_parse_nvm_mcc_info(struct device *dev, const struct iwl_cfg *cfg,
109e705c121SKalle Valo 		       int num_of_ch, __le32 *channels, u16 fw_mcc);
110e705c121SKalle Valo 
111671bed3fSArik Nemtsov #ifdef CONFIG_ACPI
112671bed3fSArik Nemtsov /**
113671bed3fSArik Nemtsov  * iwl_get_bios_mcc - read MCC from BIOS, if available
114671bed3fSArik Nemtsov  *
115671bed3fSArik Nemtsov  * @dev: the struct device
116671bed3fSArik Nemtsov  * @mcc: output buffer (3 bytes) that will get the MCC
117671bed3fSArik Nemtsov  *
118671bed3fSArik Nemtsov  * This function tries to read the current MCC from ACPI if available.
119671bed3fSArik Nemtsov  */
120671bed3fSArik Nemtsov int iwl_get_bios_mcc(struct device *dev, char *mcc);
121671bed3fSArik Nemtsov #else
122671bed3fSArik Nemtsov static inline int iwl_get_bios_mcc(struct device *dev, char *mcc)
123671bed3fSArik Nemtsov {
124671bed3fSArik Nemtsov 	return -ENOENT;
125671bed3fSArik Nemtsov }
126671bed3fSArik Nemtsov #endif
127671bed3fSArik Nemtsov 
128e705c121SKalle Valo #endif /* __iwl_nvm_parse_h__ */
129