diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-04-05 12:41:48 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-07 15:49:41 -0400 |
commit | 68e022dfeb548b48635888d1392f983977293573 (patch) | |
tree | 5ef8f8de78b14f059a182b64917640d481c30d5a | |
parent | cebb28ba1ebb00edee4606547d81acf8db0f0532 (diff) |
iwlagn: remove unused variable
Some code was removed, but a variable it used
and that is now unused stayed around, kill it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-sta.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-sta.c b/drivers/net/wireless/iwlwifi/iwl-sta.c index b0dcca07ff45..6ded0174a609 100644 --- a/drivers/net/wireless/iwlwifi/iwl-sta.c +++ b/drivers/net/wireless/iwlwifi/iwl-sta.c | |||
@@ -233,7 +233,6 @@ u8 iwl_prep_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx, | |||
233 | struct iwl_station_entry *station; | 233 | struct iwl_station_entry *station; |
234 | int i; | 234 | int i; |
235 | u8 sta_id = IWL_INVALID_STATION; | 235 | u8 sta_id = IWL_INVALID_STATION; |
236 | u16 rate; | ||
237 | 236 | ||
238 | if (is_ap) | 237 | if (is_ap) |
239 | sta_id = ctx->ap_sta_id; | 238 | sta_id = ctx->ap_sta_id; |