summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-043-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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-082-4/+4
|\
| * mwifiex: avoid null-pointer-subtraction warningArnd Bergmann2021-09-282-4/+4
* | mwifiex: Fix copy-paste mistake when creating virtual interfaceJonas Dreßler2021-09-211-1/+1
* | mwifiex: Properly initialize private structure on interface type changesJonas Dreßler2021-09-211-3/+7
* | mwifiex: Handle interface type changes from AP to STATIONJonas Dreßler2021-09-211-0/+1
* | mwifiex: Allow switching interface type from P2P_CLIENT to P2P_GOJonas Dreßler2021-09-211-0/+36
* | mwifiex: Update virtual interface counters right after setting bss_typeJonas Dreßler2021-09-211-11/+14
* | mwifiex: Use helper function for counting interface typesJonas Dreßler2021-09-211-75/+35
* | mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler2021-09-211-18/+4
* | mwifiex: Use function to check whether interface type change is allowedJonas Dreßler2021-09-211-47/+92
* | mwifiex: Small cleanup for handling virtual interface type changesJonas Dreßler2021-09-211-25/+14
|/