index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwifiex
/
pcie.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mwifiex: fix tx_info/rx_info overlap with PCIe dma_mapping
Chin-Ran Lo
2014-06-16
1
-2
/
+2
*
mwifiex: set valid tx_param during mwifiex_send_null_packet
Avinash Patil
2014-05-16
1
-0
/
+1
*
Revert "mwifiex: add firmware dump feature for PCIe"
John W. Linville
2014-04-25
1
-227
/
+0
*
mwifiex: add firmware dump feature for PCIe
Amitkumar Karwar
2014-04-22
1
-0
/
+227
*
mwifiex: remove redundant 'fw_load' completion structure
Amitkumar Karwar
2014-04-22
1
-3
/
+0
*
mwifiex: cancel pending commands during host sleep
Amitkumar Karwar
2014-03-27
1
-0
/
+1
*
mwifiex: Remove casts of pointer to same type
Joe Perches
2014-03-27
1
-3
/
+3
*
mwifiex: add support for sleep cookie in PCIe
Avinash Patil
2014-03-19
1
-0
/
+26
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-03-04
1
-17
/
+17
|
\
|
*
mwifiex: fix cmd and Tx data timeout issue for PCIe cards
Amitkumar Karwar
2014-02-20
1
-17
/
+11
|
*
mwifiex: add NULL check for PCIe Rx skb
Amitkumar Karwar
2014-02-20
1
-0
/
+6
*
|
mwifiex: stop AP at shutdown time
Amitkumar Karwar
2014-02-28
1
-6
/
+1
*
|
mwifiex: change transmit buffer size for 8897
Amitkumar Karwar
2014-02-28
1
-0
/
+2
*
|
mwifiex: don't leak DMA command skbuffs
Aaron Durbin
2014-02-12
1
-7
/
+7
*
|
mwifiex: balance dma map/unmap sizes
Aaron Durbin
2014-02-12
1
-72
/
+54
|
/
*
mwifiex: fix memory leak issue for sdio and pcie cards
Amitkumar Karwar
2013-11-15
1
-1
/
+1
*
mwifiex: Remove casting the return value which is a void pointer
Jingoo Han
2013-09-26
1
-3
/
+3
*
mwifiex: correction in mwifiex_check_fw_status() return status
Amitkumar Karwar
2013-07-24
1
-2
/
+0
*
mwifiex: replace mdelay with msleep
Amitkumar Karwar
2013-07-24
1
-1
/
+1
*
mwifiex: add PCIe shutdown handler to avoid system hang on reboot
Amitkumar Karwar
2013-07-24
1
-0
/
+9
*
wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_ops
Shuah Khan
2013-07-22
1
-9
/
+17
*
mwifiex: Correct pci_unmap_single's size
Yogesh Ashok Powar
2013-04-26
1
-2
/
+2
*
mwifiex: Do not kfree cmd buf while unregistering PCIe
Yogesh Ashok Powar
2013-04-26
1
-1
/
+0
*
mwifiex: Call pci_release_region after calling pci_disable_device
Yogesh Ashok Powar
2013-04-26
1
-1
/
+1
*
mwifiex: Use pci_release_region() instead of a pci_release_regions()
Yogesh Ashok Powar
2013-04-26
1
-2
/
+2
*
mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-init
Avinash Patil
2013-04-22
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-03-29
1
-0
/
+1
|
\
|
*
mwifiex: reset skb->data after processing PCIe sleep confirm cmd respose
Avinash Patil
2013-03-25
1
-0
/
+1
*
|
mwifiex: use fw_status register to wake up PCIe card
Avinash Patil
2013-03-27
1
-13
/
+24
*
|
mwifiex: avoid waking up device in awake state
Avinash Patil
2013-03-27
1
-3
/
+4
*
|
mwifiex: do not enable PCIe interrupt in Power Save sleep state
Avinash Patil
2013-03-27
1
-1
/
+2
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-03-18
1
-1
/
+1
|
\
|
|
*
mwifiex: correct sleep delay counter
Avinash Patil
2013-02-27
1
-1
/
+1
*
|
mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c
Bing Zhao
2013-03-06
1
-2
/
+2
*
|
mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume
Bing Zhao
2013-03-06
1
-0
/
+2
*
|
mwifiex: remove static forward declarations in pcie.c
Bing Zhao
2013-03-06
1
-76
/
+74
|
/
*
mwifiex: fix system freeze while reloading driver
Avinash Patil
2013-02-22
1
-10
/
+1
*
mwifiex: don't drop carrier flag over suspend
Daniel Drake
2013-02-22
1
-9
/
+1
*
mwifiex: fix empty TX ring check for PCIe8897 while unloading driver
Avinash Patil
2013-02-18
1
-4
/
+1
*
mwifiex: device specific sleep cookie handling for PCIe
Avinash Patil
2013-02-14
1
-8
/
+22
*
mwifiex: add PCIe8897 support
Avinash Patil
2013-02-11
1
-60
/
+182
*
mwifiex: define generic data type for PCIe ring buffers
Avinash Patil
2013-02-11
1
-23
/
+26
*
mwifiex: separate ring initialization and ring creation routines
Avinash Patil
2013-02-11
1
-133
/
+194
*
mwifiex: store card specific data in PCI device table entry
Avinash Patil
2013-02-11
1
-89
/
+122
*
mwifiex: don't return zero on failure paths in mwifiex_pcie_init()
Alexey Khoroshilov
2013-01-30
1
-0
/
+2
*
mwifiex: fix invalid access of PCIe RxBD ring buffer descriptor
Avinash Patil
2013-01-30
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-01-28
1
-1
/
+1
|
\
|
*
mwifiex: fix typo in PCIe adapter NULL check
Avinash Patil
2013-01-22
1
-1
/
+1
*
|
mwifiex: use map/unmap APIs in TX and RX to reduce memcpy
Avinash Patil
2013-01-07
1
-49
/
+170
*
|
mwifiex: flush TX ring for PCIe after disconnect or bss stop
Avinash Patil
2013-01-07
1
-0
/
+32
[next]