aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)AuthorFilesLines
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/sc...David 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.or...David 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.or...David 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
2016-11-25mwifiex: cleanup wake-IRQ handling if suspend failsBrian Norris2-0/+2
2016-11-19mwifiex: pcie: stop checking for NULL adapter->cardBrian Norris1-30/+23
2016-11-19mwifiex: stop checking for NULL drvata/intfdataBrian Norris2-21/+8
2016-11-19mwifiex: sdio: don't check for NULL sdio_funcBrian Norris1-25/+15
2016-11-19mwifiex: usb: handle HS failuresBrian Norris1-1/+8
2016-11-19mwifiex: reset card->adapter during device unregisterXinming Hu2-0/+2
2016-11-19mwifiex: resolve suspend() race with async FW init failureBrian Norris3-6/+30
2016-11-19mwifiex: don't pretend to resume while remove()'ingBrian Norris3-13/+0
2016-11-19mwifiex: remove redundant pdev check in suspend/resume handlersAmitkumar Karwar1-16/+6
2016-11-19mwifiex: resolve races between async FW init (failure) and device removalBrian Norris8-68/+55
2016-11-19mwifiex: complete blocked power save handshake in main processShengzhen Li1-4/+5
2016-11-19mwifiex: check tx_hw_pending before downloading sleep confirmShengzhen Li4-2/+10