aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-15mwifiex: don't enable/disable IRQ 0 during suspend/resumeBrian Norris1-4/+4
2017-02-10Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+2
2017-02-08cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-2/+2
2017-02-07mwifiex: Avoid skipping WEP key deletion for APGanapathi Bhat1-2/+0
2017-02-07mwifiex: don't include mac80211.hJohannes Berg1-1/+1
2017-02-01Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller14-672/+450
2017-01-28mwifiex: use pci_dma_sync_single* APIsAmitkumar Karwar1-1/+10
2017-01-28mwifiex: mwifiex_unmap_pci_memory() handling for sleep confirmAmitkumar Karwar2-3/+17
2017-01-20mwifiex: don't complain about 'unknown event id: 0x63'Brian Norris2-0/+5
2017-01-20mwifiex: pcie: read FROMDEVICE DMA-able memory with READ_ONCE()Brian Norris1-1/+1
2017-01-20mwifiex: pcie: don't loop/retry interrupt status checksBrian Norris1-70/+32
2017-01-20mwifiex: pcie: use posted write to wake up firmwareBrian Norris1-4/+3
2017-01-19mwifiex: remove redundant dma padding in AMSDUXinming Hu1-12/+7
2017-01-19libertas: fix improper return valuePan Bian1-1/+1
2017-01-17mwifiex: debugfs: Fix (sometimes) off-by-1 SSID printBrian Norris1-1/+2
2017-01-17mwifiex: fix uninitialized variable access in pcie_removeArnd Bergmann1-0/+2
2017-01-14Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+1
2017-01-12mwifiex: get rid of global save_adapter and sdio_workXinming Hu2-18/+24
2017-01-12mwifiex: get rid of __mwifiex_sdio_remove helperXinming Hu1-8/+3
2017-01-12mwifiex: sdio card reset enhancementXinming Hu2-43/+33
2017-01-12mwifiex: cleanup in PCIe flr code pathXinming Hu2-10/+11
2017-01-12mwifiex: get rid of mwifiex_do_flr wrapperXinming Hu3-29/+9
2017-01-12mwifiex: use module_*_driver helper macrosAmitkumar Karwar3-103/+8
2017-01-12mwifiex: get rid of global user_rmmod flagXinming Hu3-39/+17
2017-01-12mwifiex: code rearrangement in pcie.c and sdio.cXinming Hu2-208/+201
2017-01-12mwifiex: move pcie_work and related variables inside cardGanapathi Bhat2-11/+14
2017-01-12mwifiex: wait firmware dump complete during card remove processXinming Hu2-4/+17
2017-01-12mwifiex: get rid of drv_info* adapter variablesXinming Hu4-33/+29
2017-01-12mwifiex: do not free firmware dump memory in shutdown_drvXinming Hu1-19/+0
2017-01-12mwifiex: don't wait for main_process in shutdown_drvXinming Hu4-72/+22
2016-12-30libertas: constify cfg80211_ops structuresBhumika Goyal1-1/+1
2016-12-30mwifiex: Enable dynamic bandwidth signallingAmitkumar Karwar2-1/+3
2016-12-30mwifiex: change width of MAC control variableAmitkumar Karwar3-13/+11
2016-12-30mwifiex: sdio: fix use after free issue for save_adapterAmitkumar Karwar1-0/+6
2016-12-13cfg80211: get rid of name indirection trick for ieee80211_get_channel()Arend Van Spriel1-1/+1
2016-12-05mwifiex: clean up some messy indentingDan Carpenter1-2/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2016-12-02Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller9-35/+62
2016-11-29mwifiex: pcie: implement timeout loop for FW programming doorbellBrian Norris1-3/+13
2016-11-29mwifiex: Remove unused 'bcd_usb' variableKirtika Ruchandani1-2/+1
2016-11-29mwifiex: Removed unused 'pkt_type' variableKirtika Ruchandani1-3/+0
2016-11-29mwifiex: Remove unused 'pm_flag' variableKirtika Ruchandani1-2/+0
2016-11-29mwifiex: Remove unused 'adapter'variableKirtika Ruchandani1-2/+0
2016-11-29mwifiex: Remove unused 'sta_ptr' variableKirtika Ruchandani1-2/+0
2016-11-29mwifiex: Remove unused 'chan_num' variableKirtika Ruchandani1-5/+3
2016-11-29mwifiex: Removed unused mwifiex_private* 'priv' variableKirtika Ruchandani1-3/+0
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller17-293/+395
2016-11-25mwifiex: Disable adhoc feature based on firmware capabilityKarthik D A3-11/+36
2016-11-25mwifiex: avoid double-disable_irq() raceBrian Norris1-2/+7