summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/pcie.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mwifiex: don't drop carrier flag over suspendDaniel Drake2013-02-221-9/+1Star
* mwifiex: fix empty TX ring check for PCIe8897 while unloading driverAvinash Patil2013-02-181-4/+1Star
* mwifiex: device specific sleep cookie handling for PCIeAvinash Patil2013-02-141-8/+22
* mwifiex: add PCIe8897 supportAvinash Patil2013-02-111-60/+182
* mwifiex: define generic data type for PCIe ring buffersAvinash Patil2013-02-111-23/+26
* mwifiex: separate ring initialization and ring creation routinesAvinash Patil2013-02-111-133/+194
* mwifiex: store card specific data in PCI device table entryAvinash Patil2013-02-111-89/+122
* mwifiex: don't return zero on failure paths in mwifiex_pcie_init()Alexey Khoroshilov2013-01-301-0/+2
* mwifiex: fix invalid access of PCIe RxBD ring buffer descriptorAvinash Patil2013-01-301-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-1/+1
|\
| * mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil2013-01-221-1/+1
* | mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil2013-01-071-49/+170
* | mwifiex: flush TX ring for PCIe after disconnect or bss stopAvinash Patil2013-01-071-0/+32
* | mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil2013-01-071-141/+221
* | mwifiex: add init_fw_port handler for PCIe interfaceAvinash Patil2013-01-071-2/+18
* | mwifiex: access interrupt status only while holding lockAvinash Patil2013-01-071-13/+12Star
|/
* mwifiex: use asynchronous firmware loadingAmitkumar Karwar2012-04-121-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-161-187/+203
|\