diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-11-15 05:25:42 -0500 |
---|---|---|
committer | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-11-15 05:25:42 -0500 |
commit | d31751679897441d89e6ae59da98f1424b3f7dfe (patch) | |
tree | c57920d4c02b89761d4390b2a1054ae964910e1e /drivers/net/wireless/iwlegacy/iwl-4965-rs.c | |
parent | 232913b51e6f6e7105184b23a436dfc6b942491b (diff) |
iwlegacy: rename remaining IWLs to ILs
Also rename config names IWLWIFI_LEGACY to IWLEGACY
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-4965-rs.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-4965-rs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-4965-rs.c b/drivers/net/wireless/iwlegacy/iwl-4965-rs.c index c2f42301014d..9c8cc320832e 100644 --- a/drivers/net/wireless/iwlegacy/iwl-4965-rs.c +++ b/drivers/net/wireless/iwlegacy/iwl-4965-rs.c | |||
@@ -40,7 +40,7 @@ | |||
40 | #include "iwl-core.h" | 40 | #include "iwl-core.h" |
41 | #include "iwl-4965.h" | 41 | #include "iwl-4965.h" |
42 | 42 | ||
43 | #define IWL4965_RS_NAME "iwl-4965-rs" | 43 | #define IL4965_RS_NAME "iwl-4965-rs" |
44 | 44 | ||
45 | #define NUM_TRY_BEFORE_ANT_TOGGLE 1 | 45 | #define NUM_TRY_BEFORE_ANT_TOGGLE 1 |
46 | #define IL_NUMBER_TRY 1 | 46 | #define IL_NUMBER_TRY 1 |
@@ -2837,7 +2837,7 @@ il4965_rs_rate_init_stub(void *il_r, struct ieee80211_supported_band *sband, | |||
2837 | } | 2837 | } |
2838 | static struct rate_control_ops rs_4965_ops = { | 2838 | static struct rate_control_ops rs_4965_ops = { |
2839 | .module = NULL, | 2839 | .module = NULL, |
2840 | .name = IWL4965_RS_NAME, | 2840 | .name = IL4965_RS_NAME, |
2841 | .tx_status = il4965_rs_tx_status, | 2841 | .tx_status = il4965_rs_tx_status, |
2842 | .get_rate = il4965_rs_get_rate, | 2842 | .get_rate = il4965_rs_get_rate, |
2843 | .rate_init = il4965_rs_rate_init_stub, | 2843 | .rate_init = il4965_rs_rate_init_stub, |