1. ea066d5 ath9k: Add support for Adaptive Power Management by Mohammed Shafi Shajakhan · 14 years ago
  2. 8b7f853 ath9k: fix software retry counter tracking by Felix Fietkau · 14 years ago
  3. 81fc2a3 Revert "ath9k_htc: Handle monitor mode properly for HTC devices" by Rajkumar Manoharan · 14 years ago
  4. 8c5e9c8 ath9k: Remove code which enables btcoex based on subsys id by Vasanthakumar Thiagarajan · 14 years ago
  5. 8f5dcb1 ath9k: Reintroduce modparam to enable btcoex by Vasanthakumar Thiagarajan · 14 years ago
  6. 4f85593 ath9k_hw: remove ath9k_hw_stoppcurecv by Felix Fietkau · 14 years ago
  7. fa6e15e ath9k_htc: Identify devices using driver_info by Rajkumar Manoharan · 14 years ago
  8. f7ec8fb ath9k_hw: Fix eeprom offset for AR9287 devices (PCI/USB) by Rajkumar Manoharan · 14 years ago
  9. 64f1217 ath9k_htc: Add driver_info in usb device list by Rajkumar Manoharan · 14 years ago
  10. bedbbb9 ath: Add a driver_info bitmask field by Rajkumar Manoharan · 14 years ago
  11. c8b5760 ath9k: avoid aggregation for VO traffic by Luis R. Rodriguez · 14 years ago
  12. d7a066c9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  13. f8afa42 ath9k_htc: fix eeprom access by Felix Fietkau · 14 years ago
  14. 02d2ebb ath9k_hw: fix A-MPDU key search issues on AR9003 by Felix Fietkau · 14 years ago
  15. 5653a63 carl9170: Use static const by Joe Perches · 14 years ago
  16. 07b2fa5 ath9k: Use static const by Joe Perches · 14 years ago
  17. 8b22523 ath5k: Use static const by Joe Perches · 14 years ago
  18. 85be3d9 ar9170: Use const by Joe Perches · 14 years ago
  19. a9ab211 carl9170: fix init-self regression by Christian Lamparter · 14 years ago
  20. e1566d1 ath9k: fix recursive locking in the tx flush path by Felix Fietkau · 14 years ago
  21. b397492 carl9170: fix virtual interface setup crash by Christian Lamparter · 14 years ago
  22. d47844a ath9k: fix timeout on stopping rx dma by Felix Fietkau · 14 years ago
  23. aaa13ca ath9k_hw: support reading calibration data from flash on AR9003 by Felix Fietkau · 14 years ago
  24. a05b5d45 ath9k: add support for reading eeprom from platform data on PCI devices by Felix Fietkau · 14 years ago
  25. eef39be ath5k: Use generic EWMA library by Bruno Randolf · 14 years ago
  26. 3bf30b5 ath9k_htc: Avoid setting QoS control for non-QoS frames by Rajkumar Manoharan · 14 years ago
  27. 488f6ba ath9k_hw: add support for reading EEPROM data from the internal OTP ROM by Felix Fietkau · 14 years ago
  28. 2d42efc ath9k: store frame information used by aggregation inside the skb tx info by Felix Fietkau · 14 years ago
  29. 04caf86 ath9k: more tx setup cleanups by Felix Fietkau · 14 years ago
  30. 71a3bf3 ath9k: block new AMPDU sessions if SC_OP_TXAGGR is not set by Felix Fietkau · 14 years ago
  31. 28d1670 ath9k: clean up code duplication around ath_tx_start by Felix Fietkau · 14 years ago
  32. c599261 ath9k: remove bf_tx_aborted from struct ath_buf by Felix Fietkau · 14 years ago
  33. 76e4522 ath9k: remove bfs_frmlen from struct ath_buf_state by Felix Fietkau · 14 years ago
  34. b572d03 ath9k: remove bfs_nframes from struct ath_buf_state by Felix Fietkau · 14 years ago
  35. 269c44b ath9k: remove bfs_al from struct ath_buf_state by Felix Fietkau · 14 years ago
  36. 3017047 ath9k: remove bfs_keyix from struct ath_buf_state by Felix Fietkau · 14 years ago
  37. 82259b7 ath9k: remove bfs_paprd_timestamp from struct ath_buf_state by Felix Fietkau · 14 years ago
  38. 952cd69 ath9k: remove bfs_keytype from struct ath_buf_state by Felix Fietkau · 14 years ago
  39. 5daefbd ath9k: remove bfs_tidno from struct ath_buf_state by Felix Fietkau · 14 years ago
  40. 2d3bcba ath9k: remove bfs_seqno from struct ath_buf_state by Felix Fietkau · 14 years ago
  41. 9a6b827 ath9k: fix PA predistortion training frame setup by Felix Fietkau · 14 years ago
  42. c5d0855 ath9k_hw: set default values for radar pulse detection by Felix Fietkau · 14 years ago
  43. 28d9cc7 ath9k_htc: Use macro for caldata array size by Mohammed Shafi Shajakhan · 14 years ago
  44. 4e8c14e ath9k_hw: add a private op for configuring radar pulse detection by Felix Fietkau · 14 years ago
  45. 82b873a ath9k: clean up tx buffer setup by Felix Fietkau · 14 years ago
  46. 61117f0 ath9k: remove the tx info padding byte abuse by Felix Fietkau · 14 years ago
  47. f0c255a ath9k: handle tx underrun in the driver instead of rate control by Felix Fietkau · 14 years ago
  48. 1d666d8 ath9k: remove the unnecessary private xretry tx flag by Felix Fietkau · 14 years ago
  49. 7afbb2f ath5k: Cleanup opmode setting logic. by Ben Greear · 14 years ago
  50. 6ee63f5 ath9k_hw: Fix low throughput issue with AR93xx by Senthil Balasubramanian · 14 years ago
  51. 39ec299 ath9k: Fix bug in delimiter padding computation by Vasanthakumar Thiagarajan · 14 years ago
  52. bc20680 ath9k_hw: Add helper function for interpolation by Vasanthakumar Thiagarajan · 14 years ago
  53. 15cbbc4 ath9k_hw: Improve power control accuracy for AR9003 by Vasanthakumar Thiagarajan · 14 years ago
  54. f4475a6 ath9k_hw: Enable strong signal detection for AR9003 by Vasanthakumar Thiagarajan · 14 years ago
  55. 52a0e24 ath9k_hw: Fix XPABIAS level configuration for AR9003 by Vasanthakumar Thiagarajan · 14 years ago
  56. 3092354 ath9k_hw: add eeprom templates for ar9003 family chipsets by Senthil Balasubramanian · 14 years ago
  57. 3ceb801 ath9k_hw: Fix paprd training frame failure. by Senthil Balasubramanian · 14 years ago
  58. ef5a6a7 ath9k_hw: Initialize 2GHz CTL properly. by Senthil Balasubramanian · 14 years ago
  59. b3dd6bc ath9k_hw: Add new member into the eeprom structure. by Senthil Balasubramanian · 14 years ago
  60. a9d85fb ath9k_hw: Fix a reset failure on AR9382 (2x2). by Senthil Balasubramanian · 14 years ago
  61. 72a8011 ath5k: Add support for antenna configuration by Bruno Randolf · 14 years ago
  62. 7e559ec drivers/net/wireless/ath/debug.c: Use printf extension %pV by Joe Perches · 14 years ago
  63. b5261cf ath9k_hw: Set proper eeprom offset for AR9287 HTC devices by Rajkumar Manoharan · 14 years ago
  64. 7cbf261 ath9k_htc: Add new devices into AR7010 by Rajkumar Manoharan · 14 years ago
  65. 32b0895 ath9k_htc: Update usb device ID list by Rajkumar Manoharan · 14 years ago
  66. e8364bb ath9k: Remove pm_qos request after hw unregister. by Vivek Natarajan · 14 years ago
  67. dfa31fe carl9170: fix usb anchor wait timeout by Christian Lamparter · 14 years ago
  68. b1d771e carl9170: use generic sign_extend32 by Christian Lamparter · 14 years ago
  69. 7919a57 bitops: Provide generic sign_extend32 function by Andreas Herrmann · 14 years ago
  70. 5d882c9 ath5k: Print stats as unsigned ints. by Ben Greear · 14 years ago
  71. 041fb8f carl9170: tx path review by Christian Lamparter · 14 years ago
  72. 066dae9 ath9k: rework tx queue selection and fix queue stopping/waking by Felix Fietkau · 14 years ago
  73. 3eedb6f carl9170: configurable beacon rates by Christian Lamparter · 14 years ago
  74. 2a6cef5 carl9170: stop stale uplink BA sessions by Christian Lamparter · 14 years ago
  75. e4a668c carl9170: fix spurious restart due to high latency by Christian Lamparter · 14 years ago
  76. e277690 carl9170: initialize HW aMPDU parameters properly by Christian Lamparter · 14 years ago
  77. 3f1240e carl9170: import hw/fw header updates by Christian Lamparter · 14 years ago
  78. 6a6733f ath9k: content DMA start / stop through the PCU lock by Luis R. Rodriguez · 14 years ago
  79. 4bdd1e9 ath9k: move the PCU lock to the sc structure by Luis R. Rodriguez · 14 years ago
  80. 9d94674 ath9k: simplify hw reset locking by Luis R. Rodriguez · 14 years ago
  81. 5d4c428 ath9k: Properly assign boolean types by Mohammed Shafi Shajakhan · 14 years ago
  82. 446fad5 ath9k_htc: Handle monitor mode properly for HTC devices by Rajkumar Manoharan · 14 years ago
  83. 8e7ce89 carl9170: fix typos by Hauke Mehrtens · 14 years ago
  84. ff32d9c ath9k_hw: fix potential spurious tx error bit interpretation by Felix Fietkau · 14 years ago
  85. 78a7685 ath9k: add a debug warning when we cannot stop RX by Luis R. Rodriguez · 14 years ago
  86. b87b012 ath: add a ATH_DBG_WARN() by Luis R. Rodriguez · 14 years ago
  87. 14fb7c1 ath5k: make ath5k_update_bssid_mask_and_opmode() static by Luis R. Rodriguez · 14 years ago
  88. f8c2a08 ath: make ath_hw_set_keycache_entry() static by Luis R. Rodriguez · 14 years ago
  89. a3685d1 ath: make ath_hw_keysetmac() static by Luis R. Rodriguez · 14 years ago
  90. babcbc2 ath9k: initialize per-channel tx power limits instead of hardcoding them by Felix Fietkau · 14 years ago
  91. de40f31 ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpower by Felix Fietkau · 14 years ago
  92. 6b7b6cf ath9k_hw: initialize regulatory->max_power_level in set_txpower for AR9003 by Felix Fietkau · 14 years ago
  93. edb40a2 ath5k: Add channel time to survey data by Bruno Randolf · 14 years ago
  94. 3dd0923 ath5k: Optimize descriptor alignment by Bruno Randolf · 14 years ago
  95. 123f5b8e ath9k: Remove the median function in rate control by Mohammed Shafi Shajakhan · 14 years ago
  96. ada9f1c ath9k_hw: optimize all descriptor access functions by Felix Fietkau · 14 years ago
  97. f0e94b4 ath9k: Convert to new PCI PM framework by Rafael J. Wysocki · 14 years ago
  98. 191d6a1 ath9k: fix sparse complaint on aphy for debugfs by Luis R. Rodriguez · 14 years ago
  99. 744bcb4 ath9k_hw: make ath9k_hw_gettsf32 static by Felix Fietkau · 14 years ago
  100. 8eb1dab ath9k: remove a redundant call to ath9k_hw_gettsf32 by Felix Fietkau · 14 years ago