aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/pcie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-29mwifiex: avoid memsetting PCIe event bufferAmitkumar Karwar1-1/+0
2015-08-13mwifiex: add support for 8997 chipsetZhaoyang Liu1-2/+10
2015-08-06mwifiex: corrections in PCIe event skb handlingAmitkumar Karwar1-0/+2
2015-06-02mwifiex: device dump support via devcoredump frameworkAmitkumar Karwar1-13/+8
2015-06-02mwifiex: use generic name 'device dump'Amitkumar Karwar1-9/+13
2015-06-02mwifiex: dump driver information for PCIe interfaceAmitkumar Karwar1-0/+2
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-248/+302
2015-05-26mwifiex: add dump data debug supportZhaoyang Liu1-1/+1
2015-03-30mwifiex: Fix issue in the SDIO reset path of mwifiex.Maithili Hinge1-11/+10
2015-03-16mwifiex: avoid queue_work while work is ongoingShengzhen Li1-1/+1
2015-03-16mwifiex: rename alloc_rx_buf to alloc_dma_aligned_bufAvinash Patil1-4/+4
2015-02-27mwifiex: DMA alignment for RX packetsAvinash Patil1-2/+4
2015-02-27mwifiex: change datatype to bool for device capability flagsAvinash Patil1-2/+2
2015-01-27mwifiex: selectively choose ext_scan supportAvinash Patil1-0/+2
2015-01-06mwifiex: Increase priority of firmware download messageAmitkumar Karwar1-2/+2
2015-01-06mwifiex: add wakeup timer based recovery mechanismAmitkumar Karwar1-0/+1
2014-09-30mwifiex: remove unnecessary rx_q lockAvinash Patil1-4/+0
2014-09-30mwifiex: add more dump information for PCIe interfaceAmitkumar Karwar1-0/+10
2014-09-30mwifiex: error path handling in pcie firmware dumpAmitkumar Karwar1-4/+7
2014-09-15mwifiex: add rx workqueue supportAvinash Patil1-1/+11
2014-09-15mwifiex: support for event done interruptAvinash Patil1-0/+7
2014-09-15mwifiex: avoid processing RX packets with invalid lengthAvinash Patil1-6/+14
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-18mwifiex: remove redundant timestamps in debug printsBing Zhao1-10/+4
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+2
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-06-25mwifiex: add firmware dump feature for PCIeAmitkumar Karwar1-0/+193
2014-06-16mwifiex: fix tx_info/rx_info overlap with PCIe dma_mappingChin-Ran Lo1-2/+2
2014-05-16mwifiex: set valid tx_param during mwifiex_send_null_packetAvinash Patil1-0/+1
2014-04-24Revert "mwifiex: add firmware dump feature for PCIe"John W. Linville1-227/+0
2014-04-22mwifiex: add firmware dump feature for PCIeAmitkumar Karwar1-0/+227
2014-04-22mwifiex: remove redundant 'fw_load' completion structureAmitkumar Karwar1-3/+0
2014-03-27mwifiex: cancel pending commands during host sleepAmitkumar Karwar1-0/+1
2014-03-27mwifiex: Remove casts of pointer to same typeJoe Perches1-3/+3
2014-03-19mwifiex: add support for sleep cookie in PCIeAvinash Patil1-0/+26
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-17/+17
2014-02-28mwifiex: stop AP at shutdown timeAmitkumar Karwar1-6/+1
2014-02-28mwifiex: change transmit buffer size for 8897Amitkumar Karwar1-0/+2
2014-02-20mwifiex: fix cmd and Tx data timeout issue for PCIe cardsAmitkumar Karwar1-17/+11
2014-02-20mwifiex: add NULL check for PCIe Rx skbAmitkumar Karwar1-0/+6
2014-02-12mwifiex: don't leak DMA command skbuffsAaron Durbin1-7/+7
2014-02-12mwifiex: balance dma map/unmap sizesAaron Durbin1-72/+54
2013-11-15mwifiex: fix memory leak issue for sdio and pcie cardsAmitkumar Karwar1-1/+1
2013-09-26mwifiex: Remove casting the return value which is a void pointerJingoo Han1-3/+3
2013-07-24mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar1-2/+0
2013-07-24mwifiex: replace mdelay with msleepAmitkumar Karwar1-1/+1
2013-07-24mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar1-0/+9
2013-07-22wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_opsShuah Khan1-9/+17
2013-04-26mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar1-2/+2
2013-04-26mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar1-1/+0