rt2x00: rt2800lib: Remove redundant check for RT2872
Remove redundant check for RT2872. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
23812383c6
commit
9a8b424ea8
@@ -2022,7 +2022,6 @@ int rt2800_validate_eeprom(struct rt2x00_dev *rt2x00dev)
|
|||||||
EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
|
EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
|
||||||
} else if (rt2x00_rt(rt2x00dev, RT2860) ||
|
} else if (rt2x00_rt(rt2x00dev, RT2860) ||
|
||||||
rt2x00_rt(rt2x00dev, RT2870) ||
|
rt2x00_rt(rt2x00dev, RT2870) ||
|
||||||
rt2x00_rt(rt2x00dev, RT2872) ||
|
|
||||||
rt2x00_rt(rt2x00dev, RT2872)) {
|
rt2x00_rt(rt2x00dev, RT2872)) {
|
||||||
/*
|
/*
|
||||||
* There is a max of 2 RX streams for RT28x0 series
|
* There is a max of 2 RX streams for RT28x0 series
|
||||||
|
|||||||
Reference in New Issue
Block a user