summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/main.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mwifiex: prefer strscpy() over strlcpy()Dmitry Antipov2023-07-251-8/+3
* wifi: mwifiex: Use default @max_active for workqueuesTejun Heo2023-05-181-4/+4
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner2022-06-101-13/+1
* mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler2021-11-261-0/+18
* wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-201-1/+1
* mwifiex: Deactive host sleep using HSCFG after it was activated manuallyJonas Dreßler2021-10-201-0/+18
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-131-2/+0
* mwifiex: bring down link before deleting interfaceBrian Norris2021-06-111-3/+10
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-0/+7
* 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: wmm: Fix -Wunused-const-variable warningsYueHaibing2020-09-071-0/+2
* mwifiex: Fix reporting 'operation not supported' error codePali Rohár2020-07-151-1/+1
* mwifiex: change license text from MARVELL to NXPGanapathi Bhat2020-02-141-4/+4
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* mwifiex: Re-work support for SDIO HW resetUlf Hansson2019-11-141-1/+4
* mwifiex: don't disable hardirqs; just softirqsBrian Norris2019-06-271-17/+12
* mwifiex: update set_mac_address logicSharvari Harisangam2019-06-251-3/+3
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1
* mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat2018-07-311-15/+18
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* mwifiex: keep user configured mac address during changing virtual interfaceXinming Hu2018-04-301-1/+4
* mwifiex: always configure firmware mac address during changing virtual interfaceXinming Hu2018-04-301-4/+0
* mwifiex: make firmware mac address consistent with host configurationXinming Hu2018-04-301-16/+22
* mwifiex: fix mwifiex_hard_start_xmit()'s return typeLuc Van Oostenryck2018-04-301-1/+1
* mwifiex: set different mac address for interfaces with same bss typeXinming Hu2018-02-271-5/+19
* mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu2018-01-081-46/+51
* mwifiex: Convert timers to use timer_setup()Kees Cook2017-10-271-2/+1
* mwifiex: p2p: use separate device addressXinming Hu2017-08-081-14/+26
* mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"Colin Ian King2017-07-281-1/+1
* mwifiex: uninit wakeup info in the error handlingJeffy Chen2017-07-281-1/+6
* mwifiex: drop num CPU noticeBrian Norris2017-07-281-3/+1
* mwifiex: fixup init_channel_scan_gap error caseBrian Norris2017-07-281-1/+2
* mwifiex: unregister wiphy before freeing resourcesBrian Norris2017-07-281-1/+6
* mwifiex: re-register wiphy across resetBrian Norris2017-07-281-3/+4
* mwifiex: reset interrupt status across device resetBrian Norris2017-07-281-0/+1
* mwifiex: reunite copy-and-pasted remove/reset codeBrian Norris2017-07-281-76/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* | mwifiex: usb: transmit aggregation packetsXinming Hu2017-05-311-0/+4
|/
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-241-8/+12
|\
| * mwifiex: don't leak 'chan_stats' on resetBrian Norris2017-04-201-1/+3
| * mwifiex: reset timeout flag when resetting deviceBrian Norris2017-04-201-0/+1
| * mwifiex: fall back mwifiex_dbg to pr_info when adapter->dev not setXinming Hu2017-04-201-2/+5
| * mwifiex: remove unnecessary wakeup interrupt number sanity checkXinming Hu2017-04-201-5/+3
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-4/+3
|\ \ | |/ |/|
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-4/+3
* | Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...David S. Miller2017-04-091-12/+25
|\ \