2010/3/9 Bruno Randolf <br1@xxxxxxxxxxx>: > it's not used, and we have ah_mac_srev. > > Signed-off-by: Bruno Randolf <br1@xxxxxxxxxxx> > --- > drivers/net/wireless/ath/ath5k/ath5k.h | 1 - > drivers/net/wireless/ath/ath5k/attach.c | 1 - > 2 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h > index 3d63511..54f35ae 100644 > --- a/drivers/net/wireless/ath/ath5k/ath5k.h > +++ b/drivers/net/wireless/ath/ath5k/ath5k.h > @@ -1047,7 +1047,6 @@ struct ath5k_hw { > u32 ah_phy; > u32 ah_mac_srev; > u16 ah_mac_version; > - u16 ah_mac_revision; > u16 ah_phy_revision; > u16 ah_radio_5ghz_revision; > u16 ah_radio_2ghz_revision; > diff --git a/drivers/net/wireless/ath/ath5k/attach.c b/drivers/net/wireless/ath/ath5k/attach.c > index 66758cb..dd4099a 100644 > --- a/drivers/net/wireless/ath/ath5k/attach.c > +++ b/drivers/net/wireless/ath/ath5k/attach.c > @@ -148,7 +148,6 @@ int ath5k_hw_attach(struct ath5k_softc *sc) > /* Get MAC, PHY and RADIO revisions */ > ah->ah_mac_srev = srev; > ah->ah_mac_version = AR5K_REG_MS(srev, AR5K_SREV_VER); > - ah->ah_mac_revision = AR5K_REG_MS(srev, AR5K_SREV_REV); > ah->ah_phy_revision = ath5k_hw_reg_read(ah, AR5K_PHY_CHIP_ID) & > 0xffffffff; > ah->ah_radio_5ghz_revision = ath5k_hw_radio_revision(ah, > > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > Acked-by: Nick Kossifidis <mickflemm@xxxxxxxxx> -- GPG ID: 0xD21DB2DB As you read this post global entropy rises. Have Fun ;-) Nick -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html