summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau2023-02-141-1/+1
* wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit2023-02-141-1/+1
* wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()Dan Carpenter2023-02-131-3/+3
* wifi: mwifiex: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-02-131-1/+1
* wifi: mwifiex: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2023-02-131-10/+10
* wifi: mwifiex: Support firmware hotfix version in GET_HW_SPEC responsesLukas Wunner2023-02-132-0/+6
* wifi: mwifiex: Support SD8978 chipsetLukas Wunner2023-02-133-4/+27
* wifi: mwifiex: Add missing compatible string for SD8787Lukas Wunner2023-02-131-0/+1
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-082-1/+2
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* wifi: mwifiex: fix array of flexible structures warningsJohannes Berg2022-09-222-4/+4
* mwifiex: fix sleep in atomic context bugs caused by dev_coredumpvDuoming Zhou2022-09-223-8/+10
* wifi: mwifiex: fix endian annotations in castsJohannes Berg2022-09-071-6/+6
* wifi: mwifiex: fix endian conversionJohannes Berg2022-09-071-1/+1
* wifi: mwifiex: mark a variable unusedJohannes Berg2022-09-071-1/+1
* wifi: mwifiex: Fix comment typoJason Wang2022-09-071-1/+1
* Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-261-4/+6
|\
| * wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-4/+6
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-0447-616/+49
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner2022-06-1047-616/+49
* | wifi: mwifiex: clean up one inconsistent indentingYang Li2022-07-271-1/+1
* | wifi: mwifiex: Fix comment typoJason Wang2022-07-271-1/+1
* | wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-151-9/+11
* | wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-202-8/+12
|/
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-033-1/+30
|\
| * mwifiex: Add SD8997 SDIO-UART firmwareAndrejs Cainikovs2022-04-272-0/+3
| * mwifiex: Select firmware based on strappingAndrejs Cainikovs2022-04-272-1/+25
| * mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queueNiels Dossche2022-04-061-0/+2
* | mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-081-1/+1
|/
* mwifiex: make read-only array wmm_oui static constColin Ian King2022-03-161-1/+1
* wireless: Marvell: Use netif_rx().Sebastian Andrzej Siewior2022-03-062-2/+2
* mwifiex: Fix possible ABBA deadlockBrian Norris2021-12-081-2/+6
* mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler2021-11-263-0/+8
* mwifiex: Ensure the version string from the firmware is 0-terminatedJonas Dreßler2021-11-261-0/+3
* mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler2021-11-263-0/+39
* mwifiex: Use a define for firmware version string lengthJonas Dreßler2021-11-263-4/+7
* mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen2021-11-261-1/+2
* net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1
* mwifiex: fix division by zero in fw download pathJohan Hovold2021-10-281-0/+16
* wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-201-1/+1
* wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-201-2/+1
* mwifiex: Deactive host sleep using HSCFG after it was activated manuallyJonas Dreßler2021-10-204-0/+44
* mwifiex: Send DELBA requests according to specJonas Dreßler2021-10-201-2/+3
* mwifiex: Fix an incorrect commentJonas Dreßler2021-10-201-1/+1
* mwifiex: Log an error on command failure during key-material uploadJonas Dreßler2021-10-201-2/+8
* mwifiex: Don't log error on suspend if wake-on-wlan is disabledJonas Dreßler2021-10-201-1/+1
* mwifiex: Try waking the firmware until we get an interruptJonas Dreßler2021-10-181-5/+23
* mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler2021-10-181-0/+8
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-132-4/+0