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

Commit f8a87017 authored by Sujith Manoharan's avatar Sujith Manoharan Committed by John W. Linville
Browse files

ath9k: Remove MIMO-PS specific code

parent 88dcc2dd
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -1120,15 +1120,6 @@ static void ath_rc_tx_status(struct ath_softc *sc,
						 rates[i].count);
			}
		}
	} else {
		/*
		 * Handle the special case of MIMO PS burst, where the second
		 * aggregate is sent out with only one rate and one try.
		 * Treating it as an excessive retry penalizes the rate
		 * inordinately.
		 */
		if (rates[0].count == 1 && xretries == 1)
			xretries = 2;
	}

	flags = rates[final_ts_idx].flags;