summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-25/+54
2022-04-27mwifiex: Add SD8997 SDIO-UART firmwareAndrejs Cainikovs2-0/+3
2022-04-27mwifiex: Select firmware based on strappingAndrejs Cainikovs2-1/+25
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-24/+24
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang1-1/+1
2022-04-06mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queueNiels Dossche1-0/+2
2022-03-16mwifiex: make read-only array wmm_oui static constColin Ian King1-1/+1
2022-03-06wireless: Marvell: Use netif_rx().Sebastian Andrzej Siewior3-4/+4
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-12-08libertas_tf: Add missing __packed annotationsKees Cook1-14/+14
2021-12-08libertas: Add missing __packed annotation with struct_group()Kees Cook1-1/+1
2021-12-08mwifiex: Fix possible ABBA deadlockBrian Norris1-2/+6
2021-11-29mwl8k: Use named struct for memcpy() regionKees Cook1-4/+6
2021-11-29libertas_tf: Use struct_group() for memcpy() regionKees Cook2-5/+8
2021-11-29libertas: Use struct_group() for memcpy() regionKees Cook2-6/+9
2021-11-26mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler3-0/+8
2021-11-26mwifiex: Ensure the version string from the firmware is 0-terminatedJonas Dreßler1-0/+3
2021-11-26mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler3-0/+39
2021-11-26mwifiex: Use a define for firmware version string lengthJonas Dreßler3-4/+7
2021-11-26mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen1-1/+2
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-1/+1
2021-10-28mwifiex: fix division by zero in fw download pathJohan Hovold1-0/+16
2021-10-27libertas: replace snprintf in show functions with sysfs_emitYe Guojin1-9/+9
2021-10-27libertas: Fix possible memory leak in probe and disconnectWang Hai1-0/+2
2021-10-27libertas_tf: Fix possible memory leak in probe and disconnectWang Hai1-0/+2
2021-10-20wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski3-7/+5
2021-10-20mwifiex: Deactive host sleep using HSCFG after it was activated manuallyJonas Dreßler4-0/+44
2021-10-20mwifiex: Send DELBA requests according to specJonas Dreßler1-2/+3
2021-10-20mwifiex: Fix an incorrect commentJonas Dreßler1-1/+1
2021-10-20mwifiex: Log an error on command failure during key-material uploadJonas Dreßler1-2/+8
2021-10-20mwifiex: Don't log error on suspend if wake-on-wlan is disabledJonas Dreßler1-1/+1
2021-10-20mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma1-1/+1
2021-10-18mwifiex: Try waking the firmware until we get an interruptJonas Dreßler1-5/+23
2021-10-18mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler1-0/+8
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2-4/+0
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+4
2021-09-28mwifiex: avoid null-pointer-subtraction warningArnd Bergmann2-4/+4
2021-09-21mwifiex: Fix copy-paste mistake when creating virtual interfaceJonas Dreßler1-1/+1
2021-09-21mwifiex: Properly initialize private structure on interface type changesJonas Dreßler1-3/+7
2021-09-21mwifiex: Handle interface type changes from AP to STATIONJonas Dreßler1-0/+1
2021-09-21mwifiex: Allow switching interface type from P2P_CLIENT to P2P_GOJonas Dreßler1-0/+36
2021-09-21mwifiex: Update virtual interface counters right after setting bss_typeJonas Dreßler1-11/+14
2021-09-21mwifiex: Use helper function for counting interface typesJonas Dreßler1-75/+35
2021-09-21mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler1-18/+4
2021-09-21mwifiex: Use function to check whether interface type change is allowedJonas Dreßler1-47/+92
2021-09-21mwifiex: Small cleanup for handling virtual interface type changesJonas Dreßler1-25/+14
2021-08-29mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devicesTsuchiya Yuto3-0/+133
2021-08-29mwifiex: pcie: add DMI-based quirk implementation for Surface devicesJonas Dreßler5-0/+64
2021-08-21mwifiex: make arrays static const, makes object smallerColin Ian King1-2/+2