1. 2f7fe87 ath5k: implement multi-rate retry support, fix tx status reporting by Felix Fietkau · 18 years ago
  2. 76708de mac80211: free up 2 bytes in skb->cb by Felix Fietkau · 18 years ago
  3. 0d5f031 ath5k: Add support for AR2417 v2 by Nick Kossifidis · 18 years ago
  4. 75d0edb ath5k: Fix SREV reporting after SREV updates by Nick Kossifidis · 18 years ago
  5. 509a106 ath5k: Use QUIET mechanism on tx dma stop by Nick Kossifidis · 18 years ago
  6. ee81c55 ath5k: Use new srevs to properly attach radio chips by Nick Kossifidis · 18 years ago
  7. 1bef016 ath5k: Update registers and SREV ids v2 by Nick Kossifidis · 18 years ago
  8. 14be994 ath5k: write beacon control register twice when resetting tsf by Bob Copeland · 18 years ago
  9. 84e463f ath5k: Fix bad udelay calls on AR5210 code by Nick Kossifidis · 18 years ago
  10. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 18 years ago
  11. f59ac04 cfg80211: keep track of supported interface modes by Luis R. Rodriguez · 18 years ago
  12. c6e387a ath5k: HW code cleanup by Nick Kossifidis · 18 years ago
  13. b171e19 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  14. 67d2e2d Ath5k: fix bintval setup by Jiri Slaby · 18 years ago
  15. 0048297 Ath5k: lock beacons by Jiri Slaby · 18 years ago
  16. 0630335 ath5k: set short preamble flag for rx by Bruno Randolf · 18 years ago
  17. 798ee98 ath5k: explicitly check skb->len by Harvey Harrison · 18 years ago
  18. 63266a6 ath5k: rates cleanup by Bruno Randolf · 18 years ago
  19. d7dc100 Ath5k: unify resets by Jiri Slaby · 18 years ago
  20. 8e5f3d0 ath5k: add Mesh Point support by Andrey Yurovsky · 18 years ago
  21. 3eb75aa removed unused #include <version.h> by Huang Weiyi · 18 years ago
  22. 37465c8 ath5k: Don't fiddle with MSI on suspend/resume. by Michael Karcher · 18 years ago
  23. b1a5215 ath5k: remove Atheros 11n devices from supported list by Luis R. Rodriguez · 18 years ago
  24. 8de394f ath5k: remove obsolete declaration of struct ieee80211_hw_mode by Helmut Schaa · 18 years ago
  25. dc1968e Ath5k: mask out unneeded interrupts by Jiri Slaby · 18 years ago
  26. f860ee2 ath5k: Update phy calibration functions by Nick Kossifidis · 18 years ago
  27. cc6323c ath5k: Update channel functions by Nick Kossifidis · 18 years ago
  28. 27bcdee ath5k: Add RF2425 initial rfgain values by Nick Kossifidis · 18 years ago
  29. df75dcd ath5k: Reorder calibration calls during reset and update hw_set_power by Nick Kossifidis · 18 years ago
  30. e2a0cce ath5k: Do ADC test during reset by Nick Kossifidis · 18 years ago
  31. 2203d6b ath5k: Misc hw_reset updates by Nick Kossifidis · 18 years ago
  32. e5a4ad0 ath5k: Misc hw_attach fixes by Nick Kossifidis · 18 years ago
  33. ba37746 ath5k: Restore saved initval after POST by Nick Kossifidis · 18 years ago
  34. 0bacdf3 ath5k: Update register list by Nick Kossifidis · 18 years ago
  35. d0f0980 mac80211: partially fix skb->cb use by Johannes Berg · 18 years ago
  36. 256b152 ath5k: don't enable MSI, we cannot handle it yet by Pavel Roskin · 18 years ago
  37. bc05116 ath5k: fix recursive locking in ath5k_beacon_update by Bob Copeland · 18 years ago
  38. 734b5aa ath5k: use positive logic for HP laptop LEDs by Bob Copeland · 18 years ago
  39. 3e4242b Ath5k: suspend/resume fixes by Jiri Slaby · 18 years ago
  40. e86600c Ath5k: fix dma operation by Jiri Slaby · 18 years ago
  41. 274c7c3 Ath5k: flush work by Jiri Slaby · 18 years ago
  42. 10488f8 Ath5k: kill tasklets on shutdown by Jiri Slaby · 18 years ago
  43. 3a0f2c8 Ath5k: fix memory corruption by Jiri Slaby · 18 years ago
  44. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 18 years ago
  45. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 18 years ago
  46. d195a2c ath5k: remove now unused variable declared in ath5k_tx by John W. Linville · 18 years ago
  47. e292c73 wireless: Small cleanups by Pavel Machek · 18 years ago
  48. 3a07887 ath5k: convert LED code to use mac80211 triggers by Bob Copeland · 18 years ago
  49. 24b56e7 ath5k: use frame control helpers by Harvey Harrison · 18 years ago
  50. a888d52 ath5k: use IEEE80211_SKB_CB by Johannes Berg · 18 years ago
  51. e253008 mac80211: use multi-queue master netdevice by Johannes Berg · 18 years ago
  52. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 18 years ago
  53. 2e92e6f mac80211: use rate index in TX control by Johannes Berg · 18 years ago
  54. 36d6825 mac80211: let drivers wake but not start queues by Johannes Berg · 18 years ago
  55. d6894b5 ath5k: Fix loop variable initializations by Bob Copeland · 18 years ago
  56. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 18 years ago
  57. 57ffc58 mac80211: clean up get_tx_stats callback by Johannes Berg · 18 years ago
  58. 1c01442 mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf by Ivo van Doorn · 18 years ago
  59. 533dd1b wireless: use get/put_unaligned_* helpers by Harvey Harrison · 18 years ago
  60. d1d8f44 ath5k: Fix radio identification on AR5424/2424 by Nick Kossifidis · 18 years ago
  61. 194828a ath5k: Misc fixes/cleanups by Nick Kossifidis · 18 years ago
  62. 136bfc7 ath5k: Add RF2425 initvals by Nick Kossifidis · 18 years ago
  63. 06501d2 wireless: fix various printk warnings on ia64 (and others) by John W. Linville · 18 years ago
  64. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  65. e9010e2 drivers/net/wireless/ath5k - convert == (true|false) to simple logical tests by Joe Perches · 18 years ago
  66. f50e4a8 ath5k: disable irq handling in ath5k_hw_detach() by Pavel Roskin · 18 years ago
  67. f868f4e wireless: correct warnings from using '%llx' for type 'u64' by John W. Linville · 18 years ago
  68. 6ba81c2 ath5k: work around wrong beacon rx timestamp in IBSS mode by Bruno Randolf · 18 years ago
  69. e14296c ath5k: add notes about rx timestamp by Bruno Randolf · 18 years ago
  70. b47f407 ath5k: move rx and tx status structures out of hardware descriptor by Bruno Randolf · 18 years ago
  71. 19fd6e5 ath5k: struct ath5k_desc cleanups by Bruno Randolf · 18 years ago
  72. bb0c9dc ath5k: Add 2413 to srev_names so that it shows up during module load by Nick Kossifidis · 18 years ago
  73. c87cdfd ath5k: Make some changes to follow register dumps. by Nick Kossifidis · 18 years ago
  74. 56c9054 ath5k: Fixes for PCI-E cards by Nick Kossifidis · 18 years ago
  75. 74693a7 ath5k: Remove RF5413 from rf gain optimization functions by Nick Kossifidis · 18 years ago
  76. 903b474 ath5k: more RF2413 stuff by Nick Kossifidis · 18 years ago
  77. 0af2256 ath5k: Identify RF2413 and deal with PHY_SPENDING by Nick Kossifidis · 18 years ago
  78. f714dd6 ath5k: Add RF2413 initial settings by Nick Kossifidis · 18 years ago
  79. 8daeef9 ath5k: Add RF2413 srev values by Nick Kossifidis · 18 years ago
  80. 38c07b4 ath5k: fix all endian issues reported by sparse by Pavel Roskin · 18 years ago
  81. 6cd74e3 WDEV: ath5k, typecheck on nonDEBUG by Jiri Slaby · 18 years ago
  82. e71c9fa ath5k/phy.c: fix negative array index by Luis R. Rodriguez · 18 years ago
  83. 6844e63 ath5k: Use software encryption for now by Luis R. Rodriguez · 18 years ago
  84. b446197 ath5k: Port debug.c over to the new band API and enable as build option by Luis R. Rodriguez · 18 years ago
  85. e9ddc0f ath5k: Use our own Kconfig file, we'll be expanding this shortly by Luis R. Rodriguez · 18 years ago
  86. a3f4b91 ath5k: ath5k_copy_channels() was not setting the channel band by Luis R. Rodriguez · 18 years ago
  87. 400ec45 ath5k: Cleanup after API changes by Luis R. Rodriguez · 18 years ago
  88. d8ee398 ath5k: Port to new bitrate/channel API by Luis R. Rodriguez · 18 years ago
  89. 04f93a8 ath5k: Fix build warnings on some 64-bit platforms. by David Miller · 18 years ago
  90. b988763 WDEV, ath5k, don't return int from bool function by Jiri Slaby · 18 years ago
  91. 65872e6 WDEV: ath5k, fix lock imbalance by Jiri Slaby · 18 years ago
  92. 281c56d ath5k: correct padding in tx descriptors by Bruno Randolf · 18 years ago
  93. 04a9e45 ath5k: fix section mismatch warning by John W. Linville · 18 years ago
  94. be9b725 ath5k: debug level improvements by Bruno Randolf · 18 years ago
  95. c0e1899 ath5k: always extend rx timestamp with tsf by Bruno Randolf · 18 years ago
  96. 6d91e1d ath5k: configure backoff for IBSS beacon queue by Bruno Randolf · 18 years ago
  97. 036cd1e ath5k: use SWBA to detect IBSS HW merges by Bruno Randolf · 18 years ago
  98. 9804b98 ath5k: better beacon timer calculation by Bruno Randolf · 18 years ago
  99. e535c1a ath5k: beacon interval is in TU by Bruno Randolf · 18 years ago
  100. 1008e0f ath5k: use 3 instead of 0x00000003 by Bruno Randolf · 18 years ago