Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a8b424e authored by Helmut Schaa's avatar Helmut Schaa Committed by John W. Linville
Browse files

rt2x00: rt2800lib: Remove redundant check for RT2872



Remove redundant check for RT2872.

Signed-off-by: default avatarHelmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 23812383
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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