aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/pcie.c
Commit message (Expand)AuthorAge
* mwifiex: fix memory leak issue for sdio and pcie cardsAmitkumar Karwar2013-11-15
* mwifiex: Remove casting the return value which is a void pointerJingoo Han2013-09-26
* mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar2013-07-24
* mwifiex: replace mdelay with msleepAmitkumar Karwar2013-07-24
* mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar2013-07-24
* wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_opsShuah Khan2013-07-22
* mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar2013-04-26
* mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar2013-04-26
* mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar2013-04-26
* mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar2013-04-26
* mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-initAvinash Patil2013-04-22
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-29
|\
| * mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil2013-03-25
* | mwifiex: use fw_status register to wake up PCIe cardAvinash Patil2013-03-27
* | mwifiex: avoid waking up device in awake stateAvinash Patil2013-03-27
* | mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil2013-03-27
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-18
|\|
| * mwifiex: correct sleep delay counterAvinash Patil2013-02-27
* | mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao2013-03-06
* | mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao2013-03-06
* | mwifiex: remove static forward declarations in pcie.cBing Zhao2013-03-06
|/
* mwifiex: fix system freeze while reloading driverAvinash Patil2013-02-22
* mwifiex: don't drop carrier flag over suspendDaniel Drake2013-02-22
* mwifiex: fix empty TX ring check for PCIe8897 while unloading driverAvinash Patil2013-02-18
* mwifiex: device specific sleep cookie handling for PCIeAvinash Patil2013-02-14
* mwifiex: add PCIe8897 supportAvinash Patil2013-02-11
* mwifiex: define generic data type for PCIe ring buffersAvinash Patil2013-02-11
* mwifiex: separate ring initialization and ring creation routinesAvinash Patil2013-02-11
* mwifiex: store card specific data in PCI device table entryAvinash Patil2013-02-11
* mwifiex: don't return zero on failure paths in mwifiex_pcie_init()Alexey Khoroshilov2013-01-30
* mwifiex: fix invalid access of PCIe RxBD ring buffer descriptorAvinash Patil2013-01-30
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-28
|\
| * mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil2013-01-22
* | mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil2013-01-07
* | mwifiex: flush TX ring for PCIe after disconnect or bss stopAvinash Patil2013-01-07
* | mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil2013-01-07
* | mwifiex: add init_fw_port handler for PCIe interfaceAvinash Patil2013-01-07
* | mwifiex: access interrupt status only while holding lockAvinash Patil2013-01-07
|/
* mwifiex: use asynchronous firmware loadingAmitkumar Karwar2012-04-12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-16
|\
| * mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar2012-03-14
| * mwifiex: use usleep_range instead of udelayYogesh Ashok Powar2012-03-13
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-31
|/
* mwifiex: failure case handling for PCIe eventsAmitkumar Karwar2011-12-13
* mwifiex: prevent corruption instead of just warningDan Carpenter2011-11-09
* mwifiex: remove an unneeded NULL checkDan Carpenter2011-11-09
* mwifiex: remove unneeded kfree(NULL);Dan Carpenter2011-11-09
* mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar2011-10-12