Those are really bad names. __signal__ is not meaning a value __signal level__ or __signal strength__ means value __level__ is too general to describes anything RSSI on other hand is well defined. Maybe it's too hw/vendor dependent to use in stack but at least its names says what it is. Quality should be a relative number depends on maxim I don't think this renaming make things clearer Tomas On 4/14/07, Larry Finger <Larry.Finger@xxxxxxxxxxxx> wrote:
In wireless statistics reporting, three quantities related to the signal are reported: "qual" (linear with the signal), "level" (logarithmic), and "noise". In mac80211 and the drivers that use it, the first two have a mixture of internal names for those quantities. To reduce confusion, this series of patches make the internal names match the entity that is being kept. So that any bisection of the source will always result in code that will compile, the patches are divided as follows: 1/4: The new names are added to the appropriate struct definitions in mac80211. 2/4: The mac80211 routines are modified to use the new names. 3/4: The drivers that use mac80211 are modified. 4/4: The old names are removed from the struct definitions. These changes assume the prior application of patches "[PATCH] mac80211: remove redundant rssi information in scan results" by Michael Wu and "[PATCH] mac80211: Report correct wireless statistics" by Larry Finger. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> --- - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html