diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2012-02-13 05:23:22 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-22 14:51:16 -0500 |
commit | 774212b3f3fd590f4da03dc898aff3d9980f1ae0 (patch) | |
tree | 58541282447308e26edaa1a1a90bfd731d5b4cc5 /drivers/net/wireless/iwlegacy | |
parent | 9ce7b73c76ca872cb5b42e835f8e683a4051fbd9 (diff) |
iwleagcy: remove old comments
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy')
-rw-r--r-- | drivers/net/wireless/iwlegacy/common.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/net/wireless/iwlegacy/common.h b/drivers/net/wireless/iwlegacy/common.h index b2a6e52f8233..a7794459d747 100644 --- a/drivers/net/wireless/iwlegacy/common.h +++ b/drivers/net/wireless/iwlegacy/common.h | |||
@@ -1626,22 +1626,6 @@ struct il_mod_params { | |||
1626 | int restart_fw; /* def: 1 = restart firmware */ | 1626 | int restart_fw; /* def: 1 = restart firmware */ |
1627 | }; | 1627 | }; |
1628 | 1628 | ||
1629 | /* | ||
1630 | * @led_compensation: compensate on the led on/off time per HW according | ||
1631 | * to the deviation to achieve the desired led frequency. | ||
1632 | * The detail algorithm is described in common.c | ||
1633 | * @chain_noise_num_beacons: number of beacons used to compute chain noise | ||
1634 | * @wd_timeout: TX queues watchdog timeout | ||
1635 | * @temperature_kelvin: temperature report by uCode in kelvin | ||
1636 | * @ucode_tracing: support ucode continuous tracing | ||
1637 | * @sensitivity_calib_by_driver: driver has the capability to perform | ||
1638 | * sensitivity calibration operation | ||
1639 | * @chain_noise_calib_by_driver: driver has the capability to perform | ||
1640 | * chain noise calibration operation | ||
1641 | */ | ||
1642 | struct il_base_params { | ||
1643 | }; | ||
1644 | |||
1645 | #define IL_LED_SOLID 11 | 1629 | #define IL_LED_SOLID 11 |
1646 | #define IL_DEF_LED_INTRVL cpu_to_le32(1000) | 1630 | #define IL_DEF_LED_INTRVL cpu_to_le32(1000) |
1647 | 1631 | ||