aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2010-05-06 15:10:42 -0400
committerReinette Chatre <reinette.chatre@intel.com>2010-05-13 13:45:00 -0400
commit5a2a780cb142f16f33c948af5f3d588099b59df6 (patch)
tree54bd38e7556a2d1f4e94c37b0173615829724247
parentbd93cbedfc4b280a0eeb6665ad310c3cc96cd669 (diff)
iwlwifi: modify out-dated comments
Some comments in iwl-dev.h still refer to 4965 but used by all the _agn devices. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h
index 8b2d06c1d6c1..05a7a0dd5b70 100644
--- a/drivers/net/wireless/iwlwifi/iwl-dev.h
+++ b/drivers/net/wireless/iwlwifi/iwl-dev.h
@@ -1096,7 +1096,7 @@ struct iwl_priv {
1096 /* force reset */ 1096 /* force reset */
1097 struct iwl_force_reset force_reset[IWL_MAX_FORCE_RESET]; 1097 struct iwl_force_reset force_reset[IWL_MAX_FORCE_RESET];
1098 1098
1099 /* we allocate array of iwl4965_channel_info for NIC's valid channels. 1099 /* we allocate array of iwl_channel_info for NIC's valid channels.
1100 * Access via channel # using indirect index array */ 1100 * Access via channel # using indirect index array */
1101 struct iwl_channel_info *channel_info; /* channel info array */ 1101 struct iwl_channel_info *channel_info; /* channel info array */
1102 u8 channel_count; /* # of channels */ 1102 u8 channel_count; /* # of channels */
@@ -1161,7 +1161,7 @@ struct iwl_priv {
1161 struct iwl_switch_rxon switch_rxon; 1161 struct iwl_switch_rxon switch_rxon;
1162 1162
1163 /* 1st responses from initialize and runtime uCode images. 1163 /* 1st responses from initialize and runtime uCode images.
1164 * 4965's initialize alive response contains some calibration data. */ 1164 * _agn's initialize alive response contains some calibration data. */
1165 struct iwl_init_alive_resp card_alive_init; 1165 struct iwl_init_alive_resp card_alive_init;
1166 struct iwl_alive_resp card_alive; 1166 struct iwl_alive_resp card_alive;
1167 1167