commit | c33104f0a782a7746e5d3b975288a4fb3b8293ed | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Mon Jan 14 17:46:21 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:09:59 2008 -0800 |
tree | c48dbe1f17e8fd8c46d0891e3a89ac010d576459 | |
parent | 98c92211462bb78fe0e869b43e1662e549e35fed [diff] |
iwlwifi: 4965 unify rate scale variable names for station data 1, This patch renames iwl4965_rate_scale_priv to iwl4965_lq_sta. This type represents a station's link quality. 2. The names of the variables of this type were rs_priv, lq_data, lq, crl across the file. All are now unified under the name lq_sta. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>