aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner1-13/+1
2021-11-26mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler1-0/+18
2021-10-20wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-20mwifiex: Deactive host sleep using HSCFG after it was activated manuallyJonas Dreßler1-0/+18
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-2/+0
2021-06-11mwifiex: bring down link before deleting interfaceBrian Norris1-3/+10
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-0/+7
2020-11-10mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current stateTsuchiya Yuto1-2/+2
2020-11-10mwifiex: fix mwifiex_shutdown_sw() causing sw reset failureTsuchiya Yuto1-0/+2
2020-09-07mwifiex: wmm: Fix -Wunused-const-variable warningsYueHaibing1-0/+2
2020-07-15mwifiex: Fix reporting 'operation not supported' error codePali Rohár1-1/+1
2020-02-14mwifiex: change license text from MARVELL to NXPGanapathi Bhat1-4/+4
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-14mwifiex: Re-work support for SDIO HW resetUlf Hansson1-1/+4
2019-06-27mwifiex: don't disable hardirqs; just softirqsBrian Norris1-17/+12
2019-06-25mwifiex: update set_mac_address logicSharvari Harisangam1-3/+3
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat1-15/+18
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-04-30mwifiex: keep user configured mac address during changing virtual interfaceXinming Hu1-1/+4
2018-04-30mwifiex: always configure firmware mac address during changing virtual interfaceXinming Hu1-4/+0
2018-04-30mwifiex: make firmware mac address consistent with host configurationXinming Hu1-16/+22
2018-04-30mwifiex: fix mwifiex_hard_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-02-27mwifiex: set different mac address for interfaces with same bss typeXinming Hu1-5/+19
2018-01-08mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu1-46/+51
2017-10-27mwifiex: Convert timers to use timer_setup()Kees Cook1-2/+1
2017-08-08mwifiex: p2p: use separate device addressXinming Hu1-14/+26
2017-07-28mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"Colin Ian King1-1/+1
2017-07-28mwifiex: uninit wakeup info in the error handlingJeffy Chen1-1/+6
2017-07-28mwifiex: drop num CPU noticeBrian Norris1-3/+1
2017-07-28mwifiex: fixup init_channel_scan_gap error caseBrian Norris1-1/+2
2017-07-28mwifiex: unregister wiphy before freeing resourcesBrian Norris1-1/+6
2017-07-28mwifiex: re-register wiphy across resetBrian Norris1-3/+4
2017-07-28mwifiex: reset interrupt status across device resetBrian Norris1-0/+1
2017-07-28mwifiex: reunite copy-and-pasted remove/reset codeBrian Norris1-76/+28
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-05-31mwifiex: usb: transmit aggregation packetsXinming Hu1-0/+4
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel1-1/+1
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-8/+12
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-4/+3
2017-04-20mwifiex: don't leak 'chan_stats' on resetBrian Norris1-1/+3
2017-04-20mwifiex: reset timeout flag when resetting deviceBrian Norris1-0/+1
2017-04-20mwifiex: fall back mwifiex_dbg to pr_info when adapter->dev not setXinming Hu1-2/+5
2017-04-20mwifiex: remove unnecessary wakeup interrupt number sanity checkXinming Hu1-5/+3
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-4/+3
2017-04-09Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-12/+25
2017-04-05mwifiex: catch mwifiex_fw_dpc() errors properly in resetBrian Norris1-11/+22
2017-04-05mwifiex: fix use-after-free for FW reinit errorsBrian Norris1-1/+0
2017-03-20mwifiex: wake system up when receives a wake irqJeffy Chen1-0/+3