aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/pcie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-26mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar1-1/+1
2013-04-26mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar1-2/+2
2013-04-22mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-initAvinash Patil1-2/+2
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2013-03-27mwifiex: use fw_status register to wake up PCIe cardAvinash Patil1-13/+24
2013-03-27mwifiex: avoid waking up device in awake stateAvinash Patil1-3/+4
2013-03-27mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil1-1/+2
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil1-0/+1
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2013-03-06mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao1-2/+2
2013-03-06mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao1-0/+2
2013-03-06mwifiex: remove static forward declarations in pcie.cBing Zhao1-76/+74
2013-02-27mwifiex: correct sleep delay counterAvinash Patil1-1/+1
2013-02-22mwifiex: fix system freeze while reloading driverAvinash Patil1-10/+1
2013-02-22mwifiex: don't drop carrier flag over suspendDaniel Drake1-9/+1
2013-02-18mwifiex: fix empty TX ring check for PCIe8897 while unloading driverAvinash Patil1-4/+1