@@ -341,50 +341,6 @@ struct iwl_dev_tx_power_cmd_v5 {
341
341
__le32 timer_period ;
342
342
} __packed ; /* TX_REDUCED_POWER_API_S_VER_5 */
343
343
344
- /**
345
- * struct iwl_dev_tx_power_cmd_v6 - TX power reduction command version 6
346
- * @per_chain: per chain restrictions
347
- * @enable_ack_reduction: enable or disable close range ack TX power
348
- * reduction.
349
- * @per_chain_restriction_changed: is per_chain_restriction has changed
350
- * from last command. used if set_mode is
351
- * IWL_TX_POWER_MODE_SET_SAR_TIMER.
352
- * note: if not changed, the command is used for keep alive only.
353
- * @reserved: reserved (padding)
354
- * @timer_period: timer in milliseconds. if expires FW will change to default
355
- * BIOS values. relevant if setMode is IWL_TX_POWER_MODE_SET_SAR_TIMER
356
- */
357
- struct iwl_dev_tx_power_cmd_v6 {
358
- __le16 per_chain [IWL_NUM_CHAIN_TABLES_V2 ][IWL_NUM_CHAIN_LIMITS ][IWL_NUM_SUB_BANDS_V2 ];
359
- u8 enable_ack_reduction ;
360
- u8 per_chain_restriction_changed ;
361
- u8 reserved [2 ];
362
- __le32 timer_period ;
363
- } __packed ; /* TX_REDUCED_POWER_API_S_VER_6 */
364
-
365
- /**
366
- * struct iwl_dev_tx_power_cmd_v7 - TX power reduction command version 7
367
- * @per_chain: per chain restrictions
368
- * @enable_ack_reduction: enable or disable close range ack TX power
369
- * reduction.
370
- * @per_chain_restriction_changed: is per_chain_restriction has changed
371
- * from last command. used if set_mode is
372
- * IWL_TX_POWER_MODE_SET_SAR_TIMER.
373
- * note: if not changed, the command is used for keep alive only.
374
- * @reserved: reserved (padding)
375
- * @timer_period: timer in milliseconds. if expires FW will change to default
376
- * BIOS values. relevant if setMode is IWL_TX_POWER_MODE_SET_SAR_TIMER
377
- * @flags: reduce power flags.
378
- */
379
- struct iwl_dev_tx_power_cmd_v7 {
380
- __le16 per_chain [IWL_NUM_CHAIN_TABLES_V2 ][IWL_NUM_CHAIN_LIMITS ][IWL_NUM_SUB_BANDS_V2 ];
381
- u8 enable_ack_reduction ;
382
- u8 per_chain_restriction_changed ;
383
- u8 reserved [2 ];
384
- __le32 timer_period ;
385
- __le32 flags ;
386
- } __packed ; /* TX_REDUCED_POWER_API_S_VER_7 */
387
-
388
344
/**
389
345
* struct iwl_dev_tx_power_cmd_v8 - TX power reduction command version 8
390
346
* @per_chain: per chain restrictions
@@ -429,8 +385,6 @@ struct iwl_dev_tx_power_cmd_per_band {
429
385
* @v3: version 3 part of the command
430
386
* @v4: version 4 part of the command
431
387
* @v5: version 5 part of the command
432
- * @v6: version 6 part of the command
433
- * @v7: version 7 part of the command
434
388
* @v8: version 8 part of the command
435
389
*/
436
390
struct iwl_dev_tx_power_cmd_v3_v8 {
@@ -440,8 +394,6 @@ struct iwl_dev_tx_power_cmd_v3_v8 {
440
394
struct iwl_dev_tx_power_cmd_v3 v3 ;
441
395
struct iwl_dev_tx_power_cmd_v4 v4 ;
442
396
struct iwl_dev_tx_power_cmd_v5 v5 ;
443
- struct iwl_dev_tx_power_cmd_v6 v6 ;
444
- struct iwl_dev_tx_power_cmd_v7 v7 ;
445
397
struct iwl_dev_tx_power_cmd_v8 v8 ;
446
398
};
447
399
};
0 commit comments