1. 0c98de6 ath9k: Use new scan notifiers from mac80211 by Sujith · 16 years ago
  2. 91ed19f ath9k: Fix FIF_BCN_PRBRESP_PROMISC handling by Alina Friedrichsen · 16 years ago
  3. 541d8dd ath9k: Handle power modes in isr for power save. by Vivek Natarajan · 16 years ago
  4. e0caf9e ath9k: Remove unused key xoring by Jouni Malinen · 16 years ago
  5. 3f53dd6 ath9k: Fix hw crypto configuration for TKIP in AP mode by Jouni Malinen · 16 years ago
  6. b3bd89c ath9k: Add module parameter to disable hardware crypto by Jouni Malinen · 16 years ago
  7. 222d0b3 ath9k: Unlock sc->mutex on error path by Jouni Malinen · 16 years ago
  8. fe33eb3 cfg80211: move all regulatory hints to workqueue by Luis R. Rodriguez · 16 years ago
  9. 20977d3 ath9k: Add appropriate ANI values for AP mode by Sujith · 16 years ago
  10. 171387e ath9k: Initialize channel change time by Sujith · 16 years ago
  11. 191a99b ath9k: move common regulatory code out of if() branches by Bob Copeland · 16 years ago
  12. 4af9cf4 ath9k: Enable TSF Out of Range Interrupt by Sujith · 16 years ago
  13. f11c179 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  14. 40b130a ath9k: Fix panic upon attach failure by Vasanthakumar Thiagarajan · 16 years ago
  15. 2660b81 ath9k: Remove all the useless ah_ variable prefixes by Sujith · 16 years ago
  16. cbe61d8 ath9k: Merge ath_hal and ath_hal_5416 structures by Sujith · 16 years ago
  17. ba52da5 ath9k: Remove duplicate variables by Sujith · 16 years ago
  18. d6bad49 ath9k: Move regulatory information to a separate structure by Sujith · 16 years ago
  19. 17d7904 ath9k: Remove all the sc_ prefixes by Sujith · 16 years ago
  20. 394cf0a ath9k: Header file cleanup by Sujith · 16 years ago
  21. 254ad0f ath9k: Remove all the redundant internal buffer types by Sujith · 16 years ago
  22. 141b38b ath9k: Lock mac80211 callbacks with a mutex by Sujith · 16 years ago
  23. 0818cb8 ath9k: fix led naming by Danny Kukawka · 16 years ago
  24. f2bffa7 ath9k: Fix LED blink pattern by Vasanthakumar Thiagarajan · 16 years ago
  25. 4e30ffa ath9k: Enable MIB and TIM interrupts for station mode. by Vivek Natarajan · 16 years ago
  26. f46730d ath9k: Setup short preamble properly in rate registration by Sujith · 16 years ago
  27. 1f7d6cb ath9k: Reconfigure beacons on getting a notification from mac80211 by Sujith · 16 years ago
  28. 3c45726 ath9k: Handle chainmask for A9280 by Sujith · 16 years ago
  29. b51bb3c ath9k: remove useless ath9k driver version information by Luis R. Rodriguez · 16 years ago
  30. 3b5d665 mac80211: Generic TSF debugging by Alina Friedrichsen · 16 years ago
  31. eb2599c ath9k: Fix MCS rates registration bug for AR9285 by Sujith · 16 years ago
  32. 5f8e077 ath9k: simplify regulatory code by Luis R. Rodriguez · 16 years ago
  33. 3cbb5dd ath9k: Enable dynamic power save in ath9k. by Vivek Natarajan · 16 years ago
  34. 043a040 ath9k: Merge queue draining functions by Sujith · 16 years ago
  35. 09329d3 ath9k: introduce platform driver for AHB bus support by Gabor Juhos · 16 years ago
  36. 6baff7f ath9k: move PCI code into separate file by Gabor Juhos · 16 years ago
  37. 39c3c2f ath9k: introduce bus specific cleanup routine by Gabor Juhos · 16 years ago
  38. 88d1570 ath9k: introduce bus specific cache size routine by Gabor Juhos · 16 years ago
  39. 7da3c55 ath9k: convert to use bus-agnostic DMA routines by Gabor Juhos · 16 years ago
  40. f5870ac ath9k: convert to struct device by Gabor Juhos · 16 years ago
  41. 07e7434 ath9k: Use a defined value for pci_set_power_state() by Jouni Malinen · 16 years ago
  42. 0ced0e1 ath9k: Setup MFP options for CCMP by Jouni Malinen · 16 years ago
  43. ca470b2 ath9k: Fix set_key error codes by Jouni Malinen · 16 years ago
  44. 4797938 mac80211: clean up channel type config by Johannes Berg · 16 years ago
  45. c97c92d ath9k: Enable Bluetooth Coexistence support by Vasanthakumar Thiagarajan · 16 years ago
  46. 295834f ath9k: use signed format to print HAL status by Gabor Juhos · 16 years ago
  47. dc822b5 mac80211: clean up set_key callback by Johannes Berg · 16 years ago
  48. c0d7c7a ath9k: remove superfluous check on changing channel by Luis R. Rodriguez · 16 years ago
  49. ecf7044 ath9k: make use of conf_is_ht*() in the rest of the driver by Luis R. Rodriguez · 16 years ago
  50. c9e27d9 ath9k: use ieee80211_conf on ath9k_hw_iscal_supported() by Luis R. Rodriguez · 16 years ago
  51. 76061ab ath9k: make request to get the noisefloor threshold band specific by Luis R. Rodriguez · 16 years ago
  52. ae8d285 ath9k: consolidate arguments on hw reset by Luis R. Rodriguez · 16 years ago
  53. ce111ba ath9k: Rename ath_setcurmode() to ath_cache_conf_rate() by Luis R. Rodriguez · 16 years ago
  54. 9674225 ath9k: remove cache of rate preference when using 11g protection by Luis R. Rodriguez · 16 years ago
  55. 030bb49 ath9k: use hw->conf on ath_setcurmode() by Luis R. Rodriguez · 16 years ago
  56. 86060f0 ath9k: Fix chainmask handling bug by Sujith · 16 years ago
  57. be2864c ath9k: Fixed RX decryption status reporting by Jouni Malinen · 16 years ago
  58. ea61213 ath9k: Fix key cache slot selection for splitmic by Jouni Malinen · 16 years ago
  59. aa33de0 ath9k: Protect config() callback with a mutex by Sujith · 16 years ago
  60. 6ace289 ath9k: Key cache allocation for AP mode by Jouni Malinen · 16 years ago
  61. ca8a856 ath9k: Move rate control alg register/unregister to appropriate place by Vasanthakumar Thiagarajan · 16 years ago
  62. 9d8eed1 ath9k: Do not use association state to update rate table by Sujith · 16 years ago
  63. 094d05d mac80211: Fix HT channel selection by Sujith · 16 years ago
  64. b77f483 ath9k: Refactor struct ath_softc by Sujith · 16 years ago
  65. e4f2a34 ath9k: remove fragmentation workaround again by Johannes Berg · 16 years ago
  66. e759407 ath9k: Adding support for Atheros AR9285 chipset. by Senthil Balasubramanian · 16 years ago
  67. f6688cd ath9k: Remove remaining occurrences of CONFIG_SLOW_ANT_DIV by Sujith · 16 years ago
  68. 817e11d ath9k: Add a debugfs file to show interrupt statistics by Sujith · 16 years ago
  69. 3706de6 ath9k: Maintain rate table choice after association by Sujith · 16 years ago
  70. aac9207 ath9k: Choose correct ANI calibration period by Sujith · 16 years ago
  71. d97809d ath9k: Replace ath9k_opmode with nl80211_iftype by Colin McCabe · 16 years ago
  72. 2a163c6 ath9k: Add a debugfs file for dumping DMA status by Sujith · 16 years ago
  73. 826d268 ath9k: Add initial layout for an ath9k specific debugfs mechanism by Sujith · 16 years ago
  74. 88b126a ath9k: Add ATH9K_DEBUG configuration option by Sujith · 16 years ago
  75. 04bd463 ath9k: Use cleaner debug masks by Sujith · 16 years ago
  76. e11602b ath9k: Handle channel initialization for AP mode by Sujith · 16 years ago
  77. 99405f9 ath9k: Use proper TX channel width for setting channels by Sujith · 16 years ago
  78. ff37e33 ath9k: Code scrub by Sujith · 16 years ago
  79. c428839 ath9k: Move TX completion routine to xmit.c by Sujith · 16 years ago
  80. 46d14a5 ath9k: General code scrub by Sujith · 16 years ago
  81. e63835b ath9k: Remove ath9k_rate_table by Sujith · 16 years ago
  82. a8efee4 ath9k: Use rate_driver_data by Sujith · 16 years ago
  83. fe7f4a7 ath9k: Remove ath_rate_softc by Sujith · 16 years ago
  84. 5ddfac3 ath9k: Remove rate control reference in VAP by Sujith · 16 years ago
  85. be0418a ath9k: Revamp RX handling by Sujith · 16 years ago
  86. 2b406f1 ath9k: Nuke fixed rate handling in driver by Sujith · 16 years ago
  87. 3fcdfb4 ath9k: Fix panic while unregistering rfkill by Vasanthakumar Thiagarajan · 16 years ago
  88. 97b777d ath9k: make DMA memory consistent by Luis R. Rodriguez · 16 years ago
  89. 1d450cf ath9k: Clarify we only want 32-bit DMA by Luis R. Rodriguez · 16 years ago
  90. db93e7b ath9k: Race condition in accessing TX and RX buffers. by Senthil Balasubramanian · 16 years ago
  91. 306efdd ath9k: IRQ should be disabled before calling free_irq() by Senthil Balasubramanian · 16 years ago
  92. e97275c ath9k: Build RFKILL feature even when RFKILL subsystem is a MODULE by Senthil Balasubramanian · 16 years ago
  93. 392dff8 ath9k : Display MAC/BB and RF version at startup (v2) by Benoit PAPILLAULT · 16 years ago
  94. 9757d55 ath9k: Fix compilation failure when RFKILL is enabled by Sujith · 16 years ago
  95. 8469cde mac80211: Add a new event in ieee80211_ampdu_mlme_action by Sujith · 16 years ago
  96. dca3edb ath9k: Remove internal RX A-MPDU processing by Sujith · 16 years ago
  97. 7f95903 ath9k: Clear HT info on starting the driver by Sujith · 16 years ago
  98. 05a1e2d ath9k: Enable interrupts at the proper place by Sujith · 16 years ago
  99. 154662a ath9k: Remove unnecessary TSF reset by Sujith · 16 years ago
  100. 9c84b79 ath9k: Streamline attach/detach by Sujith · 16 years ago