1. 1e9a905 ath6kl: Add provision to define suspend policy in disconnected state. by Raja Mani · 13 years ago
  2. 068a463 ath6kl: Fix kernel panic while receiving fwlog during boot by Vasanthakumar Thiagarajan · 13 years ago
  3. 05e5bd0 Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 13 years ago
  4. daa16bc ath6kl: Restrict memcpy to bounce buffer only for write request by Raja Mani · 13 years ago
  5. d1f4159 ath6kl: Fix random system lockup by Raja Mani · 14 years ago
  6. af840ba ath6kl: Collect residue firmware logs by Etay Luz · 13 years ago
  7. 7504a3e ath6kl: add padding to firmware log records by Etay Luz · 13 years ago
  8. 67cd22e ath6kl: implement hidden ssid by Thomas Pedersen · 13 years ago
  9. 080eec4 ath6kl: Clear the IE in firmware if not set by Aarthi Thiruvengadam · 13 years ago
  10. e5348a1 ath6kl: Make sure wiphy is registered before calling regulatory_hint() by Vasanthakumar Thiagarajan · 13 years ago
  11. b796f09 ath6kl: Defer wiphy and netdev registration till the end of ath6kl_core_init() by Vasanthakumar Thiagarajan · 13 years ago
  12. 81db48d ath6kl: Skip vif index validation in ath6kl_rx() for wmi events by Vasanthakumar Thiagarajan · 13 years ago
  13. 5dbc811 ath6kl: Refactor ath6kl_wmi_control_rx() by Vasanthakumar Thiagarajan · 13 years ago
  14. 4705b70 ath6kl: Initialize netdev hw_features for every interface by Vasanthakumar Thiagarajan · 13 years ago
  15. f2afdac ath6kl: Group wiphy initialization into ath6kl_cfg80211_init() by Vasanthakumar Thiagarajan · 13 years ago
  16. c288ec6 carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly" by John W. Linville · 13 years ago
  17. 8701ff0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  18. f4fb4b2 ath9k: decouple RX error checking for DFS by Zefir Kurtisi · 13 years ago
  19. 9926a675 carl9170: fix frame delivery if sta is in powersave mode by Christian Lamparter · 13 years ago
  20. 992d525 carl9170: Fix memory accounting when sta is in power-save mode. by Nicolas Cavallari · 13 years ago
  21. faaf192 ath6kl: Register driver ht capabilities in wiphy by Vasanthakumar Thiagarajan · 13 years ago
  22. 4480bb5 ath6kl: Lower SDIO pad drive strength for hw2.1.1 board by Raja Mani · 13 years ago
  23. 13423c3 ath6kl: Make foreground scan a deterministic one by Vasanthakumar Thiagarajan · 13 years ago
  24. 5378f24 ath6kl: Fix memory leak of rx packets in endpoint 0 by Vasanthakumar Thiagarajan · 14 years ago
  25. bd5b5ac ath6kl: Make sure to allocate rx buffers after the endpoint connection by Vasanthakumar Thiagarajan · 14 years ago
  26. 682dd04 ath9k: Cleanup mci.c by Sujith Manoharan · 13 years ago
  27. 37cd9d7 ath9k_hw: MCI whitespace/debug cleanup by Sujith Manoharan · 13 years ago
  28. 0cc4cde ath9k_hw: Remove HW revision checks by Sujith Manoharan · 13 years ago
  29. 4f851df ath9k_hw: Cleanup MCI reset routine by Sujith Manoharan · 13 years ago
  30. 70982b7 ath9k: Modify ATH9K_BTCOEX_SUPPORT by Sujith Manoharan · 13 years ago
  31. 9a15858 ath9k: Remove ATH9K_HW_CAP_MCI checks by Sujith Manoharan · 13 years ago
  32. 64ab38d ath9k: Remove ATH_BTCOEX_CFG_NONE checks by Sujith Manoharan · 13 years ago
  33. 9d5b80f ath9k_htc: Use CONFIG_ATH9K_BTCOEX_SUPPORT by Sujith Manoharan · 13 years ago
  34. cee5341 ath9k_htc: Init BTCOEX inside htc_drv_gpio.c by Sujith Manoharan · 13 years ago
  35. bf047fc ath9k_htc: Start/stop btcoex using a helper by Sujith Manoharan · 13 years ago
  36. dbccdd1 ath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORT by Sujith Manoharan · 13 years ago
  37. a3f846f ath9k_hw: Cleanup MCI function declarations by Sujith Manoharan · 13 years ago
  38. f4701b5 ath9k_hw: Cleanup MCI bits from hw.h by Sujith Manoharan · 13 years ago
  39. 528e5d3 ath9k_hw: Cleanup MCI bits from ath9k_hw_reset() by Sujith Manoharan · 13 years ago
  40. f2f408e ath9k_hw: Setup MCI calibration using a helper by Sujith Manoharan · 13 years ago
  41. d1ca8b8 ath9k_hw: Handle MCI power state using a helper by Sujith Manoharan · 13 years ago
  42. 5a1e273 ath9k_hw: Use a helper function to get MCI ISR by Sujith Manoharan · 13 years ago
  43. d68475d ath9k: Initialize BTCOEX scheme using a helper by Sujith Manoharan · 13 years ago
  44. 4daa776 ath9k: Use CONFIG_ATH9K_BTCOEX_SUPPORT by Sujith Manoharan · 13 years ago
  45. c0ac53f ath9k: Calculate ampdu limit using a helper by Sujith Manoharan · 13 years ago
  46. 56ca0db ath9k: Process BTCOEX interrupts using a helper by Sujith Manoharan · 13 years ago
  47. df198b1 ath9k: Use proper start/stop routines for BTCOEX by Sujith Manoharan · 13 years ago
  48. 5908120 ath9k: Move BTCOEX init/deinit functions to gpio.c by Sujith Manoharan · 13 years ago
  49. d3c83ac ath9k: Initialize MCI params using a helper by Sujith Manoharan · 13 years ago
  50. ea510e4 ath9k: Cleanup MCI init/deinit routines by Sujith Manoharan · 13 years ago
  51. c91ec46 ath9k: Remove AR9462 v1.0 support by Sujith Manoharan · 13 years ago
  52. a39fb22 ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and back by Pavel Roskin · 13 years ago
  53. 9da2723 ath9k: Fix descriptor length for AR9462 by Sujith Manoharan · 13 years ago
  54. f4c6ac27 ath9k: Fix programming SYNTH4 for AR9462 by Sujith Manoharan · 13 years ago
  55. ae245cd ath9k: Initialize NF values properly by Sujith Manoharan · 13 years ago
  56. 4bc7cda ath9k: Remove unused initvals by Sujith Manoharan · 13 years ago
  57. dbb07f0 ath9k: Fix phyerr debug statistics by Sujith Manoharan · 13 years ago
  58. 4203214 ath9k: Prettify recv debugfs file output by Sujith Manoharan · 13 years ago
  59. f8b815d ath9k: Add a debugfs file to display reset statistics by Sujith Manoharan · 13 years ago
  60. 6bcf6f6 ath9k: Merge wiphy and misc debugfs files by Sujith Manoharan · 13 years ago
  61. 25d78d3 ath9k: Remove unnecessary variable initialization by Sujith Manoharan · 13 years ago
  62. 14fec8d ath9k_hw: remove duplicate initvals by Felix Fietkau · 13 years ago
  63. cc4d623 ath6kl: Remove bogus non-NULL pointer check by Vasanthakumar Thiagarajan · 14 years ago
  64. e8ad9a0 ath6kl: Fix missing release of semaphore in ath6kl_stop_txrx() by Vasanthakumar Thiagarajan · 14 years ago
  65. 0ea10f2b ath6kl: assign Tx packet drop threshold per endpoint based on AC priority by Chilam Ng · 14 years ago
  66. d0ff738 ath6kl: Add unicast mgmt frame buffering by Naveen Gangadharan · 14 years ago
  67. 0a8a721 ath9k: remove unnecessary PS wrappers by Mohammed Shafi Shajakhan · 14 years ago
  68. 5ce3df6 ath9k: remove obsolete comments by Mohammed Shafi Shajakhan · 14 years ago
  69. cede8b6 ath5k:Remove __raw_read and __raw_write by Jonathan Bither · 14 years ago
  70. 8860020 cfg80211: restructure AP/GO mode API by Johannes Berg · 14 years ago
  71. 9bbb816 ath9k_hw: prevent writes to const data on AR9160 by Felix Fietkau · 13 years ago
  72. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  73. 2504a64 ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status by Pavel Roskin · 14 years ago
  74. 3b96d49 ath6kl: Fix firmware crash dump by Naveen Gangadharan · 14 years ago
  75. fb1ac2e ath6kl: add support for AR6003 2048 byte board file by Prasanna Kumar · 14 years ago
  76. b29072c ath6kl: prioritize Tx bundling based on AC priorities by Chilam Ng · 14 years ago
  77. 1b2df40 ath6kl: Update license header by Vasanthakumar Thiagarajan · 14 years ago
  78. c807b30 ath6kl: add blocking debugfs file for retrieving firmware logs by Kalle Valo · 14 years ago
  79. 9b9a4f2 ath6kl: store firmware logs in skbuffs by Kalle Valo · 14 years ago
  80. 291689f ath9k: cleanup a min_t() cast by Dan Carpenter · 14 years ago
  81. b9d9057 Merge branch 'for-linville' of git://github.com/kvalo/ath6kl by John W. Linville · 14 years ago
  82. 55a2bb4 ath9k_hw: fix a RTS/CTS timeout regression by Felix Fietkau · 14 years ago
  83. f88373f ath9k: fix a WEP crypto related regression by Felix Fietkau · 14 years ago
  84. 07445f6 ath9k: Fix kernel panic during driver initilization by Mohammed Shafi Shajakhan · 14 years ago
  85. 8149415 ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix by John W. Linville · 14 years ago
  86. 5fbea5d ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' struct for create_qos command by Chilam Ng · 14 years ago
  87. 1b46dc04 ath6kl: fix compiler warning in ath6kl_init_hw_params() by Kalle Valo · 14 years ago
  88. 3c325fb ath6kl: Fix typo in cfg80211.c by Masanari Iida · 14 years ago
  89. cca4d5a ath6kl: Workaround to support Deep Sleep with MSM. by Santosh Sajjan · 14 years ago
  90. feced20 ath9k: Print the correct channel mode by Sujith Manoharan · 14 years ago
  91. 0ed7b93 ath9k_htc: Load firmware asynchronously by Sujith Manoharan · 14 years ago
  92. 3c411a4 ath6kl: Return a proper error code when not in connected state by Raja Mani · 14 years ago
  93. 081c7a8 ath6kl: Wait for host sleep mode cmd processed event during WOW suspend by Raja Mani · 14 years ago
  94. d91e8ee ath6kl: Configure WOW patterns while going to wow_suspend by Raja Mani · 14 years ago
  95. e390af7 ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend by Raja Mani · 14 years ago
  96. c865154 ath6kl: Fix kernel panic during rx aggregation by Vasanthakumar Thiagarajan · 14 years ago
  97. 5f1127f ath6kl: fix testmode when fw-2.bin or fw-3.bin is used by Kalle Valo · 14 years ago
  98. 41b2d62 ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix by John W. Linville · 14 years ago
  99. 67e43de carl9170: allow users to lower output power level by Christian Lamparter · 14 years ago
  100. 11deb53 ath5k: use bool type for no_hw_rfkill_switch module parameter by John W. Linville · 14 years ago