1. 2ef1675 ath9k: fix signal strength reporting issues by Felix Fietkau · 12 years ago
  2. 3a2923e ath9k: get rid of double queueing of rx frames on EDMA by Felix Fietkau · 12 years ago
  3. fc16fd8 ath9k: remove rssi/antenna information from recv debug stats by Felix Fietkau · 12 years ago
  4. 5baec74 ath9k: make MAC sample statistics optional by Felix Fietkau · 12 years ago
  5. 9c083af ath9k_hw: use cold instead of warm reset on AR9280 by Felix Fietkau · 12 years ago
  6. 5c17ddc ath5k: do not re-run AGC calibration periodically by Felix Fietkau · 12 years ago
  7. 62e2c10 ath5k: do not stop queues for full calibration by Felix Fietkau · 12 years ago
  8. da473b6 ath5k: allow AP and mesh mode to operate simultaneously by Chun-Yeow Yeoh · 12 years ago
  9. 804483e cfg80211/mac80211: report signal strength for mgmt frames by Johannes Berg · 12 years ago
  10. 6a01f0c ath9k: make use of list_for_each_entry_safe by Mohammed Shafi Shajakhan · 12 years ago
  11. d53c74e ath9k: completely zero intialize valid_phy_rate_idx by Mohammed Shafi Shajakhan · 12 years ago
  12. 4e0ad25 ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx status by Felix Fietkau · 12 years ago
  13. 627e67a ath9k_hw: enable interrupts for beacon tx completion events by Felix Fietkau · 12 years ago
  14. 4286df6 ath9k: do not call ath9k_hw_txprocdesc on AR9003 outside of the tx tasklet by Felix Fietkau · 12 years ago
  15. d6157bf Revert "ath9k_hw: Fix false tx hung detection in AR9003 chips" by Felix Fietkau · 12 years ago
  16. c288ec6 carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly" by John W. Linville · 12 years ago
  17. 8701ff0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  18. f4fb4b2 ath9k: decouple RX error checking for DFS by Zefir Kurtisi · 12 years ago
  19. 9926a675 carl9170: fix frame delivery if sta is in powersave mode by Christian Lamparter · 12 years ago
  20. 992d525 carl9170: Fix memory accounting when sta is in power-save mode. by Nicolas Cavallari · 12 years ago
  21. 682dd04 ath9k: Cleanup mci.c by Sujith Manoharan · 12 years ago
  22. 37cd9d7 ath9k_hw: MCI whitespace/debug cleanup by Sujith Manoharan · 12 years ago
  23. 0cc4cde ath9k_hw: Remove HW revision checks by Sujith Manoharan · 12 years ago
  24. 4f851df ath9k_hw: Cleanup MCI reset routine by Sujith Manoharan · 12 years ago
  25. 70982b7 ath9k: Modify ATH9K_BTCOEX_SUPPORT by Sujith Manoharan · 12 years ago
  26. 9a15858 ath9k: Remove ATH9K_HW_CAP_MCI checks by Sujith Manoharan · 12 years ago
  27. 64ab38d ath9k: Remove ATH_BTCOEX_CFG_NONE checks by Sujith Manoharan · 12 years ago
  28. 9d5b80f ath9k_htc: Use CONFIG_ATH9K_BTCOEX_SUPPORT by Sujith Manoharan · 12 years ago
  29. cee5341 ath9k_htc: Init BTCOEX inside htc_drv_gpio.c by Sujith Manoharan · 12 years ago
  30. bf047fc ath9k_htc: Start/stop btcoex using a helper by Sujith Manoharan · 12 years ago
  31. dbccdd1 ath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORT by Sujith Manoharan · 12 years ago
  32. a3f846f ath9k_hw: Cleanup MCI function declarations by Sujith Manoharan · 12 years ago
  33. f4701b5 ath9k_hw: Cleanup MCI bits from hw.h by Sujith Manoharan · 12 years ago
  34. 528e5d3 ath9k_hw: Cleanup MCI bits from ath9k_hw_reset() by Sujith Manoharan · 12 years ago
  35. f2f408e ath9k_hw: Setup MCI calibration using a helper by Sujith Manoharan · 12 years ago
  36. d1ca8b8 ath9k_hw: Handle MCI power state using a helper by Sujith Manoharan · 12 years ago
  37. 5a1e273 ath9k_hw: Use a helper function to get MCI ISR by Sujith Manoharan · 12 years ago
  38. d68475d ath9k: Initialize BTCOEX scheme using a helper by Sujith Manoharan · 12 years ago
  39. 4daa776 ath9k: Use CONFIG_ATH9K_BTCOEX_SUPPORT by Sujith Manoharan · 12 years ago
  40. c0ac53f ath9k: Calculate ampdu limit using a helper by Sujith Manoharan · 12 years ago
  41. 56ca0dba ath9k: Process BTCOEX interrupts using a helper by Sujith Manoharan · 12 years ago
  42. df198b1 ath9k: Use proper start/stop routines for BTCOEX by Sujith Manoharan · 12 years ago
  43. 5908120 ath9k: Move BTCOEX init/deinit functions to gpio.c by Sujith Manoharan · 12 years ago
  44. d3c83ac ath9k: Initialize MCI params using a helper by Sujith Manoharan · 12 years ago
  45. ea510e4 ath9k: Cleanup MCI init/deinit routines by Sujith Manoharan · 12 years ago
  46. c91ec46 ath9k: Remove AR9462 v1.0 support by Sujith Manoharan · 12 years ago
  47. a39fb22 ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and back by Pavel Roskin · 12 years ago
  48. 9da2723 ath9k: Fix descriptor length for AR9462 by Sujith Manoharan · 12 years ago
  49. f4c6ac27 ath9k: Fix programming SYNTH4 for AR9462 by Sujith Manoharan · 12 years ago
  50. ae245cd ath9k: Initialize NF values properly by Sujith Manoharan · 12 years ago
  51. 4bc7cda ath9k: Remove unused initvals by Sujith Manoharan · 12 years ago
  52. dbb07f0 ath9k: Fix phyerr debug statistics by Sujith Manoharan · 12 years ago
  53. 4203214 ath9k: Prettify recv debugfs file output by Sujith Manoharan · 12 years ago
  54. f8b815d ath9k: Add a debugfs file to display reset statistics by Sujith Manoharan · 12 years ago
  55. 6bcf6f6 ath9k: Merge wiphy and misc debugfs files by Sujith Manoharan · 12 years ago
  56. 25d78d3 ath9k: Remove unnecessary variable initialization by Sujith Manoharan · 12 years ago
  57. 14fec8d ath9k_hw: remove duplicate initvals by Felix Fietkau · 12 years ago
  58. 0a8a721 ath9k: remove unnecessary PS wrappers by Mohammed Shafi Shajakhan · 12 years ago
  59. 5ce3df6 ath9k: remove obsolete comments by Mohammed Shafi Shajakhan · 12 years ago
  60. cede8b6 ath5k:Remove __raw_read and __raw_write by Jonathan Bither · 12 years ago
  61. 8860020 cfg80211: restructure AP/GO mode API by Johannes Berg · 12 years ago
  62. 9bbb816 ath9k_hw: prevent writes to const data on AR9160 by Felix Fietkau · 12 years ago
  63. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  64. 2504a64 ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status by Pavel Roskin · 13 years ago
  65. 291689f ath9k: cleanup a min_t() cast by Dan Carpenter · 13 years ago
  66. b9d9057 Merge branch 'for-linville' of git://github.com/kvalo/ath6kl by John W. Linville · 13 years ago
  67. 55a2bb4 ath9k_hw: fix a RTS/CTS timeout regression by Felix Fietkau · 13 years ago
  68. f88373f ath9k: fix a WEP crypto related regression by Felix Fietkau · 13 years ago
  69. 07445f6 ath9k: Fix kernel panic during driver initilization by Mohammed Shafi Shajakhan · 13 years ago
  70. 8149415 ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix by John W. Linville · 13 years ago
  71. 5fbea5d ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' struct for create_qos command by Chilam Ng · 13 years ago
  72. 1b46dc04 ath6kl: fix compiler warning in ath6kl_init_hw_params() by Kalle Valo · 13 years ago
  73. 3c325fb ath6kl: Fix typo in cfg80211.c by Masanari Iida · 13 years ago
  74. cca4d5a ath6kl: Workaround to support Deep Sleep with MSM. by Santosh Sajjan · 13 years ago
  75. feced20 ath9k: Print the correct channel mode by Sujith Manoharan · 13 years ago
  76. 0ed7b93 ath9k_htc: Load firmware asynchronously by Sujith Manoharan · 13 years ago
  77. 3c411a4 ath6kl: Return a proper error code when not in connected state by Raja Mani · 13 years ago
  78. 081c7a8 ath6kl: Wait for host sleep mode cmd processed event during WOW suspend by Raja Mani · 13 years ago
  79. d91e8ee ath6kl: Configure WOW patterns while going to wow_suspend by Raja Mani · 13 years ago
  80. e390af7 ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend by Raja Mani · 13 years ago
  81. c865154 ath6kl: Fix kernel panic during rx aggregation by Vasanthakumar Thiagarajan · 13 years ago
  82. 5f1127f ath6kl: fix testmode when fw-2.bin or fw-3.bin is used by Kalle Valo · 13 years ago
  83. 41b2d62 ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix by John W. Linville · 13 years ago
  84. 67e43de carl9170: allow users to lower output power level by Christian Lamparter · 13 years ago
  85. 11deb53 ath5k: use bool type for no_hw_rfkill_switch module parameter by John W. Linville · 13 years ago
  86. d7d312c ath9k_htc: claim support for IBSS RSN by Antonio Quartulli · 13 years ago
  87. f997257 ath5k: claim support for IBSS RSN by Antonio Quartulli · 13 years ago
  88. 6ae4bb6 carl9170: remove eeprom data injection option by Christian Lamparter · 13 years ago
  89. e2d75c1 carl9170: claim to support IBSS RSN. by Nicolas Cavallari · 13 years ago
  90. 1d2a445 ath6kl: Fix bug in maintaining aggregation state in AP mode by Vasanthakumar Thiagarajan · 13 years ago
  91. 3fdc099 ath6kl: Fix bug in using tid given by addba/delba req events by Vasanthakumar Thiagarajan · 13 years ago
  92. 17741c8 ath6kl: Pass vif instead of ar to ath6kl_add_new_sta() by Vasanthakumar Thiagarajan · 13 years ago
  93. 7baef81 ath6kl: Define a structure for connection specific aggregation information by Vasanthakumar Thiagarajan · 13 years ago
  94. 0e7de66 ath6kl: Fix memory leak when unloading ath6kl_sdio by Vasanthakumar Thiagarajan · 13 years ago
  95. 7a950ea ath6kl: Make sure to delete rx aggregation timer in aggr_reset_state() by Vasanthakumar Thiagarajan · 13 years ago
  96. 241b128 ath6kl: add back beginnings of USB support by Kalle Valo · 13 years ago
  97. d6a434d ath6kl: create ath6kl_core.ko by Kalle Valo · 13 years ago
  98. 3b1b7d0 ath6kl: convert ath6kl_dbg() and ath6kl_dbg_dump() into functions by Kalle Valo · 13 years ago
  99. 5afa5aa ath6kl: get rid of AR_DBG_LVL_CHECK() by Kalle Valo · 13 years ago
  100. 45eaa78 ath6kl: create core.c by Kalle Valo · 13 years ago