1. e6930c4 ath9k: Use separate operational flags for BTCOEX by Sujith Manoharan · 13 years ago
  2. 4cb54fa ath9k: Remove SC_OP_OFFCHANNEL by Sujith Manoharan · 13 years ago
  3. 689e756 ath9k_hw: add support for 8 AP mode interfaces by Felix Fietkau · 13 years ago
  4. 8e92d3f ath9k: add DFS pattern detector instance to ath_softc by Zefir Kurtisi · 13 years ago
  5. 01e1891 ath9k: recover ar9380 chips from rare stuck state by Rajkumar Manoharan · 13 years ago
  6. d47a61a ath9k: Fix multi-VIF BSS handling by Sujith Manoharan · 13 years ago
  7. 3d4e20f ath9k: Remove aggregation flags by Sujith Manoharan · 13 years ago
  8. bcf6f96 ath9k: Remove 'other' VIF count by Sujith Manoharan · 13 years ago
  9. 62450b8 ath9k: Remove unused variables by Sujith Manoharan · 13 years ago
  10. 3a2923e ath9k: get rid of double queueing of rx frames on EDMA by Felix Fietkau · 13 years ago
  11. 4daa776 ath9k: Use CONFIG_ATH9K_BTCOEX_SUPPORT by Sujith Manoharan · 13 years ago
  12. c0ac53f ath9k: Calculate ampdu limit using a helper by Sujith Manoharan · 13 years ago
  13. 56ca0db ath9k: Process BTCOEX interrupts using a helper by Sujith Manoharan · 13 years ago
  14. df198b1 ath9k: Use proper start/stop routines for BTCOEX by Sujith Manoharan · 13 years ago
  15. 5908120 ath9k: Move BTCOEX init/deinit functions to gpio.c by Sujith Manoharan · 13 years ago
  16. e4922f2 ath9k_hw: fix a comment by Mohammed Shafi Shajakhan · 14 years ago
  17. 016c217 ath9k_hw: increase tx status ring buffer size by Rajkumar Manoharan · 14 years ago
  18. 23de5dc ath9k: fix tx locking issues by Felix Fietkau · 14 years ago
  19. f943754 ath9k: avoid retransmitting aggregation frames that a BAR was sent for by Felix Fietkau · 14 years ago
  20. 156369f ath9k: reduce the number of unnecessary BAR tx packets by Felix Fietkau · 14 years ago
  21. da64762 ath9k: change maximum software retransmission handling by Felix Fietkau · 14 years ago
  22. 9e25365 ath9k: Add functions to allocate/free buffers for MCI by Mohammed Shafi Shajakhan · 14 years ago
  23. 1a68abb ath9k: Fix LED GPIO pin for AR9462 by Mohammed Shafi Shajakhan · 14 years ago
  24. 7e1e386 ath9k: Improve debugfs printout for stations. by Ben Greear · 14 years ago
  25. 7dc181c ath9k: Add btcoex profile management support for AR9462 by Rajkumar Manoharan · 14 years ago
  26. 423e38e ath9k: Rename AR9480 into AR9462 by Rajkumar Manoharan · 14 years ago
  27. 042ec45 mac80211: let drivers inform it about per TID buffered frames by Johannes Berg · 14 years ago
  28. 493cf04 ath9k: use the new API for setting tx descriptors by Felix Fietkau · 14 years ago
  29. 399c648 ath9k: reduce the number of functions that access the tx descriptor by Felix Fietkau · 14 years ago
  30. 55797b1 ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flags by Felix Fietkau · 14 years ago
  31. 79ac9b3 ath9k: enable LED pin for AR946/8x chipsets by Mohammed Shafi Shajakhan · 14 years ago
  32. 43c3528 ath9k: implement .get_antenna and .set_antenna by Felix Fietkau · 14 years ago
  33. 236de51 ath9k: always call ath_reset from workqueue context by Felix Fietkau · 14 years ago
  34. 6a0ddae ath9k: move the sequence number from ath_frame_info to ath_buf by Felix Fietkau · 14 years ago
  35. 56dc633 ath9k: clean up the aggregation tid queue by Felix Fietkau · 14 years ago
  36. a75c062 ath9k: use u8 for the tx key index by Felix Fietkau · 14 years ago
  37. f82b4bd ath9k: Move ath9k_init_crypto to common by Rajkumar Manoharan · 14 years ago
  38. d77bf3e ath9k: Remove SC_OP_ENABLE_APM by Rajkumar Manoharan · 14 years ago
  39. e8fe733 ath9k: Use atomic reference count for interrupt ops by Rajkumar Manoharan · 14 years ago
  40. 0f9dc29 ath9k: Remove virtual wiphy specific frame type by Rajkumar Manoharan · 14 years ago
  41. eb93e89 ath9k: remove all references to subsysid, it's never used by Pavel Roskin · 14 years ago
  42. df2cbe4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  43. c3d7769 ath9k: move few descriptor macros to ath9k.h by Mohammed Shafi Shajakhan · 14 years ago
  44. 3609936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  45. e707549 ath9k: typo fix in a comment by Pavel Roskin · 14 years ago
  46. f6351d4 ath9k: use standard max(), remove A_MAX macro by Pavel Roskin · 14 years ago
  47. c0c33ad Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  48. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  49. 05c0be2 ath9k: Add a debug entry to start/stop ANI by Mohammed Shafi Shajakhan · 14 years ago
  50. 5595f11 ath9k: mark few functions as static by Mohammed Shafi Shajakhan · 14 years ago
  51. 6d79cb4 ath9k: make ath9k_setpower function as static by Mohammed Shafi Shajakhan · 14 years ago
  52. fce041b ath9k: unify edma and non-edma tx code, improve tx fifo handling by Felix Fietkau · 14 years ago
  53. ba4903f ath9k: implement .tx_last_beacon() by Felix Fietkau · 14 years ago
  54. 5b68138 ath9k: Drag the driver to the year 2011 by Sujith Manoharan · 14 years ago
  55. 8afbcc8 ath9k_hw: define antenna diversity group by Mohammed Shafi Shajakhan · 14 years ago
  56. deb7518 ath9k: avoid enabling interrupts while processing rx by Rajkumar Manoharan · 14 years ago
  57. cbe8c73 ath9k_hw: remove aggregation protection mode by Mohammed Shafi Shajakhan · 14 years ago
  58. 9eab61c ath9k: cleanup hw pll work handler by Senthil Balasubramanian · 14 years ago
  59. 353e501 ath9k: Fix LED gpio for AR93xx chipsets. by Senthil Balasubramanian · 14 years ago
  60. 93ae2dd ath9k: assign keycache slots to unencrypted stations by Felix Fietkau · 14 years ago
  61. 5519541 ath9k: fix powersave frame filtering/buffering in AP mode by Felix Fietkau · 14 years ago
  62. 8e26a03 ath9k: introduce ATH9K_{PCI,AHB} config options by Gabor Juhos · 14 years ago
  63. 99e4d43 ath9k: configure beacons based on hw opmode by Rajkumar Manoharan · 14 years ago
  64. 4f5ef75b ath9k: Handle BSSID/AID for multiple interfaces by Rajkumar Manoharan · 14 years ago
  65. 66da424 ath9k: Cleanup ath_vif struct by Rajkumar Manoharan · 14 years ago
  66. b64c6a3 ath9k: cleanup few redundant macros by Mohammed Shafi Shajakhan · 14 years ago
  67. c944daf4 ath9k: fix stuck beacon detection by Felix Fietkau · 14 years ago
  68. dd347f2 ath9k: fix beacon timer handling issues by Felix Fietkau · 14 years ago
  69. 86271e4 ath9k: fix the .flush driver op implementation by Felix Fietkau · 14 years ago
  70. 1517853 ath9k: Fix incorrect GPIO LED pin for AR9485 by Senthil Balasubramanian · 14 years ago
  71. 0cf55c2 ath9k: use generic mac80211 LED blinking code by Felix Fietkau · 14 years ago
  72. 6908162 ath9k: Implement op_flush() by Vasanthakumar Thiagarajan · 14 years ago
  73. b67afe7 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  74. 0f5cd45 ath9k: Fix ath9k prevents CPU to enter C3 states by Mohammed Shafi Shajakhan · 14 years ago
  75. 014cf3b ath9k: disable beaconing before stopping beacon queue by Rajkumar Manoharan · 15 years ago
  76. 9814f6b ath9k: Remove redundant beacon_interval by Steve Brown · 15 years ago
  77. cb8d61d ath9k: add additional checks for the baseband hang detection by Felix Fietkau · 15 years ago
  78. 9cf04dc ath9k: Fix possible double free of PAPRD skb's by Mohammed Shafi Shajakhan · 15 years ago
  79. de87f73 ath9k: use common API to avoid code duplication by Rajkumar Manoharan · 15 years ago
  80. 181fb18 ath9k: Fix a PLL hang issue observed with AR9485. by Vivek Natarajan · 15 years ago
  81. 0d95521 ath9k: use split rx buffers to get rid of order-1 skb allocations by Felix Fietkau · 15 years ago
  82. b453175 ath9k: Remove unused IEEE80211_WEP_NKID by Bruno Randolf · 15 years ago
  83. 9ac58615 ath9k: fold struct ath_wiphy into struct ath_softc by Felix Fietkau · 15 years ago
  84. 0cdd5c6 ath9k: remove the bf->aphy field by Felix Fietkau · 15 years ago
  85. 7545daf ath9k: remove support for virtual wiphys by Felix Fietkau · 15 years ago
  86. 436d0d9 ath9k: clean up enums and unused macros by Mohammed Shafi Shajakhan · 15 years ago
  87. 60f2d1d ath9k: Restart xmit logic in xmit watchdog. by Ben Greear · 15 years ago
  88. 7f010c9 ath9k: Keep track of stations for debugfs. by Ben Greear · 15 years ago
  89. 9244f48 ath9k: Remove un-used member from ath_node. by Ben Greear · 15 years ago
  90. 4801416 ath9k: Fix up hardware mode and beacons with multiple vifs. by Ben Greear · 15 years ago
  91. 3e6109c ath9k: qualify global modparam_nohwcrypt variable by John W. Linville · 15 years ago
  92. db7ec38 ath9k: Reset keycache on resume by Mohammed Shafi Shajakhan · 15 years ago
  93. d584747 ath9k: Fix warnings on card removal by Rajkumar Manoharan · 15 years ago
  94. d4d5dc3 ath9k: do not limit the chainmask to 1 for legacy mode by Felix Fietkau · 15 years ago
  95. 4b3ba66 ath9k: fix queue depth check for forming new aggregates by Felix Fietkau · 15 years ago
  96. 4dc3530 ath9k: Make PM-QOS value as user configurable by Mohammed Shafi Shajakhan · 15 years ago
  97. 393934c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  98. 080e1a2 ath9k: fix a DMA related race condition on reset by Felix Fietkau · 15 years ago
  99. 09f921f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  100. ea066d5 ath9k: Add support for Adaptive Power Management by Mohammed Shafi Shajakhan · 15 years ago