summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | mwifiex: sdio: don't check for NULL sdio_funcBrian Norris2016-11-191-25/+15Star
| * | 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/+0Star
| * | mwifiex: remove redundant pdev check in suspend/resume handlersAmitkumar Karwar2016-11-191-16/+6Star
| * | mwifiex: resolve races between async FW init (failure) and device removalBrian Norris2016-11-198-68/+55Star
| * | 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/+73Star
| * | 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/+9Star
| * | 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/+12Star
| * | mwifiex: ignore calibration data failureAmitkumar Karwar2016-11-181-11/+5Star
| * | mwifiex: add power save parameters in hs_cfg cmdShengzhen Li2016-11-182-6/+33
| * | mwifiex: fix memory leak in mwifiex_save_hidden_ssid_channels()Ricky Liang2016-11-171-0/+4
| * | mwifiex: report wakeup for wowlanRajat Jain2016-11-172-0/+9
| * | mwifiex: fix missing destroy_workqueue() on error in mwifiex_add_virtual_intf()Wei Yongjun2016-11-091-0/+2
| * | mwifiex: fix p2p device doesn't find in scan problemKarthik D A2016-11-091-0/+6
| * | mwifiex: fix command timeout problem seen in stress testsXinming Hu2016-11-092-1/+13
| * | mwifiex: update tx_pkts_queued for requeued packetsXinming Hu2016-11-091-0/+6
| * | mwifiex: add memrw command information in READMEAmitkumar Karwar2016-11-091-0/+23
| * | mwifiex: vendor_ie length check for parse WMM IEsKarthik D A2016-11-091-4/+4
| * | mwifiex: Fix NULL pointer dereference in skb_dequeue()Amitkumar Karwar2016-11-092-4/+12
| * | mwifiex: report error to PCIe for suspend failureAmitkumar Karwar2016-11-091-2/+8