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. 8c2b418 ath5k: Clean up turbo mode initvals/rfregs by Nick Kossifidis · 14 years ago
  4. acb091d ath5k: Cleanup turbo channel flags by Nick Kossifidis · 14 years ago
  5. 8aec7af ath5k: Support synth-only channel change for AR2413/AR5413 by Nick Kossifidis · 14 years ago
  6. 71ba1c3 ath5k: Always set IFS intervals on reset by Nick Kossifidis · 14 years ago
  7. eeb8832 ath5k: Set all IFS intervals, not just slot time by Nick Kossifidis · 14 years ago
  8. 61cde03 ath5k: Extend rate_duration by Nick Kossifidis · 14 years ago
  9. 3017fca ath5k: Extend get_default_sifs/slot_time by Nick Kossifidis · 14 years ago
  10. b405086 ath5k: Increase PHY settling parameters for turo mode by Nick Kossifidis · 14 years ago
  11. c297560 ath5k: Put core clock initialization on a new function by Nick Kossifidis · 14 years ago
  12. fa3d2fe ath5k: Add new field on ath5k_hw to track bandwidth modes by Nick Kossifidis · 14 years ago
  13. 14fae2d ath5k: Use new function to stop beacon queue by Nick Kossifidis · 14 years ago
  14. e8325ed ath5k: Check RXE when setting RXDP by Nick Kossifidis · 14 years ago
  15. d41174f ath5k: Add new function to stop rx/tx DMA by Nick Kossifidis · 14 years ago
  16. 9320b5c4 ath5k: Reset cleanup and generic cleanup by Nick Kossifidis · 14 years ago
  17. eef39be ath5k: Use generic EWMA library by Bruno Randolf · 14 years ago
  18. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  19. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  20. 9d119f3 ath5k: store the clock rate in common data on channel changes by Felix Fietkau · 14 years ago
  21. 7f89612 ath5k: Check and fix ATIM window by Bruno Randolf · 14 years ago
  22. 4a79f2c ath5k: Remove unused variable for atim window by Bruno Randolf · 14 years ago
  23. de8af45 ath5k: Simplify cw_min/max and AIFS configuration by Bruno Randolf · 14 years ago
  24. 4edd761 ath5k: Add watchdog for stuck TX queues by Bruno Randolf · 14 years ago
  25. 781f313 ath5k: Use common crypt capabilities flags by Bruno Randolf · 14 years ago
  26. d8878f8 ath5k: Remove old ath5k key handling functions by Bruno Randolf · 14 years ago
  27. b612798 ath5k: remove own (wrong) IEEE80211_MAX_LEN by Nick Kossifidis · 14 years ago
  28. 418de6d ath5k: rename ath5k_hw_set_associd to _set_bssid by Nick Kossifidis · 14 years ago
  29. a666819 ath5k: use direct function calls for descriptors when possible by Bruno Randolf · 14 years ago
  30. beade63 ath5k: fix some comment typos by Bruno Randolf · 14 years ago
  31. 0ca7402 ath5k: new function for setting the antenna switch table by Bruno Randolf · 14 years ago
  32. 40ca22e ath5k: add sysfs files for ANI parameters by Bruno Randolf · 14 years ago
  33. afe8628 ath5k: run NF calibration only every 60 seconds by Bruno Randolf · 14 years ago
  34. 9e04a7e ath5k: move noise floor calibration into tasklet by Bruno Randolf · 14 years ago
  35. 2111ac0 ath5k: Adaptive Noise Immunity (ANI) Implementation by Bruno Randolf · 14 years ago
  36. a8c944f ath5k: add capability flag for phyerror counters by Bruno Randolf · 14 years ago
  37. 495391d ath5k: simplify MIB counters by Bruno Randolf · 14 years ago
  38. b4ea449 ath5k: keep beacon RSSI average by Bruno Randolf · 14 years ago
  39. 6a8a3f6 ath5k: move ath5k_hw_calibration_poll to base.c by Bruno Randolf · 14 years ago
  40. a9167f9 ath5k: optimize ath5k_hw_calibration_poll by Bruno Randolf · 14 years ago
  41. e65e1d7 ath5k: remove the use of SWI interrupt by Bruno Randolf · 14 years ago
  42. 1063b17 ath5k: remove static calibration interval variable by Bruno Randolf · 14 years ago
  43. 200763b ath5k: remove unused beacon timer code by John W. Linville · 14 years ago
  44. e9f0838 ath5k: fixing retries in ath5k_hw_setup_4word_tx_desc by Andrew Blaich · 15 years ago
  45. 9191545 ath5k: remove ah_gpio_npins by Bruno Randolf · 14 years ago
  46. a71bceb ath5k: remove ah_mac_revision by Bruno Randolf · 14 years ago
  47. ff5d96c ath5k: remove ah_magic by Bruno Randolf · 14 years ago
  48. ccfe555 ath5k: remove double opmode definition by Bruno Randolf · 14 years ago
  49. 8127fbd ath5k: Fix TX/RX padding for all frames by Benoit Papillault · 15 years ago
  50. ec182d9 ath5k: move ath5k_hw_register_timeout() into reset.c by Pavel Roskin · 15 years ago
  51. a25d1e4 ath5k: remove useless "extern" from function declarations by Pavel Roskin · 15 years ago
  52. 626ede6 ath5k: remove stale function declarations, make some functions static by Pavel Roskin · 15 years ago
  53. 2ac2927 ath5k: use correct packet type when transmitting by Bob Copeland · 15 years ago
  54. a951ae2 ath5k: fix setup for CAB queue by Bob Copeland · 15 years ago
  55. 6e08d22 ath5k: Implement mac80211 callback set_coverage_class by Lukáš Turek · 15 years ago
  56. 3578e6e ath5k: Reimplement clock rate to usec conversion by Lukáš Turek · 15 years ago
  57. e5e2647 ath5k: use noise calibration from madwifi hal by Bob Copeland · 15 years ago
  58. be5d6b7 ath5k: simplify passed params to ath5k_hw_set_associd() by Luis R. Rodriguez · 15 years ago
  59. 13b8155 atheros: define shared bssidmask setting by Luis R. Rodriguez · 15 years ago
  60. e5aa847 ath5k: define ath_common ops by Luis R. Rodriguez · 15 years ago
  61. 9adca12 ath5k: allocate ath5k_hw prior to initializing hw by Luis R. Rodriguez · 15 years ago
  62. db71971 ath5k: move ath_common to ath5k_hw by Luis R. Rodriguez · 15 years ago
  63. 954fece ath5k: use common curbssid, bssidmask and macaddr by Luis R. Rodriguez · 15 years ago
  64. bcd8f54 atheros: use get_unaligned_le*() for bssid mask setting by Luis R. Rodriguez · 15 years ago
  65. 97a81f5 ath5k: don't use PCI ID to find the chip revision by Pavel Roskin · 15 years ago
  66. ca5efbe ath5k: clarify srev comparison for CCMP check by Bob Copeland · 15 years ago
  67. 1c81874 ath5k: add hardware CCMP encyption support by Bob Copeland · 15 years ago
  68. 608b88c ath: move regulatory info into shared common structure by Luis R. Rodriguez · 15 years ago
  69. 6e220662 ath5k: Use SWI to trigger calibration by Nick Kossifidis · 15 years ago
  70. edd7fc7 ath5k: Wakeup fixes by Nick Kossifidis · 15 years ago
  71. 46026e8 ath5k: cleanup ath5k_hw struct by Bob Copeland · 15 years ago
  72. a6ae071 ath5k: minor rfkill cleanup by Bob Copeland · 15 years ago
  73. e6a3b61 ath5k: added cfg80211 based rfkill support by Tobias Doerffel · 15 years ago
  74. 57e6c56 ath5k: Add Spur filter support on newer chips by Nick Kossifidis · 15 years ago
  75. 2bed03e ath5k: Implement antenna control by Nick Kossifidis · 15 years ago
  76. a082381 ath5k: Allow user/driver to set txpower by Nick Kossifidis · 15 years ago
  77. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 15 years ago[Renamed (99%) from drivers/net/wireless/ath5k/ath5k.h]
  78. f769c36 ath5k: use regulatory infrastructure by Bob Copeland · 15 years ago
  79. 8f655dd ath5k: Add tx power calibration support by Nick Kossifidis · 15 years ago
  80. 0ed4548 ath5k: extract LED code into a separate file by Bob Copeland · 15 years ago
  81. e8f055f ath5k: Update reset code by Nick Kossifidis · 16 years ago
  82. 8892e4e ath5k: Update RF Buffer handling by Nick Kossifidis · 16 years ago
  83. 6f3b414 ath5k: Update gain_F calibration code and add documentation by Nick Kossifidis · 16 years ago
  84. 8cab758 ath5k: Read and write the TSF via debugfs by Alina Friedrichsen · 16 years ago
  85. fd6effc ath5k: correct packet length in tx descriptors by Bob Copeland · 16 years ago
  86. f650470 ath5k: enable combined michael mic in key cache by Bob Copeland · 16 years ago
  87. 1048643 ath5k: Clean up eeprom parsing and add missing calibration data by Felix Fietkau · 16 years ago
  88. f07a6c4 ath5k: Update PCU code by Nick Kossifidis · 16 years ago
  89. 4c674c6 ath5k: Update interrupt masking code by Nick Kossifidis · 16 years ago
  90. 2f7fe87 ath5k: implement multi-rate retry support, fix tx status reporting by Felix Fietkau · 16 years ago
  91. 1bef016 ath5k: Update registers and SREV ids v2 by Nick Kossifidis · 16 years ago
  92. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  93. c6e387a ath5k: HW code cleanup by Nick Kossifidis · 16 years ago
  94. 63266a6 ath5k: rates cleanup by Bruno Randolf · 16 years ago
  95. e5a4ad0 ath5k: Misc hw_attach fixes by Nick Kossifidis · 16 years ago
  96. 194828a ath5k: Misc fixes/cleanups by Nick Kossifidis · 16 years ago
  97. 136bfc7 ath5k: Add RF2425 initvals by Nick Kossifidis · 16 years ago
  98. b47f407 ath5k: move rx and tx status structures out of hardware descriptor by Bruno Randolf · 17 years ago
  99. 19fd6e5 ath5k: struct ath5k_desc cleanups by Bruno Randolf · 17 years ago
  100. 56c9054 ath5k: Fixes for PCI-E cards by Nick Kossifidis · 17 years ago