mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 15:51:40 -04:00
staging: rtl8192e: remove redundant setting of rf_type
At this point the value of priv->rf_type is RF_1T2R already. Setting it again is redundant and can be removed. Signed-off-by: Michael Straube <straube.linux@gmail.com> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20230325132823.22872-3-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b447437548
commit
a3ed769cc2
@@ -350,10 +350,6 @@ static void _rtl92e_read_eeprom_info(struct net_device *dev)
|
||||
tempval = (rtl92e_eeprom_read(dev,
|
||||
(EEPROM_RFInd_PowerDiff >> 1))) & 0xff;
|
||||
priv->eeprom_legacy_ht_tx_pwr_diff = tempval & 0xf;
|
||||
|
||||
if (tempval&0x80)
|
||||
priv->rf_type = RF_1T2R;
|
||||
|
||||
} else {
|
||||
priv->eeprom_legacy_ht_tx_pwr_diff = 0x04;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user