1. e5b046d ath5k: Move PCI bus functions to separate file. by Felix Fietkau · 14 years ago
  2. 132b1c3 ath5k: Introduce ath5k_init_softc function as in ath9k by Felix Fietkau · 14 years ago
  3. aeae4ac ath5k: Use Generic DMA for later support of AHB bus. by Felix Fietkau · 14 years ago
  4. 8c2b418 ath5k: Clean up turbo mode initvals/rfregs by Nick Kossifidis · 14 years ago
  5. acb091d ath5k: Cleanup turbo channel flags by Nick Kossifidis · 14 years ago
  6. 8aec7af ath5k: Support synth-only channel change for AR2413/AR5413 by Nick Kossifidis · 14 years ago
  7. 61cde03 ath5k: Extend rate_duration by Nick Kossifidis · 14 years ago
  8. 14fae2d ath5k: Use new function to stop beacon queue by Nick Kossifidis · 14 years ago
  9. 80dac9e ath5k: Use new dma_stop function on base.c by Nick Kossifidis · 14 years ago
  10. eef39be ath5k: Use generic EWMA library by Bruno Randolf · 14 years ago
  11. 7afbb2f ath5k: Cleanup opmode setting logic. by Ben Greear · 14 years ago
  12. 72a8011 ath5k: Add support for antenna configuration by Bruno Randolf · 14 years ago
  13. 14fb7c1 ath5k: make ath5k_update_bssid_mask_and_opmode() static by Luis R. Rodriguez · 14 years ago
  14. edb40a2 ath5k: Add channel time to survey data by Bruno Randolf · 14 years ago
  15. 9192f71 ath5k: Properly initialize ath_common->cc_lock. by Ben Greear · 14 years ago
  16. d84a35d ath5k: Move debugfs under ieee80211/[wiphy-name] by Ben Greear · 14 years ago
  17. 908ebfb ath5k: fix build break from "ath5k: Print out opmode in debugfs" by Joe Perches · 14 years ago
  18. 62c58fb ath5k: Adjust opmode when interfaces are removed. by Ben Greear · 14 years ago
  19. 4198a8d ath5k: Don't wake internal queues by Bruno Randolf · 14 years ago
  20. b72acdd ath5k: Print rx/tx bytes in debugfs by Ben Greear · 14 years ago
  21. b1ae1ed ath5k: Allow ath5k to support virtual STA and AP interfaces. by Ben Greear · 14 years ago
  22. 11f21df ath5k: Increase "fudge" for beacon timers by Bruno Randolf · 14 years ago
  23. 7f89612 ath5k: Check and fix ATIM window by Bruno Randolf · 14 years ago
  24. 29ad2fa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  25. e0b1cc5 ath5k: Add tx queue configuration function by Bruno Randolf · 14 years ago
  26. de8af45 ath5k: Simplify cw_min/max and AIFS configuration by Bruno Randolf · 14 years ago
  27. 2341329 ath5k: Keep last descriptor in queue by Bruno Randolf · 14 years ago
  28. 923e5b3 ath5k: Count how many times a queue got stuck by Bruno Randolf · 14 years ago
  29. 4edd761 ath5k: Add watchdog for stuck TX queues by Bruno Randolf · 14 years ago
  30. 1440401 ath5k: Move tx frame completion into separate function by Bruno Randolf · 14 years ago
  31. 651d937 ath5k: Fix TX queues stopping by Bruno Randolf · 14 years ago
  32. 925e0b0 ath5k: Use four hardware queues by Bruno Randolf · 14 years ago
  33. 8a63fac ath5k: reorder base.c to remove fwd decls by Bob Copeland · 14 years ago
  34. 781f313 ath5k: Use common crypt capabilities flags by Bruno Randolf · 14 years ago
  35. e0f8c2a ath5k: Use common ath key management functions by Bruno Randolf · 14 years ago
  36. d8e1ba7 ath5k: check return value of ieee80211_get_tx_rate by John W. Linville · 14 years ago
  37. df1c298 ath5k: re-order one of the frees on unwind by Dan Carpenter · 14 years ago
  38. 30bf416 ath5k: don't enable probe request rx for STAs by Bob Copeland · 14 years ago
  39. 4afd89d ath5k: remove all mention of monitor iftype by Bob Copeland · 14 years ago
  40. 23538c2 ath5k: remove monitor check in receive_frame_ok filter by Bob Copeland · 14 years ago
  41. a180a13 ath5k: clean up some comments by Bob Copeland · 14 years ago
  42. b612798 ath5k: remove own (wrong) IEEE80211_MAX_LEN by Nick Kossifidis · 14 years ago
  43. 418de6d ath5k: rename ath5k_hw_set_associd to _set_bssid by Nick Kossifidis · 14 years ago
  44. 97359d1 mac80211: use cipher suite selectors by Johannes Berg · 14 years ago
  45. 6ccf15a ath5k: disable ASPM L0s for all cards by Maxim Levitsky · 14 years ago
  46. b3f194e ath5k: clean up rxlink handling by Bruno Randolf · 14 years ago
  47. 450464d ath5k: disable tasklets during reset by Bob Copeland · 14 years ago
  48. 5faaff7 ath5k: move reset to mac80211 workqueue by Bob Copeland · 14 years ago
  49. a666819 ath5k: use direct function calls for descriptors when possible by Bruno Randolf · 14 years ago
  50. 02a78b4 ath5k: move checks and stats into new function by Bruno Randolf · 14 years ago
  51. 8a89f06 ath5k: split descriptor handling and frame receive by Bruno Randolf · 14 years ago
  52. b16062f ath5k: unify rx descriptor error handling by Bruno Randolf · 14 years ago
  53. 39d63f2 ath5k: reset more pointers after we free skbs by Bruno Randolf · 14 years ago
  54. 0452d4a ath5k: print more errors when decriptor setup fails by Bruno Randolf · 14 years ago
  55. beade63 ath5k: fix some comment typos by Bruno Randolf · 14 years ago
  56. 9e4e43f ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb() by Bruno Randolf · 14 years ago
  57. 8d67a03 ath5k: more debug prints for resets by Bruno Randolf · 14 years ago
  58. 9d88477 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  59. 6b5dccc ath5k: retain promiscuous setting by Bob Copeland · 14 years ago
  60. e307139 ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functions by Tobias Doerffel · 14 years ago
  61. 40ca22e ath5k: add sysfs files for ANI parameters by Bruno Randolf · 14 years ago
  62. 6673e2e ath5k: use ath5k_softc as driver data by Bruno Randolf · 14 years ago
  63. afe8628 ath5k: run NF calibration only every 60 seconds by Bruno Randolf · 14 years ago
  64. 0e8e02d ath5k: Stop queues only for NF calibration by Bruno Randolf · 14 years ago
  65. 9e04a7e ath5k: move noise floor calibration into tasklet by Bruno Randolf · 14 years ago
  66. ac55952 ath5k: initialize calibration timers by Bruno Randolf · 14 years ago
  67. 397f385 ath5k: wake queues on reset by Bruno Randolf · 14 years ago
  68. b5eae9f ath5k: consistently use rx_bufsize for RX DMA by Bruno Randolf · 14 years ago
  69. 6fe70aa 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
  70. 9637e51 ath5k: drop warning on jumbo frames by Luis R. Rodriguez · 14 years ago
  71. 8316324 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
  72. f5c044e mac80211: remove deprecated noise field from ieee80211_rx_status by John W. Linville · 14 years ago
  73. 54c7c91 ath5k: remove usage of deprecated noise value by John W. Linville · 14 years ago
  74. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 14 years ago
  75. 55ee82b ath5k: basic support for survey by Holger Schurig · 14 years ago
  76. 5c01d56 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
  77. 87d77c4 ath5k: treat RXORN as non-fatal by Bruno Randolf · 14 years ago
  78. 0edc9a6 ath5k: Use high bitrates for ACK/CTS by Bruno Randolf · 14 years ago
  79. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  80. a05988b ath5k: fix race condition in tx desc processing by Bob Copeland · 14 years ago
  81. 6b5d117 ath5k: clean up queue manipulation by Bob Copeland · 14 years ago
  82. 2111ac0 ath5k: Adaptive Noise Immunity (ANI) Implementation by Bruno Randolf · 14 years ago
  83. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  84. da35111 ath5k: update phy errors codes by Bruno Randolf · 14 years ago
  85. 495391d ath5k: simplify MIB counters by Bruno Randolf · 14 years ago
  86. b4ea449 ath5k: keep beacon RSSI average by Bruno Randolf · 14 years ago
  87. 6a8a3f6 ath5k: move ath5k_hw_calibration_poll to base.c by Bruno Randolf · 14 years ago
  88. e65e1d7 ath5k: remove the use of SWI interrupt by Bruno Randolf · 14 years ago
  89. 1063b17 ath5k: remove static calibration interval variable by Bruno Randolf · 14 years ago
  90. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  91. 7644395 ath5k: add debugfs file frameerrors by Bruno Randolf · 14 years ago
  92. ccfe555 ath5k: remove double opmode definition by Bruno Randolf · 14 years ago
  93. caec911 ath5k: preserve antenna settings by Bruno Randolf · 14 years ago
  94. 604eead ath5k: add antenna statistics and debugfs file for antenna settings by Bruno Randolf · 14 years ago
  95. 8127fbd ath5k: Fix TX/RX padding for all frames by Benoit Papillault · 15 years ago
  96. 626ede6 ath5k: remove stale function declarations, make some functions static by Pavel Roskin · 15 years ago
  97. f6f2230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  98. 2ac2927 ath5k: use correct packet type when transmitting by Bob Copeland · 15 years ago
  99. 3b21190 ath5k: remove get_tx_stats() mac80211 op by Kalle Valo · 15 years ago
  100. 10be7eb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago