Commit 6bb64697 authored by Wey-Yi Guy's avatar Wey-Yi Guy

iwlagn: remove more reference to legacy devices

Remove the reference to both 3945 and 4965 in LED code
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent ee3cd7e0
...@@ -63,8 +63,8 @@ static const struct ieee80211_tpt_blink iwl_blink[] = { ...@@ -63,8 +63,8 @@ static const struct ieee80211_tpt_blink iwl_blink[] = {
/* /*
* Adjust led blink rate to compensate on a MAC Clock difference on every HW * Adjust led blink rate to compensate on a MAC Clock difference on every HW
* Led blink rate analysis showed an average deviation of 0% on 3945, * Led blink rate analysis showed an average deviation of 20% on 5000 series
* 5% on 4965 HW and 20% on 5000 series and up. * and up.
* Need to compensate on the led on/off time per HW according to the deviation * Need to compensate on the led on/off time per HW according to the deviation
* to achieve the desired led frequency * to achieve the desired led frequency
* The calculation is: (100-averageDeviation)/100 * blinkTime * The calculation is: (100-averageDeviation)/100 * blinkTime
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment