1. 76a9f6f ath5k: Fix short and long retry configuration by Bruno Randolf · 14 years ago
  2. de87f73 ath9k: use common API to avoid code duplication by Rajkumar Manoharan · 14 years ago
  3. ebefce3 ath9k_hw: Update PMU setting to improve ripple issue for AR9485. by Vivek Natarajan · 14 years ago
  4. bdd62c0 ath9k: Fix a locking related issue. by Vivek Natarajan · 14 years ago
  5. 22983c3 ath9k_hw: DDR_PLL and BB_PLL need correct setting. by Vivek Natarajan · 14 years ago
  6. 181fb18 ath9k: Fix a PLL hang issue observed with AR9485. by Vivek Natarajan · 14 years ago
  7. b141581 ath9k_hw: Add a function to read sqsum_dvc. by Vivek Natarajan · 14 years ago
  8. 74f7635 ath9k_hw: Add RX filters by Sujith Manoharan · 14 years ago
  9. 0d95521 ath9k: use split rx buffers to get rid of order-1 skb allocations by Felix Fietkau · 14 years ago
  10. 4d90674 ath9k_hw: Fix INI fixup by Sujith Manoharan · 14 years ago
  11. 00e0003 ath9k_hw: Fix opmode initialization by Sujith Manoharan · 14 years ago
  12. 53e3b6e ath5k: remove debug_dump_skb() functions by Bob Copeland · 14 years ago
  13. 0e47225 ath5k: use tracing for packet tx/rx dump by Bob Copeland · 14 years ago
  14. b453175 ath9k: Remove unused IEEE80211_WEP_NKID by Bruno Randolf · 14 years ago
  15. ead3dcf ath5k: Enable 802.11j 4.9GHz frequencies by Bruno Randolf · 14 years ago
  16. 5719efd ath: Add function to check if 4.9GHz channels are allowed by Bruno Randolf · 14 years ago
  17. 20a9049 ath5k: Use local variable for capabilities by Bruno Randolf · 14 years ago
  18. 5bec3e5 ath9k: fix tx queue index confusion in debugfs code by Felix Fietkau · 14 years ago
  19. 9ac5861 ath9k: fold struct ath_wiphy into struct ath_softc by Felix Fietkau · 14 years ago
  20. 0cdd5c6 ath9k: remove the bf->aphy field by Felix Fietkau · 14 years ago
  21. 7545daf ath9k: remove support for virtual wiphys by Felix Fietkau · 14 years ago
  22. 3430239 ath9k: remove the virtual wiphy debugfs interface by Felix Fietkau · 14 years ago
  23. 9246041 ath9k: clean up the code that wakes the mac80211 queues by Felix Fietkau · 14 years ago
  24. 8d8d3fd ath9k: fix misplaced debug code by Felix Fietkau · 14 years ago
  25. aa32452 carl9170: utilize fw seq counter for mgmt/non-QoS data frames by Christian Lamparter · 14 years ago
  26. c42d6cf carl9170: enable wake-on-lan feature testing by Christian Lamparter · 14 years ago
  27. 9e09b5c carl9170: update fw/hw headers by Christian Lamparter · 14 years ago
  28. 436d0d9 ath9k: clean up enums and unused macros by Mohammed Shafi Shajakhan · 14 years ago
  29. 97d9c3a ath5k: ath5k_setup_channels cleanup and whitespace by Bruno Randolf · 14 years ago
  30. 0a8d7cb ath9k_hw: read and backup AR_WA register value even before chip reset on. by Senthil Balasubramanian · 14 years ago
  31. ac45c12 ath9k_hw: Fix incorrect macversion and macrev checks by Senthil Balasubramanian · 14 years ago
  32. 4a4fdf2 ath9k_hw: replace magic values in register writes with proper defines by Felix Fietkau · 14 years ago
  33. 2b1351a ath5k: Simplify loop when setting up channels by Bruno Randolf · 14 years ago
  34. d7e86c3 ath9k: remove a bogus error message by Felix Fietkau · 14 years ago
  35. 930a762 ath5k: Remove redundant sc->curband by Bruno Randolf · 14 years ago
  36. 4b3721c ath5k: Remove unused sc->curmode by Bruno Randolf · 14 years ago
  37. 75f9569 ath5: Remove unused CTL definitions by Bruno Randolf · 14 years ago
  38. 410e612 ath5k: Add 802.11j 4.9GHz channels to allowed channels by Bruno Randolf · 14 years ago
  39. 0810569 ath5k: Rename ath5k_copy_channels by Bruno Randolf · 14 years ago
  40. 90c02d7 ath5k: Use mac80211 channel mapping function by Bruno Randolf · 14 years ago
  41. 7755bad ath9k: Try more than one queue when scheduling new aggregate. by Ben Greear · 14 years ago
  42. 55f6d0f ath9k: Add 'misc' file to debugfs, fix queue indexes. by Ben Greear · 14 years ago
  43. 60f2d1d ath9k: Restart xmit logic in xmit watchdog. by Ben Greear · 14 years ago
  44. 71e025a ath9k: More xmit queue debugfs information. by Ben Greear · 14 years ago
  45. 7f010c9 ath9k: Keep track of stations for debugfs. by Ben Greear · 14 years ago
  46. bda8add ath9k: Add counters to distinquish AMPDU enqueues. by Ben Greear · 14 years ago
  47. 082f653 ath9k: Ensure xmit makes progress. by Ben Greear · 14 years ago
  48. 9244f48 ath9k: Remove un-used member from ath_node. by Ben Greear · 14 years ago
  49. 2dac4fb ath9k: Add more information to debugfs xmit file. by Ben Greear · 14 years ago
  50. 233536e ath9k: Initialize ah->hw by Ben Greear · 14 years ago
  51. 1f427dd ath9k: Show some live tx-queue values in debugfs. by Ben Greear · 14 years ago
  52. 0b01f03 mac80211: track receiver's aggregation reorder buffer size by Johannes Berg · 14 years ago
  53. 4801416 ath9k: Fix up hardware mode and beacons with multiple vifs. by Ben Greear · 14 years ago
  54. f0b8220 ath9k: fix excessive BAR sending when a frame exceeds its retry limit by Felix Fietkau · 14 years ago
  55. 21f28e6 ath9k: try more than one tid when scheduling a new aggregate by Felix Fietkau · 14 years ago
  56. a4d6e17 ath9k_hw: fix carrier leakage calibration for AR9271 by Rajkumar Manoharan · 14 years ago
  57. 4e3ae38 ath9k_htc: keep calibrated noise floor value for oper channel by Rajkumar Manoharan · 14 years ago
  58. bdd196a ath9k: preserve caldata history buffer across scanning by Rajkumar Manoharan · 14 years ago
  59. 115dad7 ath9k_hw: partially revert "fix dma descriptor rx error bit parsing" by Felix Fietkau · 14 years ago
  60. fda9b7a ath5k: Fix return codes for eeprom read functions. by Wojciech Dubowik · 14 years ago
  61. 8b3f461 ath9k: reduce the likelihood of baseband hang check false positives by Felix Fietkau · 14 years ago
  62. 2ed7222 ath9k: reinitialize block ack window data when starting aggregation by Felix Fietkau · 14 years ago
  63. 49447f2 ath9k: fix initial sequence number after starting an ampdu session by Felix Fietkau · 14 years ago
  64. a9e99a0 ath9k: fix bogus sequence number increases on aggregation tid flush by Felix Fietkau · 14 years ago
  65. 04cf53f ath9k_hw: Offload USB eeprom reading to target by Sujith Manoharan · 14 years ago
  66. 09a525d ath9k_htc: Add multiple register read API by Sujith Manoharan · 14 years ago
  67. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  68. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  69. 55de80d ath9k_htc: Really fix packet injection by Sujith Manoharan · 14 years ago
  70. 6d50192 ath9k_hw: Fix RX handling for USB devices by Sujith Manoharan · 14 years ago
  71. 69bdacc ath9k_hw: Fix thermal issue with UB94 by Sujith Manoharan · 14 years ago
  72. 0742206 ath9k_hw: Fix calibration for AR9287 devices by Sujith Manoharan · 14 years ago
  73. 6cae913 ath9k_hw: Fix chip test by Sujith Manoharan · 14 years ago
  74. c96e963 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
  75. 33af881 ath9k: correct MODULE_PARM_DESC parameters for force_new_ani by John W. Linville · 14 years ago
  76. 18cb6e3 ath5k: qualify global modparam_nohwcrypt variable by John W. Linville · 14 years ago
  77. 3e6109c ath9k: qualify global modparam_nohwcrypt variable by John W. Linville · 14 years ago
  78. cc72128 ath9k_htc: Fix packet injection by Sujith Manoharan · 14 years ago
  79. a8851d1 ath5k: ath5k_eeprom_mode_from_channel() returns signed by Dan Carpenter · 14 years ago
  80. 2ae79d5 ath9k : few rate control clean ups by Mohammed Shafi Shajakhan · 14 years ago
  81. 1186488 ath9k: fix beacon restart on channel change by Rajkumar Manoharan · 14 years ago
  82. bd8027a Revert "ath9k: Parse DTIM period from mac80211" by Mohammed Shafi Shajakhan · 14 years ago
  83. 1c30cc1 ath9k_hw: fix dma descriptor rx error bit parsing by Felix Fietkau · 14 years ago
  84. 1e1f4ad ath9k_htc: Move LED/RFKILL code to htc_drv_gpio.c by Sujith Manoharan · 14 years ago
  85. 039a072 ath9k_htc: Fix fast channel change by Sujith Manoharan · 14 years ago
  86. 7390867 ath9k_htc: Handle FATAL events by Sujith Manoharan · 14 years ago
  87. 66e3547 ath9k_htc: Move work cancellation outside of mutex by Sujith Manoharan · 14 years ago
  88. ff8f59b ath9k_htc: Handle pending URBs properly by Sujith Manoharan · 14 years ago
  89. ee832d3 ath9k: Few clean ups in beacon config parameters by Mohammed Shafi Shajakhan · 14 years ago
  90. 97e2c40 carl9170: fix usb pm suspend->resume woes by Christian Lamparter · 14 years ago
  91. 3b38651 carl9170: reduce channel change delay by Christian Lamparter · 14 years ago
  92. c9e57f0 carl9170: add missing return-value check by Christian Lamparter · 14 years ago
  93. bb00755 ath5k: fix cycle counter inconsistent locking by Bob Copeland · 14 years ago
  94. 44cefea ath9k: fix spur mitigation no-spur case for AR9002 by Brian Prodoehl · 14 years ago
  95. 52671e4 ath9k: spin_lock_bh is not required within tasklet context. by Senthil Balasubramanian · 14 years ago
  96. cd2c548 ath5k: Move mac80211 functions into new file by Bruno Randolf · 14 years ago
  97. db7ec38 ath9k: Reset keycache on resume by Mohammed Shafi Shajakhan · 14 years ago
  98. d0ce2d1 ath9k_hw: Fix bug in eeprom data length validation for AR9485 by Vasanthakumar Thiagarajan · 14 years ago
  99. 0207c0c ath5k: Use helper function to get eeprom mode from channel by Bruno Randolf · 14 years ago
  100. 26a51ad ath5k: Remove ATH5K_INI_RFGAIN defines, use band instead by Bruno Randolf · 14 years ago