1. e390af7 ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend by Raja Mani · 14 years ago
  2. 0e7de66 ath6kl: Fix memory leak when unloading ath6kl_sdio by Vasanthakumar Thiagarajan · 14 years ago
  3. 241b128 ath6kl: add back beginnings of USB support by Kalle Valo · 14 years ago
  4. 45eaa78 ath6kl: create core.c by Kalle Valo · 14 years ago
  5. a0afd4f Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 14 years ago
  6. 866dc88 ath6kl: Fix SDIO error path by Sujith Manoharan · 14 years ago
  7. 9d82682 ath6kl: Use a mutex_lock to avoid race in diabling and handling irq by Vasanthakumar Thiagarajan · 14 years ago
  8. cb00ec3 ath6kl: revert USB support by John W. Linville · 14 years ago
  9. c003897 ath6kl: handle firmware names more dynamically by Kalle Valo · 14 years ago
  10. 7e95e365 Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 14 years ago
  11. 10509f9 ath6kl: implement scheduled scan by Kalle Valo · 14 years ago
  12. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 14 years ago
  13. fdb2858 ath6kl: Use mutex to protect dma buffer in sync read write by Raja Mani · 14 years ago
  14. f0ea5d5 ath6kl: add ar6004 firmwares to sdio module by Kalle Valo · 14 years ago
  15. 0d0192b ath6kl: use hardware version names consistently by Kalle Valo · 14 years ago
  16. fde5776 ath6kl: enable USB support by Kalle Valo · 14 years ago
  17. 77eab1e ath6kl: add hif_type by Kalle Valo · 14 years ago
  18. d93e2c2 ath6kl: AR6004 SDIO support by Naveen Gangadharan · 14 years ago
  19. c711149 ath6kl: move diag commands to hif driver by Kalle Valo · 14 years ago
  20. 1f4c894 ath6kl: change bmi sizes being configurable by HIF by Kalle Valo · 14 years ago
  21. 66b693c ath6kl: move bmi calls to hif driver by Kalle Valo · 14 years ago
  22. 0737237 ath6kl: Remove WARN_ON msg in Suspend path by Raja Mani · 14 years ago
  23. d7c44e0 ath6kl: Invoke WOW suspend/resume calls during PM operation by Raja Mani · 14 years ago
  24. 0f60e9f ath6kl: Include new parameter in suspend path for wowlan by Raja Mani · 14 years ago
  25. 8277de1 ath6kl: add suspend_cutpower module parameter by Kalle Valo · 14 years ago
  26. b4b2a0b ath6kl: cut power during suspend by Kalle Valo · 14 years ago
  27. e28e810 ath6kl: refactor sdio configuration to a separate function by Kalle Valo · 14 years ago
  28. 52d81a6 ath6kl: implement ath6kl_cfg80211_suspend() by Kalle Valo · 14 years ago
  29. 32a07e4 ath6kl: create ath6kl_hif_stop() by Kalle Valo · 14 years ago
  30. cd4b8b8 ath6kl: change name of sdio driver to ath6kl by Kalle Valo · 14 years ago
  31. b2e7569 ath6kl: move power control from sdio to core by Kalle Valo · 14 years ago
  32. 3ef987b ath6kl: add more boot debug messages by Kalle Valo · 14 years ago
  33. 6db8fa5 ath6kl: Refactor ath6kl_destroy() by Vasanthakumar Thiagarajan · 14 years ago
  34. 334234b ath6kl: Maintain firmware interface index in struct ath6kl_vif by Vasanthakumar Thiagarajan · 14 years ago
  35. 8dafb70 ath6kl: Refactor wiphy dev and net dev init functions by Vasanthakumar Thiagarajan · 14 years ago
  36. 1738085 ath6kl: unbreak suspend by Sam Leffler · 14 years ago
  37. 2e1cb23 ath6kl: move remaining content from htc_hif.h to hif.h by Kalle Valo · 14 years ago
  38. 8e8ddb2 ath6kl: move htc_hif to hif.c by Kalle Valo · 14 years ago
  39. aa6cffc ath6kl: make sure WLAN power save is enabled during suspend by Chilam Ng · 14 years ago
  40. 861dd05 ath6kl: Claim sdio function only at appropriate places by Vasanthakumar Thiagarajan · 14 years ago
  41. 151bd30 ath6kl: Replace spin_lock_irqsave with spin_lock_bh by Vasanthakumar Thiagarajan · 14 years ago
  42. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 14 years ago
  43. f7325b8 ath6kl: add sdio debug messages by Kalle Valo · 14 years ago
  44. 9df337a ath6kl: deinitialise wiphy on error by Vivek Natarajan · 14 years ago
  45. 94e532d ath6kl: Fix system freeze under heavy data load by Vasanthakumar Thiagarajan · 14 years ago
  46. abcb344 ath6kl: implement suspend support by Kalle Valo · 14 years ago
  47. 1df94a8 ath6kl: Fix buffer alignment for scatter-gather I/O by Vasanthakumar Thiagarajan · 14 years ago
  48. 50745af ath6kl: Move scatter information from ath6kl_device to htc_target by Vasanthakumar Thiagarajan · 14 years ago
  49. 348a8fb ath6kl: Merge scatter rw request functions into one by Vasanthakumar Thiagarajan · 14 years ago
  50. da22069 ath6kl: Refactor ath6kl_sdio_read_write_sync() by Vasanthakumar Thiagarajan · 14 years ago
  51. 4a005c3 ath6kl: Moe virt_scat from hif_dev_scat_sup_info to hif_scatter_req by Vasanthakumar Thiagarajan · 14 years ago
  52. cfeab10 ath6kl: Merge scatter gather setup functions for two method by Vasanthakumar Thiagarajan · 14 years ago
  53. 18a0f93 ath6kl: Move down scatter enable and cleanup functions by Vasanthakumar Thiagarajan · 14 years ago
  54. ac2bba0 ath6kl: Cleanup ath6kl_sdio_cleanup_scatter() by Vasanthakumar Thiagarajan · 14 years ago
  55. def85c0 ath6kl: Cleanup ath6kl_sdio_enable_scatter() by Vasanthakumar Thiagarajan · 14 years ago
  56. 3df505a ath6kl: Refactor refactor ath6kl_sdio_setup_scat_resource() by Vasanthakumar Thiagarajan · 14 years ago
  57. e041c7f ath6kl: Remove endpoint reference from hif_scatter_req by Vasanthakumar Thiagarajan · 14 years ago
  58. d4df789 ath6kl: Remove struct hif_scatter_req_priv by Vasanthakumar Thiagarajan · 14 years ago
  59. c630d18 ath6kl: Move ath6kl_sdio_async_rw_scatter() down to other hif_ops functions by Vasanthakumar Thiagarajan · 14 years ago
  60. f74a736 ath6kl: cleanup callbacks for different scatter gather method by Vasanthakumar Thiagarajan · 14 years ago
  61. bdcd817 Add ath6kl cleaned up driver by Kalle Valo · 14 years ago