1. e245292 ath5k: fix uninitialized var warning for txf2txs by John W. Linville · 14 years ago
  2. 3a9ddde ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312 by Felix Fietkau · 14 years ago
  3. 32377b6 ath5k: fix the EEPROM check for hw AES crypto support by Felix Fietkau · 14 years ago
  4. fa9bfd6 ath5k: add a new bus op for reading the mac address by Felix Fietkau · 14 years ago
  5. 0cb9e06 ath: unshare struct ath_bus_ops between ath5k and ath9k by Felix Fietkau · 14 years ago
  6. 7f94f05 ath5k: disable 5 GHz support if a 2.4 GHz radio is detected by Felix Fietkau · 14 years ago
  7. 8962d87 ath5k: improve comments for optimized tx descriptor setup by John W. Linville · 14 years ago
  8. c266c71 ath5k: reduce interrupt load caused by rx/tx interrupts by Felix Fietkau · 14 years ago
  9. 5b7916a ath5k: clean up debugfs code by Felix Fietkau · 14 years ago
  10. ed89508 ath5k: remove ts_retry from ath5k_tx_status by Felix Fietkau · 14 years ago
  11. b2fd97d ath5k: optimize rx status processing by Felix Fietkau · 14 years ago
  12. b161b89 ath5k: optimize tx status processing by Felix Fietkau · 14 years ago
  13. fe12081 ath5k: remove ts_rate from ath5k_tx_status by Felix Fietkau · 14 years ago
  14. c5e0a88 ath5k: optimize tx descriptor setup by Felix Fietkau · 14 years ago
  15. b1ad1b6 ath5k: fix slot time handling by Felix Fietkau · 14 years ago
  16. 488a501 ath5k: fix SIFS time handling by Felix Fietkau · 14 years ago
  17. a27049e ath5k: fix short preamble rate duration value by Felix Fietkau · 14 years ago
  18. 6d7b97b ath5k: fix tx status reporting issues by Felix Fietkau · 14 years ago
  19. a065784 ath5k: improve pcal error handling for ENOMEM case by John W. Linville · 14 years ago
  20. 81266ba ath5k: implement ieee80211_ops->{get,set}_ringparam by John W. Linville · 14 years ago
  21. 23ffaa8 ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] range by John W. Linville · 14 years ago
  22. 9ac4793 wireless:ath: use resource_size() help function by Shan Wei · 14 years ago
  23. e4b0b32 ath5k: Put hardware in PROMISC mode if there is more than 1 stations. by Ben Greear · 14 years ago
  24. 7bb4568 mac80211: make tx() operation return void by Johannes Berg · 14 years ago
  25. 6ebacbb mac80211: rename RX_FLAG_TSFT by Johannes Berg · 14 years ago
  26. d985255 ath5k: Enable AR2315 chipset recognition by Wojciech Dubowik · 14 years ago
  27. b67afe7 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  28. 1287337 ath5k: move external function definitions to a header file by Bob Copeland · 14 years ago
  29. 28bec7b ath5k: Correct channel setting for AR2317 chip by Nikolay Ledovskikh · 14 years ago
  30. c210de8 ath5k: Fix fast channel switching by Nick Kossifidis · 15 years ago
  31. 3e11210d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  32. 76a9f6f ath5k: Fix short and long retry configuration by Bruno Randolf · 15 years ago
  33. 53e3b6e ath5k: remove debug_dump_skb() functions by Bob Copeland · 15 years ago
  34. 0e47225 ath5k: use tracing for packet tx/rx dump by Bob Copeland · 15 years ago
  35. ead3dcf ath5k: Enable 802.11j 4.9GHz frequencies by Bruno Randolf · 15 years ago
  36. 20a9049 ath5k: Use local variable for capabilities by Bruno Randolf · 15 years ago
  37. c9234a6 ath5k: correct endianness of frame duration by Bob Copeland · 15 years ago
  38. 15411c2 ath5k: fix error handling in ath5k_hw_dma_stop by Bob Copeland · 15 years ago
  39. 97d9c3a ath5k: ath5k_setup_channels cleanup and whitespace by Bruno Randolf · 15 years ago
  40. 2b1351a ath5k: Simplify loop when setting up channels by Bruno Randolf · 15 years ago
  41. 930a762 ath5k: Remove redundant sc->curband by Bruno Randolf · 15 years ago
  42. 4b3721c ath5k: Remove unused sc->curmode by Bruno Randolf · 15 years ago
  43. 75f9569 ath5: Remove unused CTL definitions by Bruno Randolf · 15 years ago
  44. 410e612 ath5k: Add 802.11j 4.9GHz channels to allowed channels by Bruno Randolf · 15 years ago
  45. 0810569 ath5k: Rename ath5k_copy_channels by Bruno Randolf · 15 years ago
  46. 90c02d7 ath5k: Use mac80211 channel mapping function by Bruno Randolf · 15 years ago
  47. fda9b7a ath5k: Fix return codes for eeprom read functions. by Wojciech Dubowik · 15 years ago
  48. 599b13a ath5k: fix locking in tx_complete_poll_work by Bob Copeland · 15 years ago
  49. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  50. 18cb6e3 ath5k: qualify global modparam_nohwcrypt variable by John W. Linville · 15 years ago
  51. a8851d1 ath5k: ath5k_eeprom_mode_from_channel() returns signed by Dan Carpenter · 15 years ago
  52. bb00755 ath5k: fix cycle counter inconsistent locking by Bob Copeland · 15 years ago
  53. cd2c548 ath5k: Move mac80211 functions into new file by Bruno Randolf · 15 years ago
  54. 0207c0c ath5k: Use helper function to get eeprom mode from channel by Bruno Randolf · 15 years ago
  55. 26a51ad ath5k: Remove ATH5K_INI_RFGAIN defines, use band instead by Bruno Randolf · 15 years ago
  56. 51f0062 ath5k: Track current TX power separately from max TX power by Bruno Randolf · 15 years ago
  57. 56bd29d ath5k: Separate powertable setup and writing by Bruno Randolf · 15 years ago
  58. 26c7fc4 ath5k: Simplify powertable recalculation by Bruno Randolf · 15 years ago
  59. e98b06b ath5k: Use pci_is_pcie() by Hauke Mehrtens · 15 years ago
  60. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  61. 3de135d ath5k: Set available antenna information for cfg80211 by Bruno Randolf · 15 years ago
  62. f15a4bb ath5k: Fix survey by Bruno Randolf · 15 years ago
  63. b7ee1d0 ath5k: Fix modinfo does not list alias -> pci-id lines by Sedat Dilek · 15 years ago
  64. 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
  65. b93996c ath5k: Put the right tsf value in mesh beacons by Javier Cardona · 15 years ago
  66. c26d533 ath5k: Prevent mesh interfaces from being counted as ad-hoc by Javier Cardona · 15 years ago
  67. d82b577 ath5k: Fix beaconing in mesh mode by Javier Cardona · 15 years ago
  68. 22d8d9f ath5k: Use capabilities information for the number of TX queues by Bruno Randolf · 15 years ago
  69. b7555ec ath5k: remove MODULE_VERSION by John W. Linville · 15 years ago
  70. 226afe6 ath: Convert ath_print to ath_dbg by Joe Perches · 15 years ago
  71. b9e61f1 ath5k: Include tx ack reporting on hw flags by Nick Kossifidis · 15 years ago
  72. f0e134a ath5k: Fix reporting of RX dma stop failure by Nick Kossifidis · 15 years ago
  73. 344b54b ath5k: Disable ANI during reset by Nick Kossifidis · 15 years ago
  74. 19252ec ath5k: Always free tx buffers before reset by Nick Kossifidis · 15 years ago
  75. d84938c ath5k: Always write tx powertable on hw by Nick Kossifidis · 15 years ago
  76. 5dcc03f ath5k: Use EWMA factor of 1024 instead of 1000 by Bruno Randolf · 15 years ago
  77. 4cebb34 ath5k: Fix reset and interrupts for AHB type of devices. by Felix Fietkau · 15 years ago
  78. a0b907e ath5k: Add AHB bus support. by Felix Fietkau · 15 years ago
  79. c31b5c9 ath5k: Add initial registers values for radio RF2317 chip. by Felix Fietkau · 15 years ago
  80. e7aecd3 ath5k: Add a function to read chipset's MAC revision by Felix Fietkau · 15 years ago
  81. 8efa5d7 ath5k: Check if pci pdev struct is initialized in common functions. by Felix Fietkau · 15 years ago
  82. 4aa5d78 ath5k: Use generic eeprom read from common ath_bus_opts struct. by Felix Fietkau · 15 years ago
  83. e5b046d ath5k: Move PCI bus functions to separate file. by Felix Fietkau · 15 years ago
  84. 132b1c3 ath5k: Introduce ath5k_init_softc function as in ath9k by Felix Fietkau · 15 years ago
  85. aeae4ac ath5k: Use Generic DMA for later support of AHB bus. by Felix Fietkau · 15 years ago
  86. 4352fab ath5k: Set turbo bit on rf bank 2 by Nick Kossifidis · 15 years ago
  87. 8c2b418a ath5k: Clean up turbo mode initvals/rfregs by Nick Kossifidis · 15 years ago
  88. acb091d ath5k: Cleanup turbo channel flags by Nick Kossifidis · 15 years ago
  89. 73a06a6 ath5k: Use correct clock when setting ofdm timings by Nick Kossifidis · 15 years ago
  90. 3bb1765 ath5k: Skip tx power setting on AR5210 for now by Nick Kossifidis · 15 years ago
  91. b02f5d1 ath5k: Tweak phy activate to rx start delay based on bwmode by Nick Kossifidis · 15 years ago
  92. c2b0ebe ath5k: No need to save/restore staid flags on reset by Nick Kossifidis · 15 years ago
  93. 8aec7af ath5k: Support synth-only channel change for AR2413/AR5413 by Nick Kossifidis · 15 years ago
  94. 4c57581 ath5k: Skip powertable setting when we are on the same channel by Nick Kossifidis · 15 years ago
  95. f08fbf6 ath5k: Update PLL programming for turbo/half/quarter by Nick Kossifidis · 15 years ago
  96. a2677fe ath5k: Update spur mitigation filter for turbo/half/quarter by Nick Kossifidis · 15 years ago
  97. b2b4c69 ath5k: Tweak power detector delays on RF5111/RF5112 by Nick Kossifidis · 15 years ago
  98. 71ba1c3 ath5k: Always set IFS intervals on reset by Nick Kossifidis · 15 years ago
  99. 473cae2 ath5k: Use turbo flag on DCU by Nick Kossifidis · 15 years ago
  100. eeb8832 ath5k: Set all IFS intervals, not just slot time by Nick Kossifidis · 15 years ago