1. dc468e3 mwifiex: remove unnecessary macros in sdio.h by Amitkumar Karwar · 12 years ago
  2. 248eb4c mwifiex: define a macro for MPA base address by Amitkumar Karwar · 12 years ago
  3. 0fc0d43 mwifiex: do port calculations separately by Amitkumar Karwar · 12 years ago
  4. e6a52030 mwifiex: code rearrangement in mwifiex_get_rd_port() by Amitkumar Karwar · 12 years ago
  5. ab93d4f mwifiex: replace unnecessary u32 variables with u8 in sdio.c by Amitkumar Karwar · 12 years ago
  6. 05889f8 mwifiex: store SDIO chip specific information in separate structure by Amitkumar Karwar · 12 years ago
  7. 5ac253d mwifiex: use u32 variables for SDIO read/write port bitmap by Amitkumar Karwar · 12 years ago
  8. 388ec38 mwifiex: add calibration data download feature by Amitkumar Karwar · 12 years ago
  9. 013a492 mwifiex: replace spin_lock_irqsave with spin_lock and fix warn_on by Avinash Patil · 12 years ago
  10. 0f9e9b8 mwifiex: add del_station handler by Avinash Patil · 12 years ago
  11. bdd4d6bf mwifiex: avoid deleting all stations during mwifiex_del_sta_entry() by Avinash Patil · 12 years ago
  12. 4c1079e mwifiex: abort remaining scan commands when association started by Bing Zhao · 12 years ago
  13. 75ab753 mwifiex: remove global user_scan_cfg variable by Amitkumar Karwar · 12 years ago
  14. 0604111 mwifiex: scan delay timer cleanup in unload path by Amitkumar Karwar · 12 years ago
  15. c56ecf5 mwifiex: rename mwifiex_free_adapter() routine in init.c by Amitkumar Karwar · 12 years ago
  16. e00adf3 drivers/net: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  17. 7af1ce0 mwifiex: Correct pci_unmap_single's size by Yogesh Ashok Powar · 12 years ago
  18. 955ab09 mwifiex: Do not kfree cmd buf while unregistering PCIe by Yogesh Ashok Powar · 12 years ago
  19. 5b0d9b2 mwifiex: Call pci_release_region after calling pci_disable_device by Yogesh Ashok Powar · 12 years ago
  20. c380aaf mwifiex: Use pci_release_region() instead of a pci_release_regions() by Yogesh Ashok Powar · 12 years ago
  21. b006ed5 mwifiex: rework round robin scheduling of bss nodes. by Andreas Fenkart · 12 years ago
  22. 2e23731 mwifiex: replace ra_list_curr by list rotation. by Andreas Fenkart · 12 years ago
  23. c43933e mwifiex: remove redundant initialization for bss_descriptor by Bing Zhao · 12 years ago
  24. d837a2a mwifiex: fix use-after-free in beacon_ie processing by Bing Zhao · 12 years ago
  25. 8bc77a4 mwifiex: don't try to associate when bss_mode is not STA by Bing Zhao · 12 years ago
  26. 4587eea mwifiex: make use of msecs_to_jiffies() by Bing Zhao · 12 years ago
  27. 0648f3a mwifiex: correct bss_mode check while appending vht operation IE by Bing Zhao · 12 years ago
  28. d033d3a mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-init by Avinash Patil · 12 years ago
  29. 66aa1ae mwifiex: configure p2p interface during initialization by Bing Zhao · 12 years ago
  30. 5586d3e mwifiex: Start P2P devices in P2P mode by Paul Stewart · 12 years ago
  31. 6fe5468 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  32. 2716fd7 mwifiex: hold proper locks when accessing ra_list / bss_prio lists by Andreas Fenkart · 12 years ago
  33. 333f6b2 mwifiex: fix infinite loop by removing NO_PKT_PRIO_TID by Andreas Fenkart · 12 years ago
  34. 6d2344e mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tbl by Andreas Fenkart · 12 years ago
  35. ca796a3 mwifiex: correct wrong list in list_empty check by Andreas Fenkart · 12 years ago
  36. 9908b07 mwifiex: fix negative cmd_pending count by Bing Zhao · 12 years ago
  37. 21de979 mwifiex: complete last internal scan by Bing Zhao · 12 years ago
  38. 2b6254d mwifiex: use separate AMPDU tx/rx window sizes in 11ac networks by Avinash Patil · 12 years ago
  39. 04abc0a mwifiex: change default tx/rx win_size for BA setup by Avinash Patil · 12 years ago
  40. 901ceba mwifiex: limit channel number not to overflow memory by Stone Piao · 12 years ago
  41. 9a574cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  42. c0880a2 mwifiex: use fw_status register to wake up PCIe card by Avinash Patil · 12 years ago
  43. c24d992 mwifiex: avoid waking up device in awake state by Avinash Patil · 12 years ago
  44. b2fda1f mwifiex: do not enable PCIe interrupt in Power Save sleep state by Avinash Patil · 12 years ago
  45. 83c78da mwifiex: add support to configure VHT for AP mode by Yogesh Ashok Powar · 12 years ago
  46. 0f49d64 mwifiex: reset skb->data after processing PCIe sleep confirm cmd respose by Avinash Patil · 12 years ago
  47. 43283fe mwifiex: cleanup VHT cap by Yogesh Ashok Powar · 12 years ago
  48. 084c718 mwifiex: cancel cmd timer and free curr_cmd in shutdown process by Bing Zhao · 12 years ago
  49. a3e240c mwifiex: skip pending commands after function shutdown by Bing Zhao · 12 years ago
  50. 00d7ea1 mwifiex: fix race when queuing commands by Amitkumar Karwar · 12 years ago
  51. 49c87cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  52. c678fb2 mwifiex: fix potential null dereference 'mef_entry' by Bing Zhao · 12 years ago
  53. 8908c7d mwifiex: Trigger a card reset on reaching tx_timeout threshold by Ashok Nagarajan · 12 years ago
  54. 5f0fabf mwifiex: fix potential out-of-boundary access to ibss rate table by Bing Zhao · 12 years ago
  55. 7da060c mwifiex: add WOWLAN support by Amitkumar Karwar · 12 years ago
  56. 0d7f53e mwifiex: add "ethtool wol" command support by Amitkumar Karwar · 12 years ago
  57. cc0b5a6 mwifiex: shorten the host sleep configuration macro names by Amitkumar Karwar · 12 years ago
  58. f553e1a mwifiex: modify skb->truesize for PCIE Rx by Avinash Patil · 12 years ago
  59. 9931078 mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c by Bing Zhao · 12 years ago
  60. 8509e82 mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume by Bing Zhao · 12 years ago
  61. fcca8d5 mwifiex: remove static forward declarations in pcie.c by Bing Zhao · 12 years ago
  62. 98b7ff9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  63. 3e7a4ff mwifiex: correct sleep delay counter by Avinash Patil · 12 years ago
  64. 6d6436f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  65. 48f4d91 mwifiex: fix system freeze while reloading driver by Avinash Patil · 12 years ago
  66. 1499d9f mwifiex: don't drop carrier flag over suspend by Daniel Drake · 12 years ago
  67. a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  68. 1eaec82 Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  69. 0b71644 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
  70. a5f3905 mwifiex: add 802.11AC support by Yogesh Ashok Powar · 12 years ago
  71. 073c9e6 mwifiex: coding style cleanup in bss parameter update by Yogesh Ashok Powar · 12 years ago
  72. 3d48203 mwifiex: fix empty TX ring check for PCIe8897 while unloading driver by Avinash Patil · 12 years ago
  73. 98d5fac 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
  74. 52301a8 mwifiex: device specific sleep cookie handling for PCIe by Avinash Patil · 12 years ago
  75. b90af3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  76. 4fe0c75 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  77. ca8f211 mwifiex: add PCIe8897 support by Avinash Patil · 12 years ago
  78. e05dc3e mwifiex: define generic data type for PCIe ring buffers by Avinash Patil · 12 years ago
  79. 0732484 mwifiex: separate ring initialization and ring creation routines by Avinash Patil · 12 years ago
  80. dd04e6a mwifiex: store card specific data in PCI device table entry by Avinash Patil · 12 years ago
  81. 8cef2c9 cfg80211: move TSF into IEs by Johannes Berg · 12 years ago
  82. 83c7aa1 cfg80211: remove scan ies NULL check by Johannes Berg · 12 years ago
  83. 5b112d3 cfg80211: pass wiphy to cfg80211_ref_bss/put_bss by Johannes Berg · 12 years ago
  84. f5237f2 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
  85. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  86. 0d2e7a5 wireless: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  87. 5e3175f mwifiex: remove max_tx_buf_size by Bing Zhao · 12 years ago
  88. 6274923 mwifiex: do not reconfigure tx buffer size in firmware while associating by Bing Zhao · 12 years ago
  89. 485f107 mwifiex: avoid out of bounds access in mwifiex_get_common_rates. by Cyril Roelandt · 12 years ago
  90. 5b2e2ec mwifiex: do not overwrite error code from lower layer driver by Bing Zhao · 12 years ago
  91. 3220712 mwifiex: don't return zero on failure paths in mwifiex_pcie_init() by Alexey Khoroshilov · 12 years ago
  92. 6ccea75 mwifiex: fix invalid access of PCIe RxBD ring buffer descriptor by Avinash Patil · 12 years ago
  93. 8a7d7cb mwifiex: fix incomplete scan in case of IE parsing error by Bing Zhao · 12 years ago
  94. 4205e6e 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
  95. 9ebea38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  96. 7532c7d mwifiex: correction in status codes used for association failure by Amitkumar Karwar · 12 years ago
  97. 066433a Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  98. 83f0c6d mwifiex: fix typo in PCIe adapter NULL check by Avinash Patil · 12 years ago
  99. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  100. 0c0280b wireless: make the reg_notifier() void by Luis R. Rodriguez · 12 years ago