summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: Avoid skipping WEP key deletion for APGanapathi Bhat2017-02-071-2/+0Star
* mwifiex: don't include mac80211.hJohannes Berg2017-02-071-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.or...David S. Miller2017-02-0114-672/+450Star
|\
| * mwifiex: use pci_dma_sync_single* APIsAmitkumar Karwar2017-01-281-1/+10
| * mwifiex: mwifiex_unmap_pci_memory() handling for sleep confirmAmitkumar Karwar2017-01-282-3/+17
| * mwifiex: don't complain about 'unknown event id: 0x63'Brian Norris2017-01-202-0/+5
| * mwifiex: pcie: read FROMDEVICE DMA-able memory with READ_ONCE()Brian Norris2017-01-201-1/+1
| * mwifiex: pcie: don't loop/retry interrupt status checksBrian Norris2017-01-201-70/+32Star
| * mwifiex: pcie: use posted write to wake up firmwareBrian Norris2017-01-201-4/+3Star
| * mwifiex: remove redundant dma padding in AMSDUXinming Hu2017-01-191-12/+7Star
| * libertas: fix improper return valuePan Bian2017-01-191-1/+1
| * mwifiex: debugfs: Fix (sometimes) off-by-1 SSID printBrian Norris2017-01-171-1/+2
| * 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/+3Star
| * mwifiex: sdio card reset enhancementXinming Hu2017-01-122-43/+33Star
| * mwifiex: cleanup in PCIe flr code pathXinming Hu2017-01-122-10/+11
| * mwifiex: get rid of mwifiex_do_flr wrapperXinming Hu2017-01-123-29/+9Star
| * mwifiex: use module_*_driver helper macrosAmitkumar Karwar2017-01-123-103/+8Star
| * mwifiex: get rid of global user_rmmod flagXinming Hu2017-01-123-39/+17Star
| * mwifiex: code rearrangement in pcie.c and sdio.cXinming Hu2017-01-122-208/+201Star
| * 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/+29Star
| * mwifiex: do not free firmware dump memory in shutdown_drvXinming Hu2017-01-121-19/+0Star
| * mwifiex: don't wait for main_process in shutdown_drvXinming Hu2017-01-124-72/+22Star
* | Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc...David S. Miller2017-01-141-1/+1
|\ \ | |/ |/|
| * cfg80211: get rid of name indirection trick for ieee80211_get_channel()Arend Van Spriel2016-12-131-1/+1
* | libertas: constify cfg80211_ops structuresBhumika Goyal2016-12-301-1/+1
* | mwifiex: Enable dynamic bandwidth signallingAmitkumar Karwar2016-12-302-1/+3
* | mwifiex: change width of MAC control variableAmitkumar Karwar2016-12-303-13/+11Star
* | 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/+1Star
| * | mwifiex: Removed unused 'pkt_type' variableKirtika Ruchandani2016-11-291-3/+0Star
| * | mwifiex: Remove unused 'pm_flag' variableKirtika Ruchandani2016-11-291-2/+0Star
| * | mwifiex: Remove unused 'adapter'variableKirtika Ruchandani2016-11-291-2/+0Star
| * | mwifiex: Remove unused 'sta_ptr' variableKirtika Ruchandani2016-11-291-2/+0Star
| * | mwifiex: Remove unused 'chan_num' variableKirtika Ruchandani2016-11-291-5/+3Star
| * | mwifiex: Removed unused mwifiex_private* 'priv' variableKirtika Ruchandani2016-11-291-3/+0Star
| * | 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/+23Star
| * | mwifiex: stop checking for NULL drvata/intfdataBrian Norris2016-11-192-21/+8Star