1. 71ef99c ath5k: fix return values from ath5k_tx by Bob Copeland · 16 years ago
  2. fd6effc ath5k: correct packet length in tx descriptors by Bob Copeland · 16 years ago
  3. 0fe45b1 ath5k: fix 802.11 header padding on RX, unpadding on TX by Benoit PAPILLAULT · 16 years ago
  4. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  5. 0e149cf ath5k: set mac address in add_interface by Bob Copeland · 16 years ago
  6. 9764f3f ath5k: name pci driver "ath5k" too by Johannes Berg · 16 years ago
  7. 02969b3 ath5k: disable beacon filter when station is not associated by Martin Xu · 16 years ago
  8. 296bf2a ath5k: allow APs to receive beacons by Luis R. Rodriguez · 16 years ago
  9. 6a53a8a ath5k: Fix IMR init by Nick Kossifidis · 16 years ago
  10. 3f64b43 ath5k: update keycache to support TKIP handling by Bob Copeland · 16 years ago
  11. 9ad9a26 ath5k: enable hardware encryption for WEP by Bob Copeland · 16 years ago
  12. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  13. 934f6c3 Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode" by John W. Linville · 16 years ago
  14. 4c674c6 ath5k: Update interrupt masking code by Nick Kossifidis · 16 years ago
  15. 0bbac08 ath5k: reduce checkpatch.pl errors by John Daiker · 16 years ago
  16. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  17. b706e65 ath5k: fix mesh point operation by Andrey Yurovsky · 16 years ago
  18. 6e0e0bf ath5k: correct ath5k signal quality by Luis R. Rodriguez · 16 years ago
  19. da966bc Ath5k: add AP mode by Jiri Slaby · 16 years ago
  20. e897558 mac80211: introduce hw config change flags by Johannes Berg · 16 years ago
  21. 0632790 ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode by Bob Copeland · 16 years ago
  22. bc1b32d ath5k: Reset key cache on interface up, thus fixing resume by Elias Oltmanns · 16 years ago
  23. 8bdd5b9 ath5k: fix suspend-related oops on rmmod by Bob Copeland · 16 years ago
  24. 2f7fe87 ath5k: implement multi-rate retry support, fix tx status reporting by Felix Fietkau · 16 years ago
  25. 76708de mac80211: free up 2 bytes in skb->cb by Felix Fietkau · 16 years ago
  26. 0d5f031 ath5k: Add support for AR2417 v2 by Nick Kossifidis · 16 years ago
  27. 75d0edb ath5k: Fix SREV reporting after SREV updates by Nick Kossifidis · 16 years ago
  28. 1bef016 ath5k: Update registers and SREV ids v2 by Nick Kossifidis · 16 years ago
  29. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  30. f59ac04 cfg80211: keep track of supported interface modes by Luis R. Rodriguez · 16 years ago
  31. c6e387a ath5k: HW code cleanup by Nick Kossifidis · 16 years ago
  32. b171e19 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  33. 67d2e2d Ath5k: fix bintval setup by Jiri Slaby · 16 years ago
  34. 0048297 Ath5k: lock beacons by Jiri Slaby · 16 years ago
  35. 0630335 ath5k: set short preamble flag for rx by Bruno Randolf · 16 years ago
  36. 798ee98 ath5k: explicitly check skb->len by Harvey Harrison · 16 years ago
  37. 63266a6 ath5k: rates cleanup by Bruno Randolf · 16 years ago
  38. d7dc100 Ath5k: unify resets by Jiri Slaby · 16 years ago
  39. 8e5f3d0 ath5k: add Mesh Point support by Andrey Yurovsky · 16 years ago
  40. 3eb75aa removed unused #include <version.h> by Huang Weiyi · 16 years ago
  41. 37465c8 ath5k: Don't fiddle with MSI on suspend/resume. by Michael Karcher · 16 years ago
  42. b1a5215 ath5k: remove Atheros 11n devices from supported list by Luis R. Rodriguez · 16 years ago
  43. dc1968e Ath5k: mask out unneeded interrupts by Jiri Slaby · 16 years ago
  44. d0f0980 mac80211: partially fix skb->cb use by Johannes Berg · 16 years ago
  45. 256b152 ath5k: don't enable MSI, we cannot handle it yet by Pavel Roskin · 16 years ago
  46. bc05116 ath5k: fix recursive locking in ath5k_beacon_update by Bob Copeland · 16 years ago
  47. 734b5aa ath5k: use positive logic for HP laptop LEDs by Bob Copeland · 16 years ago
  48. 3e4242b Ath5k: suspend/resume fixes by Jiri Slaby · 16 years ago
  49. e86600c Ath5k: fix dma operation by Jiri Slaby · 16 years ago
  50. 274c7c3 Ath5k: flush work by Jiri Slaby · 16 years ago
  51. 10488f8 Ath5k: kill tasklets on shutdown by Jiri Slaby · 16 years ago
  52. 3a0f2c8 Ath5k: fix memory corruption by Jiri Slaby · 16 years ago
  53. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  54. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 16 years ago
  55. d195a2c ath5k: remove now unused variable declared in ath5k_tx by John W. Linville · 16 years ago
  56. 3a07887 ath5k: convert LED code to use mac80211 triggers by Bob Copeland · 16 years ago
  57. 24b56e7 ath5k: use frame control helpers by Harvey Harrison · 16 years ago
  58. a888d52 ath5k: use IEEE80211_SKB_CB by Johannes Berg · 16 years ago
  59. e253008 mac80211: use multi-queue master netdevice by Johannes Berg · 16 years ago
  60. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 16 years ago
  61. 2e92e6f mac80211: use rate index in TX control by Johannes Berg · 16 years ago
  62. 36d6825 mac80211: let drivers wake but not start queues by Johannes Berg · 16 years ago
  63. d6894b5 ath5k: Fix loop variable initializations by Bob Copeland · 16 years ago
  64. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 16 years ago
  65. 57ffc58 mac80211: clean up get_tx_stats callback by Johannes Berg · 16 years ago
  66. 1c01442 mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_conf by Ivo van Doorn · 16 years ago
  67. 533dd1b wireless: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  68. 194828a ath5k: Misc fixes/cleanups by Nick Kossifidis · 16 years ago
  69. 136bfc7 ath5k: Add RF2425 initvals by Nick Kossifidis · 16 years ago
  70. 06501d2 wireless: fix various printk warnings on ia64 (and others) by John W. Linville · 16 years ago
  71. 6ba81c2 ath5k: work around wrong beacon rx timestamp in IBSS mode by Bruno Randolf · 17 years ago
  72. e14296c ath5k: add notes about rx timestamp by Bruno Randolf · 17 years ago
  73. b47f407 ath5k: move rx and tx status structures out of hardware descriptor by Bruno Randolf · 17 years ago
  74. bb0c9dc ath5k: Add 2413 to srev_names so that it shows up during module load by Nick Kossifidis · 17 years ago
  75. 38c07b4 ath5k: fix all endian issues reported by sparse by Pavel Roskin · 17 years ago
  76. 6844e63 ath5k: Use software encryption for now by Luis R. Rodriguez · 17 years ago
  77. b446197 ath5k: Port debug.c over to the new band API and enable as build option by Luis R. Rodriguez · 17 years ago
  78. a3f4b91 ath5k: ath5k_copy_channels() was not setting the channel band by Luis R. Rodriguez · 17 years ago
  79. 400ec45 ath5k: Cleanup after API changes by Luis R. Rodriguez · 17 years ago
  80. d8ee398 ath5k: Port to new bitrate/channel API by Luis R. Rodriguez · 17 years ago
  81. 04f93a8 ath5k: Fix build warnings on some 64-bit platforms. by David Miller · 17 years ago
  82. b988763 WDEV, ath5k, don't return int from bool function by Jiri Slaby · 17 years ago
  83. 65872e6 WDEV: ath5k, fix lock imbalance by Jiri Slaby · 17 years ago
  84. 281c56d ath5k: correct padding in tx descriptors by Bruno Randolf · 17 years ago
  85. 04a9e45 ath5k: fix section mismatch warning by John W. Linville · 17 years ago
  86. be9b725 ath5k: debug level improvements by Bruno Randolf · 17 years ago
  87. c0e1899 ath5k: always extend rx timestamp with tsf by Bruno Randolf · 17 years ago
  88. 6d91e1d ath5k: configure backoff for IBSS beacon queue by Bruno Randolf · 17 years ago
  89. 036cd1e ath5k: use SWBA to detect IBSS HW merges by Bruno Randolf · 17 years ago
  90. 9804b98 ath5k: better beacon timer calculation by Bruno Randolf · 17 years ago
  91. e535c1a ath5k: beacon interval is in TU by Bruno Randolf · 17 years ago
  92. 247ae44 ath5k: reset key cache after resume by John W. Linville · 17 years ago
  93. c65638a ath5k: use AR5K_KEYTABLE_SIZE when initializing key table by John W. Linville · 17 years ago
  94. 32bfd35 mac80211: dont use interface indices in drivers by Johannes Berg · 17 years ago
  95. fa1c114 [PATCH] Net: add ath5k wireless driver by Jiri Slaby · 17 years ago