summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/pcie.c
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: Increase priority of firmware download messageAmitkumar Karwar2015-01-061-2/+2
* mwifiex: add wakeup timer based recovery mechanismAmitkumar Karwar2015-01-061-0/+1
* mwifiex: remove unnecessary rx_q lockAvinash Patil2014-09-301-4/+0Star
* mwifiex: add more dump information for PCIe interfaceAmitkumar Karwar2014-09-301-0/+10
* mwifiex: error path handling in pcie firmware dumpAmitkumar Karwar2014-09-301-4/+7
* mwifiex: add rx workqueue supportAvinash Patil2014-09-151-1/+11
* mwifiex: support for event done interruptAvinash Patil2014-09-151-0/+7
* mwifiex: avoid processing RX packets with invalid lengthAvinash Patil2014-09-151-6/+14
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* mwifiex: remove redundant timestamps in debug printsBing Zhao2014-07-181-10/+4Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-101-2/+2
|\
| * mwifiex: fix tx_info/rx_info overlap with PCIe dma_mappingChin-Ran Lo2014-06-161-2/+2
* | mwifiex: update Copyright to 2014Xinming Hu2014-06-251-1/+1
* | mwifiex: add firmware dump feature for PCIeAmitkumar Karwar2014-06-251-0/+193
|/
* mwifiex: set valid tx_param during mwifiex_send_null_packetAvinash Patil2014-05-161-0/+1
* Revert "mwifiex: add firmware dump feature for PCIe"John W. Linville2014-04-251-227/+0Star
* mwifiex: add firmware dump feature for PCIeAmitkumar Karwar2014-04-221-0/+227
* mwifiex: remove redundant 'fw_load' completion structureAmitkumar Karwar2014-04-221-3/+0Star
* mwifiex: cancel pending commands during host sleepAmitkumar Karwar2014-03-271-0/+1
* mwifiex: Remove casts of pointer to same typeJoe Perches2014-03-271-3/+3
* mwifiex: add support for sleep cookie in PCIeAvinash Patil2014-03-191-0/+26
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-041-17/+17
|\
| * mwifiex: fix cmd and Tx data timeout issue for PCIe cardsAmitkumar Karwar2014-02-201-17/+11Star
| * mwifiex: add NULL check for PCIe Rx skbAmitkumar Karwar2014-02-201-0/+6
* | mwifiex: stop AP at shutdown timeAmitkumar Karwar2014-02-281-6/+1Star
* | mwifiex: change transmit buffer size for 8897Amitkumar Karwar2014-02-281-0/+2
* | mwifiex: don't leak DMA command skbuffsAaron Durbin2014-02-121-7/+7
* | mwifiex: balance dma map/unmap sizesAaron Durbin2014-02-121-72/+54Star
|/
* mwifiex: fix memory leak issue for sdio and pcie cardsAmitkumar Karwar2013-11-151-1/+1
* mwifiex: Remove casting the return value which is a void pointerJingoo Han2013-09-261-3/+3
* mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar2013-07-241-2/+0Star
* mwifiex: replace mdelay with msleepAmitkumar Karwar2013-07-241-1/+1
* mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar2013-07-241-0/+9
* wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_opsShuah Khan2013-07-221-9/+17
* mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar2013-04-261-2/+2
* mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar2013-04-261-1/+0Star
* mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar2013-04-261-1/+1
* mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar2013-04-261-2/+2
* mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-initAvinash Patil2013-04-221-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-291-0/+1
|\
| * mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil2013-03-251-0/+1
* | mwifiex: use fw_status register to wake up PCIe cardAvinash Patil2013-03-271-13/+24
* | mwifiex: avoid waking up device in awake stateAvinash Patil2013-03-271-3/+4
* | mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil2013-03-271-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-181-1/+1
|\|
| * mwifiex: correct sleep delay counterAvinash Patil2013-02-271-1/+1
* | mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao2013-03-061-2/+2
* | mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao2013-03-061-0/+2
* | mwifiex: remove static forward declarations in pcie.cBing Zhao2013-03-061-76/+74Star
|/
* mwifiex: fix system freeze while reloading driverAvinash Patil2013-02-221-10/+1Star