.. | .. |
---|
18 | 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
19 | 19 | * General Public License for more details. |
---|
20 | 20 | * |
---|
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 | | - * |
---|
26 | 21 | * The full GNU General Public License is included in this distribution |
---|
27 | 22 | * in the file called COPYING. |
---|
28 | 23 | * |
---|
.. | .. |
---|
90 | 85 | */ |
---|
91 | 86 | struct iwl_nvm_data * |
---|
92 | 87 | iwl_parse_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg, |
---|
| 88 | + const struct iwl_fw *fw, |
---|
93 | 89 | const __be16 *nvm_hw, const __le16 *nvm_sw, |
---|
94 | 90 | const __le16 *nvm_calib, const __le16 *regulatory, |
---|
95 | 91 | 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); |
---|
97 | 93 | |
---|
98 | 94 | /** |
---|
99 | 95 | * iwl_parse_mcc_info - parse MCC (mobile country code) info coming from FW |
---|
.. | .. |
---|
108 | 104 | struct ieee80211_regdomain * |
---|
109 | 105 | iwl_parse_nvm_mcc_info(struct device *dev, const struct iwl_cfg *cfg, |
---|
110 | 106 | int num_of_ch, __le32 *channels, u16 fw_mcc, |
---|
111 | | - u16 geo_info, u16 cap); |
---|
| 107 | + u16 geo_info, u16 cap, u8 resp_ver); |
---|
112 | 108 | |
---|
113 | 109 | /** |
---|
114 | 110 | * struct iwl_nvm_section - describes an NVM section in memory. |
---|