forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h
....@@ -18,11 +18,6 @@
1818 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1919 * General Public License for more details.
2020 *
21
- * You should have received a copy of the GNU General Public License
22
- * along with this program; if not, write to the Free Software
23
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
24
- * USA
25
- *
2621 * The full GNU General Public License is included in this distribution
2722 * in the file called COPYING.
2823 *
....@@ -90,10 +85,11 @@
9085 */
9186 struct iwl_nvm_data *
9287 iwl_parse_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg,
88
+ const struct iwl_fw *fw,
9389 const __be16 *nvm_hw, const __le16 *nvm_sw,
9490 const __le16 *nvm_calib, const __le16 *regulatory,
9591 const __le16 *mac_override, const __le16 *phy_sku,
96
- u8 tx_chains, u8 rx_chains, bool lar_fw_supported);
92
+ u8 tx_chains, u8 rx_chains);
9793
9894 /**
9995 * iwl_parse_mcc_info - parse MCC (mobile country code) info coming from FW
....@@ -108,7 +104,7 @@
108104 struct ieee80211_regdomain *
109105 iwl_parse_nvm_mcc_info(struct device *dev, const struct iwl_cfg *cfg,
110106 int num_of_ch, __le32 *channels, u16 fw_mcc,
111
- u16 geo_info, u16 cap);
107
+ u16 geo_info, u16 cap, u8 resp_ver);
112108
113109 /**
114110 * struct iwl_nvm_section - describes an NVM section in memory.