1. 8f942b9 ath9k: simplify ath9k_hw_get_scaled_power function by Gabor Juhos · 12 years ago
  2. ea6f792 ath9k: introduce ath9k_hw_get_scaled_power helper by Gabor Juhos · 12 years ago
  3. d2182b6 ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO by Joe Perches · 13 years ago
  4. 1b8714f ath9k_hw: clean up hardware revision checks by Felix Fietkau · 13 years ago
  5. 5b68138 ath9k: Drag the driver to the year 2011 by Sujith Manoharan · 13 years ago
  6. 04cf53f ath9k_hw: Offload USB eeprom reading to target by Sujith Manoharan · 14 years ago
  7. 940cd2c ath9k_hw: merge the ar9287 version of ath9k_hw_get_gain_boundaries_pdadcs by Felix Fietkau · 14 years ago
  8. 115277a ath9k_hw: merge ath9k_hw_get_gain_boundaries_pdadcs between eeprom_def.c and eeprom_4k.c by Felix Fietkau · 14 years ago
  9. 4ddfcd7 ath9k_hw: clean up duplicate and unnused eeprom related defines by Felix Fietkau · 14 years ago
  10. 226afe6 ath: Convert ath_print to ath_dbg by Joe Perches · 14 years ago
  11. e702ba1 ath9k_hw: fix endian issues with CTLs on AR9003 by Felix Fietkau · 14 years ago
  12. a55f858 ath9k_hw: Cleanup TX power calculation for AR9287 by Sujith · 14 years ago
  13. 79d7f4b ath9k_hw: Optimize ath9k_hw_ar9287_set_board_values by Sujith · 14 years ago
  14. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  15. 15c9ee7 ath9k_hw: Implement AR9003 eeprom callbacks by Senthil Balasubramanian · 14 years ago
  16. 0b8f6f2b1 ath9k_hw: rename eep_AR9287_ops to eep_ar9287_ops by Luis R. Rodriguez · 14 years ago
  17. 939ad86 ath9k_hw: the eep_map is used only for AR9280 PCI card ini fixup by Senthil Balasubramanian · 14 years ago
  18. 5bb1279 atheros: move bus ops to ath_common by Luis R. Rodriguez · 15 years ago
  19. 73f57f8 ath9k: Fix read buffer overflow by Roel Kluin · 15 years ago
  20. b5aec95 ath9k: Split eeprom.c into manageable pieces by Sujith · 15 years ago
  21. 6780ccf ath9k: Remove a few DEBUG mesages by Sujith · 15 years ago
  22. c16c9d0 ath9k: Try to fix whitespace damage by Sujith · 15 years ago
  23. 54e4cec ath9k: Cleanup function return types by Sujith · 15 years ago
  24. 6b4f645 ath9k: fix compile warning on ath9k_hw_AR9287_check_eeprom() by Luis R. Rodriguez · 15 years ago
  25. d7e7d22 ath9k: add initial hardware support for ar9271 by Luis R. Rodriguez · 15 years ago
  26. 475f598 ath9k: Remove _t postfix for ar9287_eeprom structure by Luis R. Rodriguez · 15 years ago
  27. f637cfd ath9k: describe hw initialization better by Luis R. Rodriguez · 15 years ago
  28. 2f6d7c1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  29. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  30. ac88b6e ath9k: Add support for AR9287 based chipsets. by Vivek Natarajan · 15 years ago
  31. 008749f ath9k: Read outside array bounds by Roel Kluin · 15 years ago
  32. dd8b15b ath9k: RX stucks during heavy traffic in HT40 mode. by Senthil Balasubramanian · 15 years ago
  33. 6badaaf drivers/net/wireless/ath/ath9k: Remove unnecessary semicolons by Joe Perches · 15 years ago
  34. 8fbff4b ath9k: Cleanup ineffective return values by Vasanthakumar Thiagarajan · 15 years ago
  35. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 15 years ago[Renamed from drivers/net/wireless/ath9k/eeprom.c]
  36. d8baa93 ath9k: Cleanup debug messages by Sujith · 15 years ago
  37. cee075a ath9k: Update copyright in all the files by Sujith · 16 years ago
  38. e71cef3 ath9k: Fix bug in 4K EEPROM size calculation by Sujith · 16 years ago
  39. d650915 ath9k: Change return type for set_board_values() by Sujith · 16 years ago
  40. a83615d ath9k: Introduce a helper function for setting board gain values by Sujith · 16 years ago
  41. 355363f ath9k: Move AR5416_VER_MASK to a common location by Sujith · 16 years ago
  42. 7d01b22 ath9k: Miscellaneous EEPROM handling cleanup by Sujith · 16 years ago
  43. be1b08a ath9k: Use suitable macros with 4k eeprom data by Vasanthakumar Thiagarajan · 16 years ago
  44. a8c96d3 ath9k: cleanup AR5416 version checking macros by Gabor Juhos · 16 years ago
  45. f40154e ath9k: Configure Power control register appropriately for h/w with 4k eeprom by Vasanthakumar Thiagarajan · 16 years ago
  46. d9ae96d ath9k: Remove multiple macro occurrences by Sujith · 16 years ago
  47. 8bd1d07 ath9k: Add open loop control support by Senthil Balasubramanian · 16 years ago
  48. 668158a ath9k: Fix incorrect noise floor reading for 4k EEPROM by Sujith · 16 years ago
  49. 06d0f06 ath9k: Enable Fractional N mode by Sujith · 16 years ago
  50. e421c7b ath9k: Store the correct max TX power level by Sujith · 16 years ago
  51. 93f726a drivers/net/wireless/ath9k: fix sparse warnings: Should it be static? by Hannes Eder · 16 years ago
  52. 2660b81 ath9k: Remove all the useless ah_ variable prefixes by Sujith · 16 years ago
  53. f74df6f ath9k: Cleanup EEPROM operations by Sujith · 16 years ago
  54. cbe61d8 ath9k: Merge ath_hal and ath_hal_5416 structures by Sujith · 16 years ago
  55. d6bad49 ath9k: Move regulatory information to a separate structure by Sujith · 16 years ago
  56. d535a42 ath9k: Store HW version information in a separate structure by Sujith · 16 years ago
  57. 394cf0a ath9k: Header file cleanup by Sujith · 16 years ago
  58. 81b1e19 ath9k: Clean up the way the eeprom antenna configuration is read by Vasanthakumar Thiagarajan · 16 years ago
  59. 9dbeb91 ath9k: get EEPROM contents from platform data on AHB bus by Gabor Juhos · 16 years ago
  60. cb33c41 ath9k: INI update for Atheros AR9280 and AR9285 chipset. by Senthil Balasubramanian · 16 years ago
  61. bf512bc drivers/net/wireless/ath9k: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  62. 2df1bff ath9k: Incorrect band enum causes invalid antenna configuration. by Senthil Balasubramanian · 16 years ago
  63. e759407 ath9k: Adding support for Atheros AR9285 chipset. by Senthil Balasubramanian · 16 years ago
  64. 04bd463 ath9k: Use cleaner debug masks by Sujith · 16 years ago
  65. 4d3601b ath9k: Configure AR_PHY_SWITCH_COM with apropriate antenna control by Vasanthakumar Thiagarajan · 16 years ago
  66. f9bbf43 ath9k: incorrect noise floor threshold values. by Senthil Balasubramanian · 16 years ago
  67. 9f80420 ath9k: INI update for atheros chipets. by Senthil Balasubramanian · 16 years ago
  68. f1dc560 ath9k: Refactor hw.c by Sujith · 16 years ago