summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: Fix invalid port issueGanapathi Bhat2017-04-131-2/+2
* Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...David S. Miller2017-04-1020-156/+285
|\
| * mwifiex: apply radar flagKarthik Ananthapadmanabha2017-04-051-0/+19
| * mwifiex: add missing IEs related to TDLS operationKarthik Ananthapadmanabha2017-04-052-2/+49
| * mwifiex: catch mwifiex_fw_dpc() errors properly in resetBrian Norris2017-04-053-13/+32
| * mwifiex: fix use-after-free for FW reinit errorsBrian Norris2017-04-051-1/+0Star
| * mwifiex: enable auto deep sleep mode for USB chipsetsAmitkumar Karwar2017-04-051-2/+1Star
| * mwifiex: Support USB interrupt endpoint for command response/eventGanapathi Bhat2017-04-052-10/+39
| * mwifiex: fix kernel crash after shutdown command timeoutBrian Norris2017-03-202-4/+4
| * mwifiex: send fewer channels to scan while connectedAmitkumar Karwar2017-03-201-3/+8
| * mwifiex: fix for unaligned readsDevidas Puranik2017-03-209-57/+56Star
| * mwifiex: Use accessors routines for unaligned valuesDaniel Mentz2017-03-206-32/+49
| * mwifiex: add qualifier to firmware structuresKarthik Ananthapadmanabha2017-03-202-20/+20
| * mwifiex: pcie: clean up error prints in mwifiex_pcie_reset_notify()Brian Norris2017-03-201-12/+5Star
| * mwifiex: wake system up when receives a wake irqJeffy Chen2017-03-201-0/+3
* | mwifiex: uninit wakeup info when removing deviceBrian Norris2017-03-161-0/+3
* | mwifiex: set adapter->dev before starting to use mwifiex_dbg()Brian Norris2017-03-161-4/+4
* | mwifiex: pcie: don't leak DMA buffers when removingBrian Norris2017-03-161-19/+19
|/
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-03-011-3/+1Star
|\
| * idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-141-3/+1Star
* | scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-281-2/+2
* | mwifiex: don't enable/disable IRQ 0 during suspend/resumeBrian Norris2017-02-151-4/+4
* | Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/sc...David S. Miller2017-02-101-2/+2
|\ \
| * | cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2017-02-081-2/+2
* | | 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