提交 f8a87017 编写于 作者: S Sujith Manoharan 提交者: John W. Linville

ath9k: Remove MIMO-PS specific code

Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 88dcc2dd
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册