1. ae9c25a ath9k_hw: do not lower ANI setting below default on AR913x by Felix Fietkau · 10 years ago
  2. afdc05f ath9k_hw: remove ANI function restrictions for AP mode by Felix Fietkau · 11 years ago
  3. f554724 ath9k_hw: tweak noise immunity thresholds for older chipsets by Felix Fietkau · 11 years ago
  4. 6241226 ath9k_hw: toggle weak signal detection in AP mode on older chipsets by Felix Fietkau · 11 years ago
  5. 8896934 ath9k_hw: remove direct accesses to channel mode flags by Felix Fietkau · 11 years ago
  6. 65c1a4d ath9k: Remove unused ANI commands by Sujith Manoharan · 11 years ago
  7. 55fee98 ath9k: Fix ANI for AP mode by Sujith Manoharan · 11 years ago
  8. 50a0f5bc ath9k: Remove redundant code by Sujith Manoharan · 11 years ago
  9. b99553f ath9k: Fix ANI levels by Sujith Manoharan · 11 years ago
  10. a04eb98 ath9k: Fix ANI monitoring by Sujith Manoharan · 11 years ago
  11. 80b4205 ath9k: Fix OFDM weak signal detection for AP mode by Sujith Manoharan · 11 years ago
  12. c24bd36 ath9k: Do not maintain ANI state per-channel by Sujith Manoharan · 11 years ago
  13. 4f4395c ath9k: Set ofdmWeakSigDetect directly by Sujith Manoharan · 11 years ago
  14. e323300 ath9k: Simplify ANI initialization by Sujith Manoharan · 11 years ago
  15. c5e818e ath9k_hw: remove a useless WARN_ON by Felix Fietkau · 12 years ago
  16. 9dbac67 ath9k_hw: reduce struct ar5416AniState size by Felix Fietkau · 12 years ago
  17. f5ffe23 ath9k_hw: remove ath9k_hw_ani_setup and its variables by Felix Fietkau · 12 years ago
  18. a4a2954 ath9k_hw: Add AR9565 HW support by Sujith Manoharan · 12 years ago
  19. 73dc3eb ath9k: fix ANI operation in AP mode by Felix Fietkau · 12 years ago
  20. 81b67fd6 ath9k_hw: rename mrcCCKOff to fix smatch warning by Rajkumar Manoharan · 12 years ago
  21. 058a638 ath9k_hw: clean up ANI OFDM trigger handling by Felix Fietkau · 12 years ago
  22. 1e8f0a3 ath9k_hw: fix setting lower noise immunity values by Felix Fietkau · 12 years ago
  23. 198823f ath9k: remove MIB interrupt support by Felix Fietkau · 12 years ago
  24. 465dce6 ath9k_hw: clean up defines and variables from the ANI implementation split by Felix Fietkau · 12 years ago
  25. 6790ae7 ath9k_hw: remove the old ANI implementation by Felix Fietkau · 12 years ago
  26. 5330df7 ath9k_hw: clean up / fix ANI mode checks related to beacon RSSI by Felix Fietkau · 12 years ago
  27. 7067e70 ath9k_hw: remove confusing logic inversion in an ANI variable by Felix Fietkau · 12 years ago
  28. 0b81cc3 ath9k_hw: fix OFDM weak signal detection handling by Felix Fietkau · 12 years ago
  29. 35e808b ath9k_hw: remove aniState->noiseFloor by Felix Fietkau · 12 years ago
  30. af1e8a6 ath9k: reset noiseimmunity level to default by Rajkumar Manoharan · 12 years ago
  31. 54da20d ath9k_hw: improve ANI processing and rx desensitizing parameters by Rajkumar Manoharan · 13 years ago
  32. 23677ce drivers/net: Remove boolean comparisons to true/false by Joe Perches · 13 years ago
  33. d2182b6 ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO by Joe Perches · 13 years ago
  34. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  35. ac06697 ath9k: disable unnecessary PHY error reporting by Felix Fietkau · 13 years ago
  36. f36369a ath9k: Store noise immunity values across scanning by Rajkumar Manoharan · 13 years ago
  37. 107021c ath9k: minor cleanup in ani by Mohammed Shafi Shajakhan · 13 years ago
  38. 5b68138 ath9k: Drag the driver to the year 2011 by Sujith Manoharan · 13 years ago
  39. 0ff2b5c ath9k: Fix warnings from -Wunused-but-set-variable by Sujith Manoharan · 13 years ago
  40. a95f160 ath9k_hw: Disable MRC CCK for AR9485 by Vasanthakumar Thiagarajan · 14 years ago
  41. 226afe6 ath: Convert ath_print to ath_dbg by Joe Perches · 14 years ago
  42. 07b2fa5 ath9k: Use static const by Joe Perches · 14 years ago
  43. 431c748 ath9k_hw: fix PHY counter overflow handling in ANI v1 by Felix Fietkau · 14 years ago
  44. e49f913 ath9k_hw: fix division by zero in the ANI monitor code by Felix Fietkau · 14 years ago
  45. b5bfc56 ath9k_hw: move the cycle counter tracking to ath by Felix Fietkau · 14 years ago
  46. dfdac8a ath9k_hw: store the clock rate in common data on channel changes by Felix Fietkau · 14 years ago
  47. 9579217 ath9k_hw: merge ath9k_hw_ani_monitor_old and ath9k_hw_ani_monitor_new by Felix Fietkau · 14 years ago
  48. 8eb4980 ath9k_hw: remove function pointer abstraction for internal ANI ops by Felix Fietkau · 14 years ago
  49. bfc472b ath9k_hw: remove code duplication in phy error counter handling by Felix Fietkau · 14 years ago
  50. 093115b ath9k_hw: clean up ANI state handling by Felix Fietkau · 14 years ago
  51. 71ea420 ath9k_hw: add a helper function to check for the new ANI implementation by Felix Fietkau · 14 years ago
  52. 435c161 ath9k_hw: clean up register write buffering by Felix Fietkau · 14 years ago
  53. 9dbebc7 ath9k_hw: merge codepaths that access the cycle counter registers by Felix Fietkau · 14 years ago
  54. 373426c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  55. 918df62 ath9k_hw: fix regression in ANI listen time calculation by Felix Fietkau · 14 years ago
  56. bbce80e drivers/net/wireless/ath/ath9k: use ARRAY_SIZE macro in ani.c by Nikitas Angelinas · 14 years ago
  57. e36b27a ath9k: add new ANI implementation for AR9003 by Luis R. Rodriguez · 14 years ago
  58. 40346b6 ath9k_hw: inform ANI calibration when scanning by Luis R. Rodriguez · 14 years ago
  59. ac0bb76 ath9k_hw: allow for spliting up ANI operations by family by Luis R. Rodriguez · 14 years ago
  60. 6e97f0f ath9k_hw: clear MIB interrupt causes when skipping ANI adjustments by Luis R. Rodriguez · 14 years ago
  61. 37e5bf6 ath9k_hw: fix clock rate calculations for ANI by Luis R. Rodriguez · 14 years ago
  62. 21d5130 ath9k_htc: Handle host RX disable by Sujith · 14 years ago
  63. 51f139d ath9k_hw: Remove pointless ANI deinit by Sujith · 14 years ago
  64. 7d0d0df ath9k_hw: Use buffered register writes by Sujith · 14 years ago
  65. c16fcb4 ath9k_hw: Split off ANI control to the PHY ops by Felix Fietkau · 14 years ago
  66. 8fe6536 ath9k_hw: Move some RF ops to the private callbacks by Luis R. Rodriguez · 14 years ago
  67. 7322fd1 ath9k: move hw code to its own module by Luis R. Rodriguez · 15 years ago
  68. cfe8cba ath9k: clarify what hw code is and remove ath9k.h from a few files by Luis R. Rodriguez · 15 years ago
  69. c46917b atheros: add common debug printing by Luis R. Rodriguez · 15 years ago
  70. b002a4a atheros: add ieee80211_hw to ath_common by Luis R. Rodriguez · 15 years ago
  71. 4d6b228 ath9k: use ath_hw for DPRINTF() and debug init/exit by Luis R. Rodriguez · 15 years ago
  72. d37b7da ath9k: Fix bug in ANI channel handling by Sujith · 15 years ago
  73. 22e66a4 ath9k: Nuke struct ath9k_node_stats by Vasanthakumar Thiagarajan · 15 years ago
  74. 1aa8e84 ath9k: Remove has_hw_phycounters by Sujith · 15 years ago
  75. e70c0cf ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable() by Luis R. Rodriguez · 15 years ago
  76. f637cfd ath9k: describe hw initialization better by Luis R. Rodriguez · 15 years ago
  77. c66284f ath9k: Tune ANI function processing on AP mode during ANI reset by Luis R. Rodriguez · 15 years ago
  78. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 16 years ago[Renamed from drivers/net/wireless/ath9k/ani.c]
  79. d8baa93 ath9k: Cleanup debug messages by Sujith · 16 years ago
  80. cee075a ath9k: Update copyright in all the files by Sujith · 16 years ago
  81. 0fd06c9 ath9k: Fix bug in disabling MIB counters by Sujith · 16 years ago
  82. 2660b81 ath9k: Remove all the useless ah_ variable prefixes by Sujith · 16 years ago
  83. cbe61d8 ath9k: Merge ath_hal and ath_hal_5416 structures by Sujith · 16 years ago
  84. ee6e8d1 ath9k: Convert ANI channel to a pointer by Sujith · 16 years ago
  85. 394cf0a ath9k: Header file cleanup by Sujith · 16 years ago
  86. 9950688 ath9k: fix null pointer dereference in ani monitor code by Gabor Juhos · 16 years ago
  87. 38b3370 ath9k: Make ANI CCK and OFDM error triggers band specific by Luis R. Rodriguez · 16 years ago
  88. d97809d ath9k: Replace ath9k_opmode with nl80211_iftype by Colin McCabe · 16 years ago
  89. 04bd463 ath9k: Use cleaner debug masks by Sujith · 16 years ago
  90. f1dc560 ath9k: Refactor hw.c by Sujith · 16 years ago