aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/pcie.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-14mwifiex: device specific sleep cookie handling for PCIeAvinash Patil1-8/+22
2013-02-11mwifiex: add PCIe8897 supportAvinash Patil1-60/+182
2013-02-11mwifiex: define generic data type for PCIe ring buffersAvinash Patil1-23/+26
2013-02-11mwifiex: separate ring initialization and ring creation routinesAvinash Patil1-133/+194
2013-02-11mwifiex: store card specific data in PCI device table entryAvinash Patil1-89/+122
2013-01-30mwifiex: don't return zero on failure paths in mwifiex_pcie_init()Alexey Khoroshilov1-0/+2
2013-01-30mwifiex: fix invalid access of PCIe RxBD ring buffer descriptorAvinash Patil1-2/+2
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2013-01-22mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil1-1/+1
2013-01-07mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil1-49/+170
2013-01-07mwifiex: flush TX ring for PCIe after disconnect or bss stopAvinash Patil1-0/+32
2013-01-07mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil1-141/+221
2013-01-07mwifiex: add init_fw_port handler for PCIe interfaceAvinash Patil1-2/+18
2013-01-07mwifiex: access interrupt status only while holding lockAvinash Patil1-13/+12
2012-04-12mwifiex: use asynchronous firmware loadingAmitkumar Karwar1-0/+3
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-187/+203
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar1-184/+200
2012-03-13mwifiex: use usleep_range instead of udelayYogesh Ashok Powar1-3/+3
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2011-12-13mwifiex: failure case handling for PCIe eventsAmitkumar Karwar1-14/+6
2011-11-09mwifiex: prevent corruption instead of just warningDan Carpenter1-1/+4
2011-11-09mwifiex: remove an unneeded NULL checkDan Carpenter1-3/+2
2011-11-09mwifiex: remove unneeded kfree(NULL);Dan Carpenter1-1/+0
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar1-0/+1948