Commit bc255930 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville

iwlagn: remove hw_wa_rev

The variable is never used.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 917b6777
...@@ -3688,7 +3688,6 @@ struct ieee80211_ops iwlagn_hw_ops = { ...@@ -3688,7 +3688,6 @@ struct ieee80211_ops iwlagn_hw_ops = {
static void iwl_hw_detect(struct iwl_priv *priv) static void iwl_hw_detect(struct iwl_priv *priv)
{ {
priv->hw_rev = _iwl_read32(priv, CSR_HW_REV); priv->hw_rev = _iwl_read32(priv, CSR_HW_REV);
priv->hw_wa_rev = _iwl_read32(priv, CSR_HW_REV_WA_REG);
priv->rev_id = priv->pci_dev->revision; priv->rev_id = priv->pci_dev->revision;
IWL_DEBUG_INFO(priv, "HW Revision ID = 0x%X\n", priv->rev_id); IWL_DEBUG_INFO(priv, "HW Revision ID = 0x%X\n", priv->rev_id);
} }
......
...@@ -1254,7 +1254,6 @@ struct iwl_priv { ...@@ -1254,7 +1254,6 @@ struct iwl_priv {
/* pci hardware address support */ /* pci hardware address support */
void __iomem *hw_base; void __iomem *hw_base;
u32 hw_rev; u32 hw_rev;
u32 hw_wa_rev;
u8 rev_id; u8 rev_id;
/* microcode/device supports multiple contexts */ /* microcode/device supports multiple contexts */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment