1. 77d6d39 ath9k_hw: abstract loading noisefloor by Luis R. Rodriguez · 14 years ago
  2. 795f5e2 ath9k_hw: split calib code by hardware families by Luis R. Rodriguez · 14 years ago
  3. b43d59f ath9k_hw: rename getNoiseFloorThresh() to ath9k_hw_loadnf() by Luis R. Rodriguez · 14 years ago
  4. 37c3e8b ath9k_hw: rename the PA calib routines to match their families by Luis R. Rodriguez · 14 years ago
  5. af6757e ath9k_hw: simplify OLC temp compensation for AR9002 by Luis R. Rodriguez · 14 years ago
  6. 2b5facf ath9k_hw: move the AR9280 OLC temp comp to its own helper by Luis R. Rodriguez · 14 years ago
  7. 80b9993 ath9k_hw: shift code for AR9280 OLC temp comp by Luis R. Rodriguez · 14 years ago
  8. becdbc54 ath9k_hw: rename PA calib for AR9287 by Luis R. Rodriguez · 14 years ago
  9. e83a113 ath9k_hw: add a helper for the OLC tem compensation for AR9002 by Luis R. Rodriguez · 14 years ago
  10. 4d001d1 ath9k_hw: add a helper for Power Amplifier calibration for AR9002 by Luis R. Rodriguez · 14 years ago
  11. 641d992 ath9k_hw: Split out the function for reading the noise floor by Felix Fietkau · 14 years ago
  12. 8fe6536 ath9k_hw: Move some RF ops to the private callbacks by Luis R. Rodriguez · 14 years ago
  13. 53bc7aa ath9k: Add support for newer AR9285 chipsets. by Vivek Natarajan · 14 years ago
  14. 02afa2a ath9k_hw: use the skip count for PA calibration on AR9271 by Sujith · 14 years ago
  15. 2cbfaea ath9k_hw: restrict valid nf readings for AR9271 to -114 by Sujith · 14 years ago
  16. 6398dc0 ath9k_hw: fix noisefloor history buffer usage on AR9271 by Sujith · 14 years ago
  17. 1d9c185 ath9k_hw: remove bogus register write on ath9k_hw_9271_pa_cal() by Luis R. Rodriguez · 15 years ago
  18. 6226811 ath9k_hw: run ath9k_hw_9271_pa_cal() initial calibration by Luis R. Rodriguez · 15 years ago
  19. b57df12 ath9k_hw: run the carrier leakage calibration fix for ar9271 as well by Luis R. Rodriguez · 15 years ago
  20. 7322fd1 ath9k: move hw code to its own module by Luis R. Rodriguez · 15 years ago
  21. 63a75b9 ath9k: Reduce PLL Settle time and eliminate redundant PLL calls. by Senthil Balasubramanian · 15 years ago
  22. 0b98eaa ath9k: Add Calibration checks by Vivek Natarajan · 15 years ago
  23. cfe8cba ath9k: clarify what hw code is and remove ath9k.h from a few files by Luis R. Rodriguez · 15 years ago
  24. c46917b atheros: add common debug printing by Luis R. Rodriguez · 15 years ago
  25. b002a4a atheros: add ieee80211_hw to ath_common by Luis R. Rodriguez · 15 years ago
  26. 4d6b228 ath9k: use ath_hw for DPRINTF() and debug init/exit by Luis R. Rodriguez · 15 years ago
  27. edbf51f ath9k: Fix regression in PA calibration by Sujith · 15 years ago
  28. ce143bb ath9k: Adjust the chainmasks properly by Senthil Balasubramanian · 15 years ago
  29. 6170cd5 ath9k: Set default noise floor value for AR9287 by Vivek Natarajan · 15 years ago
  30. 20caf0d ath9k: Handle PA cal usage properly by Sujith · 15 years ago
  31. 0abb096 ath9k: Fix bugs in programming registers during PA CAL by Sujith · 15 years ago
  32. a13883b ath9k: Reduce the frequency of PA offset calibration by Sujith · 15 years ago
  33. db91f2e ath9k: Add open loop power control support for AR9287. by Vivek Natarajan · 15 years ago
  34. d7e7d22 ath9k: add initial hardware support for ar9271 by Luis R. Rodriguez · 15 years ago
  35. ac88b6e ath9k: Add support for AR9287 based chipsets. by Vivek Natarajan · 15 years ago
  36. a59b5a5 ath9k: Manipulate and report the correct RSSI by Senthil Balasubramanian · 15 years ago
  37. f9dd6b5 ath9k: remove redundant AR9285 checks by Gabor Juhos · 15 years ago
  38. 386aeac ath9k: Remove CHANNEL_CW_INT handling in ath9k_hw_calibrate by Sujith · 15 years ago
  39. 04d19dd ath9k: Fix bug in calibration initialization by Sujith · 15 years ago
  40. cbfe946 ath9k: Use a consistent naming convention by Sujith · 15 years ago
  41. 379f044 ath9k: Cleanup calibration interface by Sujith · 15 years ago
  42. a451aa6 ath9k: Fix bug in determining calibration support by Sujith · 15 years ago
  43. db2f63f ath9k: Fix bug in checking HT flag by Sujith · 15 years ago
  44. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 15 years ago[Renamed from drivers/net/wireless/ath9k/calib.c]
  45. cee075a ath9k: Update copyright in all the files by Sujith · 15 years ago
  46. 15cc0f1 ath9k: make few eeprom and calib items static by Luis R. Rodriguez · 15 years ago
  47. 4e84516 ath9k: INI update for AR9285 and periodic PA offset caliberation by Senthil Balasubramanian · 15 years ago
  48. d9ae96d ath9k: Remove multiple macro occurrences by Sujith · 15 years ago
  49. 0caa7b1 ath9k: Fix HW wait timeout by Sujith · 15 years ago
  50. 8bd1d07 ath9k: Add open loop control support by Senthil Balasubramanian · 15 years ago
  51. edf7c06 ath9k: Initialize AGC calibration properly by Sujith · 15 years ago
  52. 2660b81 ath9k: Remove all the useless ah_ variable prefixes by Sujith · 15 years ago
  53. f74df6f ath9k: Cleanup EEPROM operations by Sujith · 15 years ago
  54. cbe61d8 ath9k: Merge ath_hal and ath_hal_5416 structures by Sujith · 15 years ago
  55. 394cf0a ath9k: Header file cleanup by Sujith · 15 years ago
  56. 793c592 ath9k: Fix AR9285 specific noise floor eeprom reads. by Senthil Balasubramanian · 15 years ago
  57. 5dad40c ath9k: Fix bug in NF calibration by Sujith · 15 years ago
  58. 5f8e077 ath9k: simplify regulatory code by Luis R. Rodriguez · 15 years ago
  59. e56db71 ath9k: remove mode specific default noise floor values by Luis R. Rodriguez · 16 years ago
  60. c9e27d9 ath9k: use ieee80211_conf on ath9k_hw_iscal_supported() by Luis R. Rodriguez · 16 years ago
  61. 76061ab ath9k: make request to get the noisefloor threshold band specific by Luis R. Rodriguez · 16 years ago
  62. e759407 ath9k: Adding support for Atheros AR9285 chipset. by Senthil Balasubramanian · 16 years ago
  63. 04bd463 ath9k: Use cleaner debug masks by Sujith · 16 years ago
  64. f9bbf43 ath9k: incorrect noise floor threshold values. by Senthil Balasubramanian · 16 years ago
  65. f1dc560 ath9k: Refactor hw.c by Sujith · 16 years ago