summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rsi/rsi_91x_usb.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: rsi: fix restricted __le32 degrades to integer sparse warningsKalle Valo2024-02-051-6/+6
* wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversionsWu Yunchuan2023-08-231-10/+10
* rsi: Fix out-of-bounds read in rsi_read_pkt()Zekun Shen2021-11-291-1/+0
* rsi: Fix use-after-free in rsi_rx_done_handler()Zekun Shen2021-11-291-1/+7
* rsi: fix control-message timeoutJohan Hovold2021-10-281-1/+1
* rsi: Fix module dev_oper_mode parameter descriptionMarek Vasut2021-09-211-4/+1
* rsi: fix an error code in rsi_probe()Dan Carpenter2021-08-211-0/+1
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* rsi: fix error return code in rsi_reset_card()Zhang Changzhong2020-11-241-15/+15
* rsi: rsi_91x_usb: Fix some basic kernel-doc issuesLee Jones2020-11-071-2/+4
* rsi_91x_usb: fix interface sanity checkJohan Hovold2019-12-181-1/+1
* rsi: add missing endpoint sanity checksJohan Hovold2019-12-181-2/+10
* rsi: fix non-atomic allocation in completion handlerJohan Hovold2019-12-181-6/+7
* rsi: fix memory leak on failed URB submissionJohan Hovold2019-12-181-1/+3
* rsi: fix use-after-free on failed probe and unbindJohan Hovold2019-12-181-1/+17
* rsi: drop bogus device-id checks from probeJohan Hovold2019-10-091-2/+2
* Revert "rsi: fix potential null dereference in rsi_probe()"Johan Hovold2019-10-091-1/+1
* rsi: fix potential null dereference in rsi_probe()Denis Efremov2019-10-041-1/+1
* rsi: fix a double free bug in rsi_91x_deinit()Hui Peng2019-09-031-1/+0
* rsi: miscallaneous changes for 9116 and commonSiva Rebbagondla2019-04-251-9/+11
* rsi: reset device changes for 9116Siva Rebbagondla2019-04-251-20/+41
* rsi: add new device model for 9116Siva Rebbagondla2019-04-251-1/+14
* rsi: fix spelling mistakesSiva Rebbagondla2019-02-191-1/+1
* rsi: add hci detach for hibernation and poweroffSiva Rebbagondla2019-02-081-0/+7
* rsi: fix memory alignment issue in ARM32 platformsSiva Rebbagondla2018-08-311-4/+7
* rsi: remove redundant device idsSiva Rebbagondla2018-07-311-5/+1
* rsi_91x: fix uninitialized variableGustavo A. R. Silva2018-04-301-3/+4
* rsi: disable fw watchdog timer during resetAmitkumar Karwar2018-04-241-0/+7
* rsi: remove redundant duplicate assignment of buffer_sizeColin Ian King2018-03-271-1/+0
* rsi: improve RX packet handling in USB interfacePrameela Rani Garnepudi2018-03-131-48/+62
* rsi: use dynamic RX control blocks instead of MAX_RX_URBPrameela Rani Garnepudi2018-03-131-14/+20
* rsi: add module parameter operating modePrameela Rani Garnepudi2018-03-131-1/+9
* rsi: add coex supportPrameela Rani Garnepudi2018-03-131-0/+2
* rsi: add bluetooth rx endpointSiva Rebbagondla2018-03-131-15/+22
* rsi: add rx control block to handle rx packets in USBPrameela Rani Garnepudi2018-03-131-16/+59
* rsi: fix memory leak on buf and usb_reg_bufColin Ian King2017-11-181-6/+6
* rsi: fix a dereference on adapter before it has been null checkedColin Ian King2017-09-201-2/+2
* rsi: remove memset before memcpyHimanshu Jha2017-08-301-1/+0
* rsi: fix static checker warningAmitkumar Karwar2017-07-281-1/+8
* rsi: check length before USB read/write registerAmitkumar Karwar2017-07-281-0/+6
* rsi: use macro for allocating USB bufferAmitkumar Karwar2017-07-281-2/+2
* rsi: choose correct endpoint based on queue.Karun Eagalapati2017-07-281-1/+2
* rsi: rename USB endpoint macrosKarun Eagalapati2017-07-281-1/+1
* rsi: correct the logic of deriving queue numberAmitkumar Karwar2017-07-281-1/+1
* rsi: USB tx headroom cleanupKarun Eagalapati2017-07-281-20/+21
* rsi: card reset for USB interfaceKarun Eagalapati2017-07-281-0/+72
* rsi: add usb RS9113 chipset supportPrameela Rani Garnepudi2017-06-211-0/+1
* rsi: Remove old firmware loading methodPrameela Rani Garnepudi2017-05-241-4/+2
* rsi: Add new firmware loading methodPrameela Rani Garnepudi2017-05-241-9/+7
* rsi: Add new host interface operationsPrameela Rani Garnepudi2017-05-241-0/+65