1. fabba04 ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappers by Pavel Roskin · 14 years ago
  2. e0d687b ath5k: merge ath5k_hw and ath5k_softc by Pavel Roskin · 14 years ago
  3. 6340211 ath5k: disable 32KHz sleep clock operation by default by Felix Fietkau · 14 years ago
  4. 6a2a0e7 ath5k: fix typos, bad comment formatting and GHz in place of MHz by Pavel Roskin · 14 years ago
  5. e4bbf2f ath5k: fix formatting errors found by checkpatch.pl by Pavel Roskin · 14 years ago
  6. d2c7f77 ath5k: fix misplaced or extraneous braces found by checkpatch.pl by Pavel Roskin · 14 years ago
  7. ef82763 ath5k: use KERN_WARNING in ATH5K_PRINTF by Pavel Roskin · 14 years ago
  8. fdd55d1 ath5k: remove unneeded parentheses after return by Pavel Roskin · 14 years ago
  9. 0a5d381 ath5k: replace spaces with tabs as suggested by checkpatch.pl by Pavel Roskin · 14 years ago
  10. f5cbc8b ath5k: minor cleanup by Pavel Roskin · 14 years ago
  11. fa9bfd6 ath5k: add a new bus op for reading the mac address by Felix Fietkau · 14 years ago
  12. 0cb9e06 ath: unshare struct ath_bus_ops between ath5k and ath9k by Felix Fietkau · 14 years ago
  13. c266c71 ath5k: reduce interrupt load caused by rx/tx interrupts by Felix Fietkau · 14 years ago
  14. ed89508 ath5k: remove ts_retry from ath5k_tx_status by Felix Fietkau · 14 years ago
  15. fe12081 ath5k: remove ts_rate from ath5k_tx_status by Felix Fietkau · 14 years ago
  16. b1ad1b6 ath5k: fix slot time handling by Felix Fietkau · 14 years ago
  17. 488a501 ath5k: fix SIFS time handling by Felix Fietkau · 14 years ago
  18. a27049e ath5k: fix short preamble rate duration value by Felix Fietkau · 14 years ago
  19. 23ffaa8 ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] range by John W. Linville · 14 years ago
  20. 7bb4568 mac80211: make tx() operation return void by Johannes Berg · 14 years ago
  21. 1287337 ath5k: move external function definitions to a header file by Bob Copeland · 14 years ago
  22. 76a9f6f ath5k: Fix short and long retry configuration by Bruno Randolf · 15 years ago
  23. 0207c0c ath5k: Use helper function to get eeprom mode from channel by Bruno Randolf · 15 years ago
  24. 26a51ad ath5k: Remove ATH5K_INI_RFGAIN defines, use band instead by Bruno Randolf · 15 years ago
  25. 51f0062 ath5k: Track current TX power separately from max TX power by Bruno Randolf · 15 years ago
  26. 26c7fc4 ath5k: Simplify powertable recalculation by Bruno Randolf · 15 years ago
  27. a0b907e ath5k: Add AHB bus support. by Felix Fietkau · 15 years ago
  28. e7aecd3 ath5k: Add a function to read chipset's MAC revision by Felix Fietkau · 15 years ago
  29. 4aa5d78 ath5k: Use generic eeprom read from common ath_bus_opts struct. by Felix Fietkau · 15 years ago
  30. e5b046d ath5k: Move PCI bus functions to separate file. by Felix Fietkau · 15 years ago
  31. 132b1c3 ath5k: Introduce ath5k_init_softc function as in ath9k by Felix Fietkau · 15 years ago
  32. 8c2b418 ath5k: Clean up turbo mode initvals/rfregs by Nick Kossifidis · 15 years ago
  33. acb091d ath5k: Cleanup turbo channel flags by Nick Kossifidis · 15 years ago
  34. 8aec7af ath5k: Support synth-only channel change for AR2413/AR5413 by Nick Kossifidis · 15 years ago
  35. 71ba1c3 ath5k: Always set IFS intervals on reset by Nick Kossifidis · 15 years ago
  36. eeb8832 ath5k: Set all IFS intervals, not just slot time by Nick Kossifidis · 15 years ago
  37. 61cde03 ath5k: Extend rate_duration by Nick Kossifidis · 15 years ago
  38. 3017fca ath5k: Extend get_default_sifs/slot_time by Nick Kossifidis · 15 years ago
  39. b405086 ath5k: Increase PHY settling parameters for turo mode by Nick Kossifidis · 15 years ago
  40. c297560 ath5k: Put core clock initialization on a new function by Nick Kossifidis · 15 years ago
  41. fa3d2fe ath5k: Add new field on ath5k_hw to track bandwidth modes by Nick Kossifidis · 15 years ago
  42. 14fae2d ath5k: Use new function to stop beacon queue by Nick Kossifidis · 15 years ago
  43. e8325ed ath5k: Check RXE when setting RXDP by Nick Kossifidis · 15 years ago
  44. d41174f ath5k: Add new function to stop rx/tx DMA by Nick Kossifidis · 15 years ago
  45. 9320b5c ath5k: Reset cleanup and generic cleanup by Nick Kossifidis · 15 years ago
  46. eef39be ath5k: Use generic EWMA library by Bruno Randolf · 15 years ago
  47. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  48. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 15 years ago
  49. 9d119f3 ath5k: store the clock rate in common data on channel changes by Felix Fietkau · 15 years ago
  50. 7f89612 ath5k: Check and fix ATIM window by Bruno Randolf · 15 years ago
  51. 4a79f2c ath5k: Remove unused variable for atim window by Bruno Randolf · 15 years ago
  52. de8af45 ath5k: Simplify cw_min/max and AIFS configuration by Bruno Randolf · 15 years ago
  53. 4edd761 ath5k: Add watchdog for stuck TX queues by Bruno Randolf · 15 years ago
  54. 781f313 ath5k: Use common crypt capabilities flags by Bruno Randolf · 15 years ago
  55. d8878f8 ath5k: Remove old ath5k key handling functions by Bruno Randolf · 15 years ago
  56. b612798 ath5k: remove own (wrong) IEEE80211_MAX_LEN by Nick Kossifidis · 15 years ago
  57. 418de6d ath5k: rename ath5k_hw_set_associd to _set_bssid by Nick Kossifidis · 15 years ago
  58. a666819 ath5k: use direct function calls for descriptors when possible by Bruno Randolf · 15 years ago
  59. beade63 ath5k: fix some comment typos by Bruno Randolf · 15 years ago
  60. 0ca7402 ath5k: new function for setting the antenna switch table by Bruno Randolf · 15 years ago
  61. 40ca22e ath5k: add sysfs files for ANI parameters by Bruno Randolf · 15 years ago
  62. afe8628 ath5k: run NF calibration only every 60 seconds by Bruno Randolf · 15 years ago
  63. 9e04a7e ath5k: move noise floor calibration into tasklet by Bruno Randolf · 15 years ago
  64. 2111ac0 ath5k: Adaptive Noise Immunity (ANI) Implementation by Bruno Randolf · 15 years ago
  65. a8c944f ath5k: add capability flag for phyerror counters by Bruno Randolf · 15 years ago
  66. 495391d ath5k: simplify MIB counters by Bruno Randolf · 15 years ago
  67. b4ea449 ath5k: keep beacon RSSI average by Bruno Randolf · 15 years ago
  68. 6a8a3f6 ath5k: move ath5k_hw_calibration_poll to base.c by Bruno Randolf · 15 years ago
  69. a9167f9 ath5k: optimize ath5k_hw_calibration_poll by Bruno Randolf · 15 years ago
  70. e65e1d7 ath5k: remove the use of SWI interrupt by Bruno Randolf · 15 years ago
  71. 1063b17 ath5k: remove static calibration interval variable by Bruno Randolf · 15 years ago
  72. 200763b ath5k: remove unused beacon timer code by John W. Linville · 15 years ago
  73. e9f0838 ath5k: fixing retries in ath5k_hw_setup_4word_tx_desc by Andrew Blaich · 15 years ago
  74. 9191545 ath5k: remove ah_gpio_npins by Bruno Randolf · 15 years ago
  75. a71bceb ath5k: remove ah_mac_revision by Bruno Randolf · 15 years ago
  76. ff5d96c ath5k: remove ah_magic by Bruno Randolf · 15 years ago
  77. ccfe555 ath5k: remove double opmode definition by Bruno Randolf · 15 years ago
  78. 8127fbd ath5k: Fix TX/RX padding for all frames by Benoit Papillault · 15 years ago
  79. ec182d9 ath5k: move ath5k_hw_register_timeout() into reset.c by Pavel Roskin · 15 years ago
  80. a25d1e4 ath5k: remove useless "extern" from function declarations by Pavel Roskin · 15 years ago
  81. 626ede6 ath5k: remove stale function declarations, make some functions static by Pavel Roskin · 15 years ago
  82. 2ac2927 ath5k: use correct packet type when transmitting by Bob Copeland · 16 years ago
  83. a951ae2 ath5k: fix setup for CAB queue by Bob Copeland · 16 years ago
  84. 6e08d22 ath5k: Implement mac80211 callback set_coverage_class by Lukáš Turek · 16 years ago
  85. 3578e6e ath5k: Reimplement clock rate to usec conversion by Lukáš Turek · 16 years ago
  86. e5e2647 ath5k: use noise calibration from madwifi hal by Bob Copeland · 16 years ago
  87. be5d6b7 ath5k: simplify passed params to ath5k_hw_set_associd() by Luis R. Rodriguez · 16 years ago
  88. 13b8155 atheros: define shared bssidmask setting by Luis R. Rodriguez · 16 years ago
  89. e5aa847 ath5k: define ath_common ops by Luis R. Rodriguez · 16 years ago
  90. 9adca12 ath5k: allocate ath5k_hw prior to initializing hw by Luis R. Rodriguez · 16 years ago
  91. db71971 ath5k: move ath_common to ath5k_hw by Luis R. Rodriguez · 16 years ago
  92. 954fece ath5k: use common curbssid, bssidmask and macaddr by Luis R. Rodriguez · 16 years ago
  93. bcd8f54 atheros: use get_unaligned_le*() for bssid mask setting by Luis R. Rodriguez · 16 years ago
  94. 97a81f5 ath5k: don't use PCI ID to find the chip revision by Pavel Roskin · 16 years ago
  95. ca5efbe ath5k: clarify srev comparison for CCMP check by Bob Copeland · 16 years ago
  96. 1c81874 ath5k: add hardware CCMP encyption support by Bob Copeland · 16 years ago
  97. 608b88c ath: move regulatory info into shared common structure by Luis R. Rodriguez · 16 years ago
  98. 6e22066 ath5k: Use SWI to trigger calibration by Nick Kossifidis · 16 years ago
  99. edd7fc7 ath5k: Wakeup fixes by Nick Kossifidis · 16 years ago
  100. 46026e8 ath5k: cleanup ath5k_hw struct by Bob Copeland · 16 years ago