hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-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 *
....@@ -121,14 +116,14 @@
121116 * later with iwl_free_nvm_data().
122117 */
123118 struct iwl_nvm_data *
124
-iwl_parse_eeprom_data(struct device *dev, const struct iwl_cfg *cfg,
119
+iwl_parse_eeprom_data(struct iwl_trans *trans, const struct iwl_cfg *cfg,
125120 const u8 *eeprom, size_t eeprom_size);
126121
127122 int iwl_init_sband_channels(struct iwl_nvm_data *data,
128123 struct ieee80211_supported_band *sband,
129124 int n_channels, enum nl80211_band band);
130125
131
-void iwl_init_ht_hw_capab(const struct iwl_cfg *cfg,
126
+void iwl_init_ht_hw_capab(struct iwl_trans *trans,
132127 struct iwl_nvm_data *data,
133128 struct ieee80211_sta_ht_cap *ht_info,
134129 enum nl80211_band band,