1. 3c59e32 mwifiex: fix memory leak issue for sdio and pcie cards by Amitkumar Karwar · 11 years ago
  2. b2a3120 mwifiex: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  3. bedb361b mwifiex: correction in mwifiex_check_fw_status() return status by Amitkumar Karwar · 11 years ago
  4. a76b20e mwifiex: replace mdelay with msleep by Amitkumar Karwar · 11 years ago
  5. 43ba6b9 mwifiex: add PCIe shutdown handler to avoid system hang on reboot by Amitkumar Karwar · 11 years ago
  6. 3266d73 wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  7. 7af1ce0 mwifiex: Correct pci_unmap_single's size by Yogesh Ashok Powar · 11 years ago
  8. 955ab09 mwifiex: Do not kfree cmd buf while unregistering PCIe by Yogesh Ashok Powar · 11 years ago
  9. 5b0d9b2 mwifiex: Call pci_release_region after calling pci_disable_device by Yogesh Ashok Powar · 11 years ago
  10. c380aaf mwifiex: Use pci_release_region() instead of a pci_release_regions() by Yogesh Ashok Powar · 11 years ago
  11. d033d3a mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-init by Avinash Patil · 11 years ago
  12. 9a574cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  13. c0880a2 mwifiex: use fw_status register to wake up PCIe card by Avinash Patil · 11 years ago
  14. c24d992 mwifiex: avoid waking up device in awake state by Avinash Patil · 11 years ago
  15. b2fda1f mwifiex: do not enable PCIe interrupt in Power Save sleep state by Avinash Patil · 11 years ago
  16. 0f49d64 mwifiex: reset skb->data after processing PCIe sleep confirm cmd respose by Avinash Patil · 11 years ago
  17. 49c87cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  18. 9931078 mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c by Bing Zhao · 11 years ago
  19. 8509e82 mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume by Bing Zhao · 11 years ago
  20. fcca8d5 mwifiex: remove static forward declarations in pcie.c by Bing Zhao · 11 years ago
  21. 3e7a4ff mwifiex: correct sleep delay counter by Avinash Patil · 11 years ago
  22. 48f4d91 mwifiex: fix system freeze while reloading driver by Avinash Patil · 11 years ago
  23. 1499d9f mwifiex: don't drop carrier flag over suspend by Daniel Drake · 11 years ago
  24. 3d48203 mwifiex: fix empty TX ring check for PCIe8897 while unloading driver by Avinash Patil · 11 years ago
  25. 52301a8 mwifiex: device specific sleep cookie handling for PCIe by Avinash Patil · 11 years ago
  26. ca8f211 mwifiex: add PCIe8897 support by Avinash Patil · 11 years ago
  27. e05dc3e mwifiex: define generic data type for PCIe ring buffers by Avinash Patil · 11 years ago
  28. 0732484 mwifiex: separate ring initialization and ring creation routines by Avinash Patil · 11 years ago
  29. dd04e6a mwifiex: store card specific data in PCI device table entry by Avinash Patil · 11 years ago
  30. 3220712 mwifiex: don't return zero on failure paths in mwifiex_pcie_init() by Alexey Khoroshilov · 12 years ago
  31. 6ccea75 mwifiex: fix invalid access of PCIe RxBD ring buffer descriptor by Avinash Patil · 12 years ago
  32. 9ebea38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  33. 83f0c6d mwifiex: fix typo in PCIe adapter NULL check by Avinash Patil · 12 years ago
  34. e7f767a mwifiex: use map/unmap APIs in TX and RX to reduce memcpy by Avinash Patil · 12 years ago
  35. fbd7e7a mwifiex: flush TX ring for PCIe after disconnect or bss stop by Avinash Patil · 12 years ago
  36. fc33146 mwifiex: use pci_alloc/free_consistent APIs for PCIe by Avinash Patil · 12 years ago
  37. c6d1d87 mwifiex: add init_fw_port handler for PCIe interface by Avinash Patil · 12 years ago
  38. 659c478 mwifiex: access interrupt status only while holding lock by Avinash Patil · 12 years ago
  39. 59a4cc2 mwifiex: use asynchronous firmware loading by Amitkumar Karwar · 12 years ago
  40. 01a2829 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  41. f57c1ed mwifiex: fix checkpatch --strict warnings/errors Part 4 by Yogesh Ashok Powar · 12 years ago
  42. e7891ba mwifiex: use usleep_range instead of udelay by Yogesh Ashok Powar · 12 years ago
  43. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 12 years ago
  44. 8c53e42 mwifiex: failure case handling for PCIe events by Amitkumar Karwar · 13 years ago
  45. 1eb54c8 mwifiex: prevent corruption instead of just warning by Dan Carpenter · 13 years ago
  46. fa161cb mwifiex: remove an unneeded NULL check by Dan Carpenter · 13 years ago
  47. fba6fe6 mwifiex: remove unneeded kfree(NULL); by Dan Carpenter · 13 years ago
  48. d930fae mwifiex: add support for Marvell pcie8766 chipset by Amitkumar Karwar · 13 years ago