summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* 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-072-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
|/
* mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devicesTsuchiya Yuto2021-08-293-0/+133
* mwifiex: pcie: add DMI-based quirk implementation for Surface devicesJonas Dreßler2021-08-295-0/+64
* mwifiex: make arrays static const, makes object smallerColin Ian King2021-08-211-2/+2
* mwifiex: usb: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-211-1/+1
* mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()Tuo Li2021-08-211-1/+1
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-6/+4
|\
| * mwifiex: re-fix for unaligned accessesArnd Bergmann2021-05-171-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-3/+10
|\ \
| * | mwifiex: bring down link before deleting interfaceBrian Norris2021-06-111-3/+10
| |/
* / mwifiex: Avoid memset() over-write of WEP key_materialKees Cook2021-06-222-5/+12
|/
* mwifiex: Remove unneeded variable: "ret"zuoqilin2021-04-171-2/+1
* mwifiex: don't print SSID to logsBrian Norris2021-04-171-7/+4
* mwifiex: Report connected BSS with cfg80211_connect_bss()Yen-lin Lai2021-02-081-9/+26
* Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-02-061-1/+1
|\
| * mwifiex: pcie: Drop bogus __refdata annotationGeert Uytterhoeven2021-01-141-1/+1
* | cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-262-3/+10
* | cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-2/+2
|/
* mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui2020-12-081-0/+2
* mwifiex: change license text of Makefile and README from MARVELL to NXPGanapathi Bhat2020-12-072-6/+7
* mwifiex: Remove duplicated REG_PORT definitionJisheng Zhang2020-11-241-2/+0
* mwifiex: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-244-0/+5
* mwifiex: pcie: skip cancel_work_sync() on reset failure pathTsuchiya Yuto2020-11-102-1/+19
* mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current stateTsuchiya Yuto2020-11-101-2/+2
* mwifiex: fix mwifiex_shutdown_sw() causing sw reset failureTsuchiya Yuto2020-11-101-0/+2
* mwifiex: pcie: Remove a couple of unchecked 'ret'sLee Jones2020-11-071-4/+2
* mwifiex: fix double freeTom Rix2020-10-081-0/+2
* net: mwifiex: Use netif_rx_any_context().Sebastian Andrzej Siewior2020-09-292-10/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-222-3/+3
|\