summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/pcie.c
AgeCommit message (Expand)Author
2014-09-30mwifiex: remove unnecessary rx_q lockAvinash Patil
2014-09-30mwifiex: add more dump information for PCIe interfaceAmitkumar Karwar
2014-09-30mwifiex: error path handling in pcie firmware dumpAmitkumar Karwar
2014-09-15mwifiex: add rx workqueue supportAvinash Patil
2014-09-15mwifiex: support for event done interruptAvinash Patil
2014-09-15mwifiex: avoid processing RX packets with invalid lengthAvinash Patil
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-18mwifiex: remove redundant timestamps in debug printsBing Zhao
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-06-25mwifiex: update Copyright to 2014Xinming Hu
2014-06-25mwifiex: add firmware dump feature for PCIeAmitkumar Karwar
2014-06-16mwifiex: fix tx_info/rx_info overlap with PCIe dma_mappingChin-Ran Lo
2014-05-16mwifiex: set valid tx_param during mwifiex_send_null_packetAvinash Patil
2014-04-24Revert "mwifiex: add firmware dump feature for PCIe"John W. Linville
2014-04-22mwifiex: add firmware dump feature for PCIeAmitkumar Karwar
2014-04-22mwifiex: remove redundant 'fw_load' completion structureAmitkumar Karwar
2014-03-27mwifiex: cancel pending commands during host sleepAmitkumar Karwar
2014-03-27mwifiex: Remove casts of pointer to same typeJoe Perches
2014-03-19mwifiex: add support for sleep cookie in PCIeAvinash Patil
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-02-28mwifiex: stop AP at shutdown timeAmitkumar Karwar
2014-02-28mwifiex: change transmit buffer size for 8897Amitkumar Karwar
2014-02-20mwifiex: fix cmd and Tx data timeout issue for PCIe cardsAmitkumar Karwar
2014-02-20mwifiex: add NULL check for PCIe Rx skbAmitkumar Karwar
2014-02-12mwifiex: don't leak DMA command skbuffsAaron Durbin
2014-02-12mwifiex: balance dma map/unmap sizesAaron Durbin
2013-11-15mwifiex: fix memory leak issue for sdio and pcie cardsAmitkumar Karwar
2013-09-26mwifiex: Remove casting the return value which is a void pointerJingoo Han
2013-07-24mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar
2013-07-24mwifiex: replace mdelay with msleepAmitkumar Karwar
2013-07-24mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar
2013-07-22wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_opsShuah Khan
2013-04-26mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar
2013-04-26mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar
2013-04-26mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar
2013-04-26mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar
2013-04-22mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-initAvinash Patil
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-27mwifiex: use fw_status register to wake up PCIe cardAvinash Patil
2013-03-27mwifiex: avoid waking up device in awake stateAvinash Patil
2013-03-27mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-06mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao
2013-03-06mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao
2013-03-06mwifiex: remove static forward declarations in pcie.cBing Zhao
2013-02-27mwifiex: correct sleep delay counterAvinash Patil
2013-02-22mwifiex: fix system freeze while reloading driverAvinash Patil
2013-02-22mwifiex: don't drop carrier flag over suspendDaniel Drake
2013-02-18mwifiex: fix empty TX ring check for PCIe8897 while unloading driverAvinash Patil