commit | 12e66ffbd534b1b622e7b907511a39cf572a32e3 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@gmail.com> | Sat Jun 15 12:00:09 2019 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jun 25 08:09:41 2019 +0300 |
tree | 24e85337a2d3bec4dd649e4d5ae0c7f34da8fcde | |
parent | 4a36de3996c7c9623a0b1835a360e88e0df20527 [diff] |
p54: remove dead branch in op_conf_tx callback This patch removes the error branch for (queue > dev->queues). It is no longer needed anymore as the "queue" value is validated by cfg80211's parse_txq_params() before the driver code gets called. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>