summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex (follow)
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: fix uninitialized variable access in pcie_removeArnd Bergmann2017-01-171-0/+2
* mwifiex: get rid of global save_adapter and sdio_workXinming Hu2017-01-122-18/+24
* mwifiex: get rid of __mwifiex_sdio_remove helperXinming Hu2017-01-121-8/+3
* mwifiex: sdio card reset enhancementXinming Hu2017-01-122-43/+33
* mwifiex: cleanup in PCIe flr code pathXinming Hu2017-01-122-10/+11
* mwifiex: get rid of mwifiex_do_flr wrapperXinming Hu2017-01-123-29/+9
* mwifiex: use module_*_driver helper macrosAmitkumar Karwar2017-01-123-103/+8
* mwifiex: get rid of global user_rmmod flagXinming Hu2017-01-123-39/+17
* mwifiex: code rearrangement in pcie.c and sdio.cXinming Hu2017-01-122-208/+201
* mwifiex: move pcie_work and related variables inside cardGanapathi Bhat2017-01-122-11/+14
* mwifiex: wait firmware dump complete during card remove processXinming Hu2017-01-122-4/+17
* mwifiex: get rid of drv_info* adapter variablesXinming Hu2017-01-124-33/+29
* mwifiex: do not free firmware dump memory in shutdown_drvXinming Hu2017-01-121-19/+0
* mwifiex: don't wait for main_process in shutdown_drvXinming Hu2017-01-124-72/+22
* mwifiex: Enable dynamic bandwidth signallingAmitkumar Karwar2016-12-302-1/+3
* mwifiex: change width of MAC control variableAmitkumar Karwar2016-12-303-13/+11
* mwifiex: sdio: fix use after free issue for save_adapterAmitkumar Karwar2016-12-301-0/+6
* mwifiex: clean up some messy indentingDan Carpenter2016-12-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-6/+7
|\
| * mwifiex: printk() overflow with 32-byte SSIDsBrian Norris2016-11-171-6/+7
* | Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...David S. Miller2016-12-029-35/+62
|\ \
| * | mwifiex: pcie: implement timeout loop for FW programming doorbellBrian Norris2016-11-291-3/+13
| * | mwifiex: Remove unused 'bcd_usb' variableKirtika Ruchandani2016-11-291-2/+1
| * | mwifiex: Removed unused 'pkt_type' variableKirtika Ruchandani2016-11-291-3/+0
| * | mwifiex: Remove unused 'pm_flag' variableKirtika Ruchandani2016-11-291-2/+0
| * | mwifiex: Remove unused 'adapter'variableKirtika Ruchandani2016-11-291-2/+0
| * | mwifiex: Remove unused 'sta_ptr' variableKirtika Ruchandani2016-11-291-2/+0
| * | mwifiex: Remove unused 'chan_num' variableKirtika Ruchandani2016-11-291-5/+3
| * | mwifiex: Removed unused mwifiex_private* 'priv' variableKirtika Ruchandani2016-11-291-3/+0
| * | mwifiex: Disable adhoc feature based on firmware capabilityKarthik D A2016-11-253-11/+36
| * | mwifiex: avoid double-disable_irq() raceBrian Norris2016-11-251-2/+7
| * | mwifiex: cleanup wake-IRQ handling if suspend failsBrian Norris2016-11-252-0/+2
* | | Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller2016-11-2817-293/+395
|\| | | |/ |/|
| * mwifiex: pcie: stop checking for NULL adapter->cardBrian Norris2016-11-191-30/+23
| * mwifiex: stop checking for NULL drvata/intfdataBrian Norris2016-11-192-21/+8
| * mwifiex: sdio: don't check for NULL sdio_funcBrian Norris2016-11-191-25/+15
| * mwifiex: usb: handle HS failuresBrian Norris2016-11-191-1/+8
| * mwifiex: reset card->adapter during device unregisterXinming Hu2016-11-192-0/+2
| * mwifiex: resolve suspend() race with async FW init failureBrian Norris2016-11-193-6/+30
| * mwifiex: don't pretend to resume while remove()'ingBrian Norris2016-11-193-13/+0
| * mwifiex: remove redundant pdev check in suspend/resume handlersAmitkumar Karwar2016-11-191-16/+6
| * mwifiex: resolve races between async FW init (failure) and device removalBrian Norris2016-11-198-68/+55
| * mwifiex: complete blocked power save handshake in main processShengzhen Li2016-11-191-4/+5
| * mwifiex: check tx_hw_pending before downloading sleep confirmShengzhen Li2016-11-194-2/+10
| * mwifiex: Enable WoWLAN for both sdio and pcieRajat Jain2016-11-195-75/+73
| * mwifiex: Introduce mwifiex_probe_of() to parse common propertiesRajat Jain2016-11-192-4/+13
| * mwifiex: Allow mwifiex early access to device structureRajat Jain2016-11-195-11/+9
| * mwifiex: parse device tree node for PCIeXinming Hu2016-11-192-1/+26
| * mwifiex: don't do unbalanced free()'ing in cleanup_if()Brian Norris2016-11-183-16/+12
| * mwifiex: ignore calibration data failureAmitkumar Karwar2016-11-181-11/+5