linux/drivers/net/wireless/ath/carl9170
Christian Lamparter 4ba641262b carl9170: remove dead branch in op_conf_tx callback
This patch removes the error branch for (queue > ar->hw->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.

Some background:
In the old days (linux 2.6 and early 3.x), the parse_txq_params()
function did not verify the "queue" value. That's why these drivers
had to do it.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-06-27 20:47:39 +03:00
..
carl9170.h
cmd.c
cmd.h
debug.c wireless: Use octal not symbolic permissions 2018-03-27 11:01:13 +03:00
debug.h
eeprom.h
fw.c mac80211: convert HW flags to unsigned long bitmap 2015-06-10 16:05:36 +02:00
fwcmd.h carl9170: import 1.9.9 firmware headers 2016-03-07 14:11:09 +02:00
fwdesc.h carl9170: import 1.9.9 firmware headers 2016-03-07 14:11:09 +02:00
hw.h carl9170: import 1.9.9 firmware headers 2016-03-07 14:11:09 +02:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
led.c mac80211: make LED trigger names const 2015-05-05 14:21:55 +02:00
mac.c wireless: carl9170: fix clang build warning 2019-04-29 18:00:42 +03:00
main.c carl9170: remove dead branch in op_conf_tx callback 2019-06-27 20:47:39 +03:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
phy.c cfg80211: remove enum ieee80211_band 2016-04-12 15:56:15 +02:00
phy.h
rx.c wireless: carl9170: fix clang build warning 2019-04-29 18:00:42 +03:00
tx.c carl9170: tx: mark expected switch fall-throughs 2018-11-05 13:22:35 +02:00
usb.c carl9170: fix misuse of device driver API 2019-06-27 20:46:47 +03:00
version.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
wlan.h