1. 3a702e4 atheros: introduce ath module containing common ath5k/ath9k/ar9170 code by Bob Copeland · 15 years ago
  2. c02cf37 ath9k: pass regd structure directly to regulatory functions by Bob Copeland · 15 years ago
  3. fc2ada3 ath9k: separate ath9k specific code from ath9k_regd_get_ctl() by Bob Copeland · 15 years ago
  4. f5c38ef ath9k: Fix bug in determining HT40 mode by Sujith · 15 years ago
  5. c6483cf ath9k: Determine number of streams from HT capabilities by Sujith · 15 years ago
  6. 063d8be ath9k: Clean Interrupt handling routine by Sujith · 15 years ago
  7. 87792ef ath9k: Trivial fix to handle AMPDU params properly by Sujith · 15 years ago
  8. 1ffb061 ath9k: Initialize values when setting up the queue parameters by Sujith · 15 years ago
  9. 797fe5cb ath9k: Remove the useless do..while loops by Sujith · 15 years ago
  10. 4658b98 ath9k: Remove TIM from the interrupt mask by Sujith · 15 years ago
  11. 7dd5874 ath9k: Check for root debugfs file by Sujith · 15 years ago
  12. 5cc9399 ath9k: Remove unused structures by Sujith · 15 years ago
  13. ae459af ath9k: Remove a couple of unused variables in descriptor handling by Sujith · 15 years ago
  14. a119cc4 ath9k: Cleanup buffer status handling by Sujith · 15 years ago
  15. a22be22 ath9k: Avoid unneeded casts by Sujith · 15 years ago
  16. 0ef1f16 ath9k: Remove redundant variable for Interrupt Mitigation by Sujith · 15 years ago
  17. eef7a57 ath9k: Change return value of ath9k_hw_fill_cap_info by Sujith · 15 years ago
  18. d8baa93 ath9k: Cleanup debug messages by Sujith · 15 years ago
  19. 6ed6a05 ath9k: Remove redundant chainmask check by Sujith · 15 years ago
  20. bdbdf46 ath9k: Remove a few unused flags by Sujith · 15 years ago
  21. 8782b41 ath9k: No need to abort Rx path when autosleep is enabled. by Vivek Natarajan · 15 years ago
  22. 621cac8 rfkill: remove user_claim stuff by Johannes Berg · 15 years ago
  23. e5e9743 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  24. 853da11 ath9k: fix access to a freed skb in ath_rx_tasklet() by Pavel Roskin · 15 years ago
  25. 0ee904c drivers/net: replace BUG() with BUG_ON() if possible by Alexander Beregalov · 15 years ago
  26. b172023 mac80211: unify and fix TX aggregation start by Johannes Berg · 15 years ago
  27. 051b919 ath9k: fix dma mapping leak of rx buffer upon rmmod by Luis R. Rodriguez · 15 years ago
  28. 9cb5412 Add mesh point functionality to ath9k by Pat Erley · 15 years ago
  29. 6b2c403 ath9k: Nuke struct ath_xmit_status by Vasanthakumar Thiagarajan · 15 years ago
  30. 8a92e2e ath9k: Fix bug in reporting status of tx rate by Vasanthakumar Thiagarajan · 15 years ago
  31. 0934af2 ath9k: Fix rate control update for aggregated frames by Vasanthakumar Thiagarajan · 15 years ago
  32. 85067c0 ath9k: Keep LED on in idle state after association by Vasanthakumar Thiagarajan · 15 years ago
  33. cee075a ath9k: Update copyright in all the files by Sujith · 15 years ago
  34. c2da50e ath9k: Fix bug in handling single stream stations by Sujith · 15 years ago
  35. 95e4acb ath9k: Fill in ack signal in TX status by Sujith · 15 years ago
  36. e71cef3 ath9k: Fix bug in 4K EEPROM size calculation by Sujith · 15 years ago
  37. d650915 ath9k: Change return type for set_board_values() by Sujith · 15 years ago
  38. a83615d ath9k: Introduce a helper function for setting board gain values by Sujith · 15 years ago
  39. 355363f ath9k: Move AR5416_VER_MASK to a common location by Sujith · 15 years ago
  40. 7d01b22 ath9k: Miscellaneous EEPROM handling cleanup by Sujith · 15 years ago
  41. b572b24 ath9k: remove dummy PCI "retry timeout" fix by Luis R. Rodriguez · 15 years ago
  42. 4ed96f0 ath9k: Add support for multiple virtual AP interfaces by Jouni Malinen · 15 years ago
  43. 14587ce ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rate by Vasanthakumar Thiagarajan · 15 years ago
  44. af43306 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  45. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  46. 217ba9d ath9k: Fix FIF_PROMISC_IN_BSS processing in station mode by Jouni Malinen · 15 years ago
  47. eeee132 ath9k: Add spectrum management to HW capabilities by Sujith · 15 years ago
  48. 15cc0f1 ath9k: make few eeprom and calib items static by Luis R. Rodriguez · 15 years ago
  49. c117fa0 ath9k: downgrade xmit queue full message to xmit debug by Luis R. Rodriguez · 15 years ago
  50. 7db90f4 cfg80211: move enum reg_set_by to nl80211.h by Luis R. Rodriguez · 15 years ago
  51. 0fee54c cfg80211: remove REGDOM_SET_BY_INIT by Luis R. Rodriguez · 15 years ago
  52. 62b4fb6 ath9k: Fix bug in reading debugfs file 'rcstat' by Sujith · 15 years ago
  53. c37452b ath9k: Fix bug in TX aggregation by Sujith · 15 years ago
  54. 9c81e8b ath9k: Initialize ANI properly by Sujith · 15 years ago
  55. be1b08a ath9k: Use suitable macros with 4k eeprom data by Vasanthakumar Thiagarajan · 15 years ago
  56. 5077fd3 ath9k: always compile ath_radio_{en,dis}able by Gabor Juhos · 15 years ago
  57. 5210311 ath9k: fix compile error in debug.c by Gabor Juhos · 15 years ago
  58. 9251f0b ath9k: fix compile error in ahb.c by Gabor Juhos · 15 years ago
  59. 6b765de ath9k: fix AR_SREV_9100_OR_LATER macro by Gabor Juhos · 15 years ago
  60. d4376eb ath9k: move ar9100 version checking macros into a more appropriate place by Gabor Juhos · 15 years ago
  61. a8c96d3 ath9k: cleanup AR5416 version checking macros by Gabor Juhos · 15 years ago
  62. 978b532 ath9k: Incorrect AR9285 version check macro by Senthil Balasubramanian · 15 years ago
  63. 4e84516 ath9k: INI update for AR9285 and periodic PA offset caliberation by Senthil Balasubramanian · 15 years ago
  64. b03a9db ath9k: RX buffers may be accessed/freed even before initialized/alloced. by Senthil Balasubramanian · 15 years ago
  65. f0e6ce1 ath9k: Get rid of unnecessary ATOMIC memory alloc during init time by Senthil Balasubramanian · 15 years ago
  66. 19d8bc2 ath9k: create a common debugfs_root for all device instances by Gabor Juhos · 15 years ago
  67. 5ec905a ath9k: AR9280 PCI devices must serialize IO as well by Luis R. Rodriguez · 15 years ago
  68. 6158425 ath9k: implement IO serialization by Luis R. Rodriguez · 15 years ago
  69. 39d89cd ath9k: Add a debugfs interface for controlling virtual wiphys by Jouni Malinen · 15 years ago
  70. f98c3bd ath9k: Add a simple virtual wiphy scheduler by Jouni Malinen · 15 years ago
  71. 8089cc4 ath9k: Special processing for channel changes during scan by Jouni Malinen · 15 years ago
  72. 7ec3e51 ath9k: Add workaround to recover from failed channel changes by Jouni Malinen · 15 years ago
  73. ee166a0 ath9k: Check virtual wiphy state on tx() by Jouni Malinen · 15 years ago
  74. 18eb62f ath9k: Pause other virtual wiphys on channel change by Jouni Malinen · 15 years ago
  75. 465ca84 ath9k: Register larger listen interval by Jouni Malinen · 15 years ago
  76. 9580a22 ath9k: Make start/stop operations aware of virtual wiphys by Jouni Malinen · 15 years ago
  77. 0e2dedf ath9k: Add routines for switching between active virtual wiphys by Jouni Malinen · 15 years ago
  78. f0ed85c ath9k: Virtual wiphy pause/unpause functionality by Jouni Malinen · 15 years ago
  79. b93bce2 ath9k: Configure RX filter for multi-BSSID broadcast by Jouni Malinen · 15 years ago
  80. c52f33d ath9k: Add support for multiple secondary virtual wiphys by Jouni Malinen · 15 years ago
  81. bce048d ath9k: Add data structure for supporting virtual radio/wiphy operation by Jouni Malinen · 15 years ago
  82. 8ca21f0 ath9k: Set BSSID mask based on configured interfaces by Jouni Malinen · 15 years ago
  83. 2c3db3d ath9k: Cleanup multiple VIF processing by Jouni Malinen · 15 years ago
  84. d216aaa ath9k: Clean up setkey operations by Jouni Malinen · 15 years ago
  85. aebe2b5 ath9k: fix AR_TXCFG_DMASZ_MASK value by Gabor Juhos · 15 years ago
  86. b75bc15 ath9k: Remove unused variables in struct ath_beacon_config by Sujith · 15 years ago
  87. 2554935 ath9k: Lock config_interface() callback with a mutex by Sujith · 15 years ago
  88. b238e90 ath9k: Handle TSF properly for AP mode by Sujith · 15 years ago
  89. 5379c8a ath9k: Split beacon configuration into mode specific routines by Sujith · 15 years ago
  90. 9546aae ath9k: Cleanup beacon stuck processing by Sujith · 15 years ago
  91. 9fc9ab0 ath9k: Scrub beacon.c by Sujith · 15 years ago
  92. 0c98de6 ath9k: Use new scan notifiers from mac80211 by Sujith · 15 years ago
  93. b9a1619 ath9k: Set TSF fix by Alina Friedrichsen · 15 years ago
  94. 91ed19f ath9k: Fix FIF_BCN_PRBRESP_PROMISC handling by Alina Friedrichsen · 15 years ago
  95. 541d8dd ath9k: Handle power modes in isr for power save. by Vivek Natarajan · 15 years ago
  96. 9331ec8 ath9k: Fill in rate_update mac80211 callback by Sujith · 15 years ago
  97. e0caf9e ath9k: Remove unused key xoring by Jouni Malinen · 15 years ago
  98. 672903b ath9k: Document keycache operations by Jouni Malinen · 15 years ago
  99. 3f53dd6 ath9k: Fix hw crypto configuration for TKIP in AP mode by Jouni Malinen · 15 years ago
  100. fa09632 ath9k: Remove ununsed ack duration stuff with long/short preamble by Vasanthakumar Thiagarajan · 15 years ago