aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-core.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h
index b316d833d9a2..967b4c008bc0 100644
--- a/drivers/net/wireless/iwlwifi/iwl-core.h
+++ b/drivers/net/wireless/iwlwifi/iwl-core.h
@@ -171,11 +171,6 @@ struct iwl_lib_ops {
171 struct iwl_tx_queue *txq); 171 struct iwl_tx_queue *txq);
172 int (*txq_init)(struct iwl_priv *priv, 172 int (*txq_init)(struct iwl_priv *priv,
173 struct iwl_tx_queue *txq); 173 struct iwl_tx_queue *txq);
174 /* aggregations */
175 int (*txq_agg_enable)(struct iwl_priv *priv, int txq_id, int tx_fifo,
176 int sta_id, int tid, u16 ssn_idx);
177 int (*txq_agg_disable)(struct iwl_priv *priv, u16 txq_id, u16 ssn_idx,
178 u8 tx_fifo);
179 /* setup Rx handler */ 174 /* setup Rx handler */
180 void (*rx_handler_setup)(struct iwl_priv *priv); 175 void (*rx_handler_setup)(struct iwl_priv *priv);
181 /* setup deferred work */ 176 /* setup deferred work */
@@ -252,7 +247,6 @@ struct iwl_ops {
252 247
253struct iwl_mod_params { 248struct iwl_mod_params {
254 int sw_crypto; /* def: 0 = using hardware encryption */ 249 int sw_crypto; /* def: 0 = using hardware encryption */
255 int disable_hw_scan; /* def: 0 = use h/w scan */
256 int num_of_queues; /* def: HW dependent */ 250 int num_of_queues; /* def: HW dependent */
257 int disable_11n; /* def: 0 = 11n capabilities enabled */ 251 int disable_11n; /* def: 0 = 11n capabilities enabled */
258 int amsdu_size_8K; /* def: 1 = enable 8K amsdu size */ 252 int amsdu_size_8K; /* def: 1 = enable 8K amsdu size */
@@ -286,8 +280,6 @@ struct iwl_mod_params {
286 * @chain_noise_calib_by_driver: driver has the capability to perform 280 * @chain_noise_calib_by_driver: driver has the capability to perform
287 * chain noise calibration operation 281 * chain noise calibration operation
288 * @shadow_reg_enable: HW shadhow register bit 282 * @shadow_reg_enable: HW shadhow register bit
289 * @no_agg_framecnt_info: uCode do not provide aggregation frame count
290 * information
291 */ 283 */
292struct iwl_base_params { 284struct iwl_base_params {
293 int eeprom_size; 285 int eeprom_size;
@@ -298,7 +290,6 @@ struct iwl_base_params {
298 bool set_l0s; 290 bool set_l0s;
299 bool use_bsm; 291 bool use_bsm;
300 292
301 bool use_isr_legacy;
302 const u16 max_ll_items; 293 const u16 max_ll_items;
303 const bool shadow_ram_support; 294 const bool shadow_ram_support;
304 u16 led_compensation; 295 u16 led_compensation;
@@ -317,7 +308,6 @@ struct iwl_base_params {
317 const bool sensitivity_calib_by_driver; 308 const bool sensitivity_calib_by_driver;
318 const bool chain_noise_calib_by_driver; 309 const bool chain_noise_calib_by_driver;
319 const bool shadow_reg_enable; 310 const bool shadow_reg_enable;
320 const bool no_agg_framecnt_info;
321}; 311};
322/* 312/*
323 * @advanced_bt_coexist: support advanced bt coexist 313 * @advanced_bt_coexist: support advanced bt coexist