summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex/main.c
AgeCommit message (Expand)Author
2025-05-21wifi: check if socket flags are validBert Karwatzki
2025-04-23wifi: mwifiex: drop asynchronous init waiting codeSascha Hauer
2025-04-23wifi: mwifiex: let mwifiex_init_fw() return 0 for successSascha Hauer
2025-04-23wifi: mwifiex: use adapter as context pointer for mwifiex_hs_activated_event()Sascha Hauer
2025-04-23wifi: free SKBTX_WIFI_STATUS skb tx_flags flagJohannes Berg
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-18wifi: mwifiex: Fix premature release of RF calibration data.Jeff Chen
2025-01-28wifi: mwifiex: Constify struct mwifiex_if_opsChristophe JAILLET
2024-09-18wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-08-22wifi: mwifiex: remove unnecessary checks for valid privSascha Hauer
2024-08-04wifi: mwifiex: add host mlme for client modeDavid Lin
2023-07-25wifi: mwifiex: prefer strscpy() over strlcpy()Dmitry Antipov
2023-05-18wifi: mwifiex: Use default @max_active for workqueuesTejun Heo
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner
2021-11-26mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler
2021-10-20wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-10-20mwifiex: Deactive host sleep using HSCFG after it was activated manuallyJonas Dreßler
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-06-11mwifiex: bring down link before deleting interfaceBrian Norris
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg
2020-11-10mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current stateTsuchiya Yuto
2020-11-10mwifiex: fix mwifiex_shutdown_sw() causing sw reset failureTsuchiya Yuto
2020-09-07mwifiex: wmm: Fix -Wunused-const-variable warningsYueHaibing
2020-07-15mwifiex: Fix reporting 'operation not supported' error codePali Rohár
2020-02-14mwifiex: change license text from MARVELL to NXPGanapathi Bhat
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-14mwifiex: Re-work support for SDIO HW resetUlf Hansson
2019-06-27mwifiex: don't disable hardirqs; just softirqsBrian Norris
2019-06-25mwifiex: update set_mac_address logicSharvari Harisangam
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-04-30mwifiex: keep user configured mac address during changing virtual interfaceXinming Hu
2018-04-30mwifiex: always configure firmware mac address during changing virtual interfaceXinming Hu
2018-04-30mwifiex: make firmware mac address consistent with host configurationXinming Hu
2018-04-30mwifiex: fix mwifiex_hard_start_xmit()'s return typeLuc Van Oostenryck
2018-02-27mwifiex: set different mac address for interfaces with same bss typeXinming Hu
2018-01-08mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu
2017-10-27mwifiex: Convert timers to use timer_setup()Kees Cook
2017-08-08mwifiex: p2p: use separate device addressXinming Hu
2017-07-28mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"Colin Ian King
2017-07-28mwifiex: uninit wakeup info in the error handlingJeffy Chen
2017-07-28mwifiex: drop num CPU noticeBrian Norris
2017-07-28mwifiex: fixup init_channel_scan_gap error caseBrian Norris
2017-07-28mwifiex: unregister wiphy before freeing resourcesBrian Norris
2017-07-28mwifiex: re-register wiphy across resetBrian Norris
2017-07-28mwifiex: reset interrupt status across device resetBrian Norris
2017-07-28mwifiex: reunite copy-and-pasted remove/reset codeBrian Norris
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller