iwlwifi/iwl3945: remove data_retry_limit

Remove the ununsed variable data_retry_limit
from priv.

Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Abhijeet Kolekar
2009-10-09 13:20:32 -07:00
committed by John W. Linville
parent 9744c91f91
commit 1f0436f470
5 changed files with 1 additions and 9 deletions

View File

@@ -1092,7 +1092,6 @@ struct iwl_priv {
u8 last_phy_res[100];
/* Rate scaling data */
s8 data_retry_limit;
u8 retry_rate;
wait_queue_head_t wait_command_queue;