summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/libertas (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: libertas: fix config name in dependency for SDIO supportLukas Bulwahn2023-11-301-1/+1
* wifi: libertas: stop selecting wextArnd Bergmann2023-11-141-2/+0
* wifi: libertas: drop 16-bit PCMCIA supportArnd Bergmann2023-10-303-964/+1
* wifi: libertas: prefer kstrtoX() for simple integer conversionsDmitry Antipov2023-08-011-18/+33
* wifi: libertas: handle possible spu_write_u16() errorsDmitry Antipov2023-08-011-3/+8
* wifi: libertas: cleanup SDIO resetDmitry Antipov2023-08-011-12/+22
* wifi: libertas: simplify list operations in free_if_spi_card()Dmitry Antipov2023-08-011-6/+3
* wifi: libertas: use convenient lists to manage SDIO packetsDmitry Antipov2023-08-011-24/+13
* wifi: libertas: add missing calls to cancel_work_sync()Dmitry Antipov2023-08-011-0/+2
* net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra2023-03-111-1/+1
* wifi: libertas: add support for WPS enrollee IE in probe requestsDoug Brown2023-02-131-3/+45
* wifi: libertas: add new TLV type for WPS enrollee IEDoug Brown2023-02-131-0/+1
* wifi: libertas: only add RSN/WPA IE in lbs_add_wpa_tlvDoug Brown2023-02-131-10/+18
* wifi: libertas: fix code style in Marvell structsDoug Brown2023-02-131-10/+10
* wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1
* wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1
* wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1
* wifi: libertas: fix memory leak in lbs_init_adapter()Zhengchao Shao2022-12-141-0/+1
* wifi: libertas: fix a couple of sparse warningsJohannes Berg2022-09-072-3/+2
* wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-021-2/+2
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-4/+5
* wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua2022-07-271-0/+1
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-5/+5
* wifi: libertas: use variable-size data in assoc req/resp cmdJohannes Berg2022-05-302-5/+5
* wireless: Marvell: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-2/+2
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* libertas: Add missing __packed annotation with struct_group()Kees Cook2021-12-081-1/+1
* libertas: Use struct_group() for memcpy() regionKees Cook2021-11-292-6/+9
* libertas: replace snprintf in show functions with sysfs_emitYe Guojin2021-10-271-9/+9
* libertas: Fix possible memory leak in probe and disconnectWang Hai2021-10-271-0/+2
* wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-202-5/+4
* libertas: Remove unnecessary label of lbs_ethtool_get_eepromdingsenjie2021-08-011-6/+3
* libertas: use DEVICE_ATTR_RW macroYueHaibing2021-06-151-71/+78
* libertas: remove leading spaces before tabsHui Tang2021-06-151-1/+1
* libertas: register sysfs groups properlyGreg Kroah-Hartman2021-05-131-24/+4
* Revert "libertas: add checks for the return value of sysfs_create_group"Greg Kroah-Hartman2021-05-131-5/+0
* libertas: struct lbs_private is declared duplicatelyWan Jiabing2021-04-181-1/+0
* libertas: avoid -Wempty-body warningArnd Bergmann2021-04-171-6/+6
* libertas: remove redundant initialization of variable retColin Ian King2021-02-081-1/+1
* net: libertas: Use netif_rx_any_context()Sebastian Andrzej Siewior2020-09-291-9/+2
* net: libertas libertas_tf: Remove in_interrupt() from debug macro.Sebastian Andrzej Siewior2020-09-291-2/+1
* libertas: Fix misnaming for function param 'device'Lee Jones2020-09-011-2/+2
* libertas: Fix 'timer_list' stored private data related dot-rotLee Jones2020-09-011-3/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-045-15/+5
|\
| * libertas: Use shared constant for rfc1042 headerPascal Terjan2020-05-291-4/+1
| * libertas: make lbs_process_event() voidJason Yan2020-04-152-5/+2
| * libertas: make lbs_init_mesh() voidJason Yan2020-04-152-6/+2
* | mmc: sdio: Change macro names for Marvell 8688 modulesPali Rohár2020-05-291-1/+1
|/
* libertas: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-234-5/+5