1. c2da50e ath9k: Fix bug in handling single stream stations by Sujith · 15 years ago
  2. 14587ce ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rate by Vasanthakumar Thiagarajan · 15 years ago
  3. bce048d ath9k: Add data structure for supporting virtual radio/wiphy operation by Jouni Malinen · 15 years ago
  4. 9331ec8 ath9k: Fill in rate_update mac80211 callback by Sujith · 15 years ago
  5. fa09632 ath9k: Remove ununsed ack duration stuff with long/short preamble by Vasanthakumar Thiagarajan · 15 years ago
  6. 9e71279 ath9k: Add PER to RC debug statistics by Sujith · 16 years ago
  7. d5c232f ath9k: Fix PTK/GTK handshake timeout by Vasanthakumar Thiagarajan · 16 years ago
  8. 8bd1d07 ath9k: Add open loop control support by Senthil Balasubramanian · 16 years ago
  9. 2660b81 ath9k: Remove all the useless ah_ variable prefixes by Sujith · 16 years ago
  10. 394cf0a ath9k: Header file cleanup by Sujith · 16 years ago
  11. 029bc43 ath9k: Add retry counters to rate control debug file by Sujith · 16 years ago
  12. 7a7dec6 ath9k: Add debugfs files for printing TX rate details by Sujith · 16 years ago
  13. c89424d ath9k: Handle mac80211's RC flags for MCS rates by Sujith · 16 years ago
  14. 3900898 ath9k: Cleanup get_rate() interface by Sujith · 16 years ago
  15. d22b002 ath9k: Fix lockdep warning by Sujith · 16 years ago
  16. 3c45726 ath9k: Handle chainmask for A9280 by Sujith · 16 years ago
  17. f8206e0 ath9k: Fix bug in rate control capability registration by Sujith · 16 years ago
  18. e832435 ath9k: Reorganize code in xmit.c by Sujith · 16 years ago
  19. dd00639 ath9k: Update short guard interval in rate control by Sujith · 16 years ago
  20. 6642fe6 ath9k: rateCodeToIndex is not used, remove it by Sujith · 16 years ago
  21. ecf7044 ath9k: make use of conf_is_ht*() in the rest of the driver by Luis R. Rodriguez · 16 years ago
  22. b657ead ath9k: Fix an operator typo in phy rate validation by Jouni Malinen · 16 years ago
  23. f66000f ath9k: Fix a NULL pointer dereference in ath_rate_get by Jouni Malinen · 16 years ago
  24. 3706de6 ath9k: Maintain rate table choice after association by Sujith · 16 years ago
  25. 40990ec ath9k: Fix bug in rate table management by Sujith · 16 years ago
  26. d97809d ath9k: Replace ath9k_opmode with nl80211_iftype by Colin McCabe · 16 years ago
  27. 04bd463 ath9k: Use cleaner debug masks by Sujith · 16 years ago
  28. e11602b ath9k: Handle channel initialization for AP mode by Sujith · 16 years ago
  29. ff37e33 ath9k: Code scrub by Sujith · 16 years ago
  30. 7ac4701 ath9k: Dont update rate control for every AMPDU by Vasanthakumar Thiagarajan · 16 years ago
  31. 2c5a744 ath9k: Use helpers by Sujith · 16 years ago
  32. 46d14a5 ath9k: General code scrub by Sujith · 16 years ago
  33. e63835b ath9k: Remove ath9k_rate_table by Sujith · 16 years ago
  34. a8efee4 ath9k: Use rate_driver_data by Sujith · 16 years ago
  35. fe7f4a7 ath9k: Remove ath_rate_softc by Sujith · 16 years ago
  36. 5ddfac3 ath9k: Remove rate control reference in VAP by Sujith · 16 years ago
  37. 2b406f1 ath9k: Nuke fixed rate handling in driver by Sujith · 16 years ago
  38. 46494e6 ath9k: Remove half/quarter rate tables by Sujith · 16 years ago
  39. 4df8ec6 ath9k: Remove ath_rate_newassoc() by Sujith · 16 years ago
  40. 7b4d273 ath9k: Remove ath_setup_rates by Sujith · 16 years ago
  41. fe60594 ath9k: Simplify RC alloc/free functions by Sujith · 16 years ago
  42. 256b775 ath9k: Merge struct ath_tx_ratectrl with ath_rate_node by Sujith · 16 years ago
  43. 87c1687 drivers/net/wireless/ath9k/rc.c: use ARRAY_SIZE by Julia Lawall · 16 years ago
  44. ccc75c5 ath9k: Remove ath_tx_aggr_resp() by Sujith · 16 years ago
  45. 5640b08 ath9k: Revamp VAP management by Sujith · 16 years ago
  46. a37c2c7 ath9k: Use bitfields to store tid's state in a single variable by Sujith · 16 years ago
  47. 102e057 ath9k: Ensure ath_node is not NULL when updating tx chainmask by Sujith · 16 years ago
  48. b5aa9bf ath9k: Node cleanup by Sujith · 16 years ago
  49. a4510bf ath9k: Check if the STA supports HT when initializing rate control by Sujith · 16 years ago
  50. 50fb2e4 mac80211: remove rate_control_clear by Johannes Berg · 16 years ago
  51. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  52. ae5eb02 mac80211: rewrite HT handling by Johannes Berg · 16 years ago
  53. d9fe60d 802.11: clean up/fix HT support by Johannes Berg · 16 years ago
  54. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  55. 4b7679a mac80211: clean up rate control API by Johannes Berg · 16 years ago
  56. ae17e98 mac80211: move txrate_idx into RC algorithms by Johannes Berg · 16 years ago
  57. 323ce79 mac80211: share sta->supp_rates by Johannes Berg · 16 years ago
  58. 5701ed8 ath9k: rc.h cleanup by Sujith · 16 years ago
  59. dc2222a ath9k: Random cleanup by Sujith · 16 years ago
  60. 7c56d24 ath9k: Use ah_curchan and remove sc_curchan which is redundant by Sujith · 16 years ago
  61. 672840a ath9k: Use bitfields for sc operations by Sujith · 16 years ago
  62. 86b89ee ath9k: Revamp wireless mode usage by Sujith · 16 years ago
  63. 60b67f5 ath9k: Cleanup data structures related to HW capabilities by Sujith · 16 years ago
  64. f078f20 ath9k: Add new Atheros IEEE 802.11n driver by Luis R. Rodriguez · 16 years ago