1. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  2. 81168e5 ath9k: Further fix for mesh beaconing by Fabrice Deyber · 13 years ago
  3. f29f5c0 ath9k: Remove ATH9K_BEACON_PERIOD mask by Rajkumar Manoharan · 13 years ago
  4. ba4903f ath9k: implement .tx_last_beacon() by Felix Fietkau · 13 years ago
  5. ac56703 ath9k: fix ad-hoc nexttbtt calculation by Felix Fietkau · 13 years ago
  6. 5b68138 ath9k: Drag the driver to the year 2011 by Sujith Manoharan · 13 years ago
  7. c6820f1 ath9k: fix ad-hoc mode beacon selection by Felix Fietkau · 13 years ago
  8. deb7518 ath9k: avoid enabling interrupts while processing rx by Rajkumar Manoharan · 14 years ago
  9. 92c6f76c ath9k: set beacon related ps flags on bss_info change by Rajkumar Manoharan · 14 years ago
  10. 8e22ad3 ath9k: Fix beacon generation on foreign channel by Rajkumar Manoharan · 14 years ago
  11. 10add41 ath9k: Fix improper beacon slot selection in IBSS by Rajkumar Manoharan · 14 years ago
  12. f60c49b ath9k: Fix kernel panic on module unload by Rajkumar Manoharan · 14 years ago
  13. 99e4d43 ath9k: configure beacons based on hw opmode by Rajkumar Manoharan · 14 years ago
  14. 66da424 ath9k: Cleanup ath_vif struct by Rajkumar Manoharan · 14 years ago
  15. 26cd322 ath9k: use the hw opmode to select the beacon timer mode by Felix Fietkau · 14 years ago
  16. 5e65968 ath9k: fix beacon slot processing in ad-hoc mode by Felix Fietkau · 14 years ago
  17. c944daf4 ath9k: fix stuck beacon detection by Felix Fietkau · 14 years ago
  18. 87c510fe ath9k: trigger nfcal only after multiple missed beacons in AP mode by Felix Fietkau · 14 years ago
  19. dd347f2 ath9k: fix beacon timer handling issues by Felix Fietkau · 14 years ago
  20. efff395 ath9k: improve reliability of beacon transmission and stuck beacon handling by Felix Fietkau · 14 years ago
  21. 014cf3b ath9k: disable beaconing before stopping beacon queue by Rajkumar Manoharan · 14 years ago
  22. 9814f6b ath9k: Remove redundant beacon_interval by Steve Brown · 14 years ago
  23. 3a2329f ath9k: Update comments for not parsing DTIM period by Mohammed Shafi Shajakhan · 14 years ago
  24. 9ac5861 ath9k: fold struct ath_wiphy into struct ath_softc by Felix Fietkau · 14 years ago
  25. 7545daf ath9k: remove support for virtual wiphys by Felix Fietkau · 14 years ago
  26. d7e86c3 ath9k: remove a bogus error message by Felix Fietkau · 14 years ago
  27. 4801416 ath9k: Fix up hardware mode and beacons with multiple vifs. by Ben Greear · 14 years ago
  28. ee832d3 ath9k: Few clean ups in beacon config parameters by Mohammed Shafi Shajakhan · 14 years ago
  29. 226afe6 ath: Convert ath_print to ath_dbg by Joe Perches · 14 years ago
  30. 3800276 ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err by Joe Perches · 14 years ago
  31. ea066d5 ath9k: Add support for Adaptive Power Management by Mohammed Shafi Shajakhan · 14 years ago
  32. 28d1670 ath9k: clean up code duplication around ath_tx_start by Felix Fietkau · 14 years ago
  33. 066dae9 ath9k: rework tx queue selection and fix queue stopping/waking by Felix Fietkau · 14 years ago
  34. 4df3071 ath9k_hw: optimize interrupt mask changes by Felix Fietkau · 14 years ago
  35. fac6b6a ath9k: resume aggregation immediately after a hardware reset by Felix Fietkau · 14 years ago
  36. 6cf9e99 ath9k: Null out references to stale pointers. by Ben Greear · 14 years ago
  37. c1739eb3 ath9k: Remove bf_dmacontext. by Ben Greear · 14 years ago
  38. 70cf153 ath9k: use AP beacon miss as a trigger for fast recalibration by Felix Fietkau · 14 years ago
  39. 6252fcb ath9k: add a separate debug level for stuck beacons by Felix Fietkau · 14 years ago
  40. 1d2231e ath9k: remove duplicate WMM AC definitions by Felix Fietkau · 14 years ago
  41. a65e4cb4 ath9k: remove VEOL support for ad-hoc by Felix Fietkau · 14 years ago
  42. 774610e ath9k: change beacon allocation to prefer the first beacon slot by Felix Fietkau · 14 years ago
  43. cc610ac0 ath9k_hw: Define abstraction for tx desc access by Vasanthakumar Thiagarajan · 15 years ago
  44. 3f3a1c8 ath9k_hw: Move code which populates ds_data to ath9k_hw by Vasanthakumar Thiagarajan · 15 years ago
  45. 3069168 ath9k: move imask from sc to ah by Pavel Roskin · 15 years ago
  46. d8728ee ath9k: fix beacon timer restart after a card reset by Felix Fietkau · 15 years ago
  47. 64b8401 ath9k: Use the Beacon TX rate from mac80211 by Jouni Malinen · 15 years ago
  48. 1a20034 ath9k: configure the beacon only if the STA is associated by Senthil Balasubramanian · 15 years ago
  49. 0005baf ath9k: cleanup slot time and ack/cts timeout handling by Felix Fietkau · 15 years ago
  50. 94db293 ath9k: Ensure a fair beacon distribution in IBSS mode. by Vivek Natarajan · 15 years ago
  51. 545750d ath9k: properly use the mac80211 rate control api by Felix Fietkau · 15 years ago
  52. 536b3a7 ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup() by Luis R. Rodriguez · 15 years ago
  53. 43c2761 atheros: move tx/rx chainmask to ath_common by Luis R. Rodriguez · 15 years ago
  54. c46917b atheros: add common debug printing by Luis R. Rodriguez · 15 years ago
  55. 21526d5 ath9k: move ps helpers onto core driver when reseting tsf by Luis R. Rodriguez · 15 years ago
  56. 4d6b228 ath9k: use ath_hw for DPRINTF() and debug init/exit by Luis R. Rodriguez · 15 years ago
  57. c4f9f16 ath9k: Make sure we configure a non-zero beacon interval by Vasanthakumar Thiagarajan · 15 years ago
  58. 546256f ath9k: Add sanity check for beacon_int in adhoc/mesh case by Jouni Malinen · 15 years ago
  59. b74444f ath9k: Reset SC_OP_TSF_RESET flag after stuck beacon by Jeff Hansen · 15 years ago
  60. 267a901 ath9k: Optimize TBTT/DTIM calculation for timers by Jouni Malinen · 15 years ago
  61. 6b96f93 ath9k: cleanup beacon parameters configuration by Vasanthakumar Thiagarajan · 15 years ago
  62. d31e20a ath9k: Remove unused parameters which are passed to ath_beacon_config_X() by Vasanthakumar Thiagarajan · 15 years ago
  63. 4f0fc7c ath9k: make private driver rate tables const by Luis R. Rodriguez · 16 years ago
  64. 57c4d7b mac80211: clean up beacon interval settings by Johannes Berg · 16 years ago
  65. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 16 years ago[Renamed from drivers/net/wireless/ath9k/beacon.c]
  66. a22be22 ath9k: Avoid unneeded casts by Sujith · 16 years ago
  67. d8baa93 ath9k: Cleanup debug messages by Sujith · 16 years ago
  68. 9cb5412 Add mesh point functionality to ath9k by Pat Erley · 16 years ago
  69. cee075a ath9k: Update copyright in all the files by Sujith · 16 years ago
  70. 4ed96f0 ath9k: Add support for multiple virtual AP interfaces by Jouni Malinen · 16 years ago
  71. f0ed85c ath9k: Virtual wiphy pause/unpause functionality by Jouni Malinen · 16 years ago
  72. c52f33d ath9k: Add support for multiple secondary virtual wiphys by Jouni Malinen · 16 years ago
  73. 2c3db3d ath9k: Cleanup multiple VIF processing by Jouni Malinen · 16 years ago
  74. b238e90 ath9k: Handle TSF properly for AP mode by Sujith · 16 years ago
  75. 5379c8a ath9k: Split beacon configuration into mode specific routines by Sujith · 16 years ago
  76. 9546aae ath9k: Cleanup beacon stuck processing by Sujith · 16 years ago
  77. 9fc9ab0 ath9k: Scrub beacon.c by Sujith · 16 years ago
  78. f452a63 ath9k: Don't reset TSF after scanning automatically by Alina Friedrichsen · 16 years ago
  79. 4af9cf4 ath9k: Enable TSF Out of Range Interrupt by Sujith · 16 years ago
  80. 2660b81 ath9k: Remove all the useless ah_ variable prefixes by Sujith · 16 years ago
  81. cbe61d8 ath9k: Merge ath_hal and ath_hal_5416 structures by Sujith · 16 years ago
  82. 17d7904 ath9k: Remove all the sc_ prefixes by Sujith · 16 years ago
  83. 394cf0a ath9k: Header file cleanup by Sujith · 16 years ago
  84. 043a040 ath9k: Merge queue draining functions by Sujith · 16 years ago
  85. 7da3c55 ath9k: convert to use bus-agnostic DMA routines by Gabor Juhos · 16 years ago
  86. f5870ac ath9k: convert to struct device by Gabor Juhos · 16 years ago
  87. b77f483 ath9k: Refactor struct ath_softc by Sujith · 16 years ago
  88. 3706de6 ath9k: Maintain rate table choice after association by Sujith · 16 years ago
  89. 3fbb9d9 ath9k: Free Beacon skbs in AP mode by Jouni Malinen · 16 years ago
  90. f8316df ath9k: Check for pci_map_single() errors by Luis R. Rodriguez · 16 years ago
  91. d97809d ath9k: Replace ath9k_opmode with nl80211_iftype by Colin McCabe · 16 years ago
  92. 2a163c6 ath9k: Add a debugfs file for dumping DMA status by Sujith · 16 years ago
  93. 04bd463 ath9k: Use cleaner debug masks by Sujith · 16 years ago
  94. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  95. ff37e33 ath9k: Code scrub by Sujith · 16 years ago
  96. e63835b ath9k: Remove ath9k_rate_table by Sujith · 16 years ago
  97. ca0c7e5 ath9k: Fix SW-IOMMU bounce buffer starvation by Luis R. Rodriguez · 16 years ago
  98. 5640b08 ath9k: Revamp VAP management by Sujith · 16 years ago
  99. 528f0c6 ath9k: Revamp transmit control block by Sujith · 16 years ago
  100. 0345f37 ath9k: kill ath9k's memzero() and use memset() instead by Luis R. Rodriguez · 16 years ago