.. | .. |
---|
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 | * |
---|
.. | .. |
---|
121 | 116 | * later with iwl_free_nvm_data(). |
---|
122 | 117 | */ |
---|
123 | 118 | 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, |
---|
125 | 120 | const u8 *eeprom, size_t eeprom_size); |
---|
126 | 121 | |
---|
127 | 122 | int iwl_init_sband_channels(struct iwl_nvm_data *data, |
---|
128 | 123 | struct ieee80211_supported_band *sband, |
---|
129 | 124 | int n_channels, enum nl80211_band band); |
---|
130 | 125 | |
---|
131 | | -void iwl_init_ht_hw_capab(const struct iwl_cfg *cfg, |
---|
| 126 | +void iwl_init_ht_hw_capab(struct iwl_trans *trans, |
---|
132 | 127 | struct iwl_nvm_data *data, |
---|
133 | 128 | struct ieee80211_sta_ht_cap *ht_info, |
---|
134 | 129 | enum nl80211_band band, |
---|