1. ad226ec ath6kl: fix function name conflicts with ath9k by Kalle Valo · 13 years ago
  2. 1970357 ath6kl: Release the memory allocated for the firmware by Raja Mani · 13 years ago
  3. 9aa6035 ath6kl: Fix crash during the connection process by Raja Mani · 13 years ago
  4. 91db35d ath6kl: Cleanup void * in ath6kl_cfg80211_scan_node() by Vasanthakumar Thiagarajan · 13 years ago
  5. 8a8bc5a ath6kl: Use ath6kl_cfg80211_scan_node() directly instead of function pointer by Vasanthakumar Thiagarajan · 13 years ago
  6. 77fccc7 ath6kl: Remove ath6kl_wmi_iterate_nodes() by Vasanthakumar Thiagarajan · 13 years ago
  7. 39dd3fc ath6kl: Pass only the needed scan_table to ath6kl_wmi_iterate_nodes() by Vasanthakumar Thiagarajan · 13 years ago
  8. 852bd9d ath6kl: Move initialization/deinitialization of scan_table to appropriate functions by Vasanthakumar Thiagarajan · 13 years ago
  9. 9d0c6bc ath6kl: Cleanup parameters of wlan_node_table_init() by Vasanthakumar Thiagarajan · 13 years ago
  10. 46ff8d5 ath6kl: Remove ath6kl_wmi_get_current_bssid() by Vasanthakumar Thiagarajan · 13 years ago
  11. 70df051 ath6kl: Remove bssid from struct wmi by Vasanthakumar Thiagarajan · 13 years ago
  12. e4c7ffc ath6kl: Cleanup parameters for wlan_refresh_inactive_nodes() by Vasanthakumar Thiagarajan · 13 years ago
  13. 7c3075e ath6kl: Move scan table from wmi to ath6kl by Vasanthakumar Thiagarajan · 13 years ago
  14. 2865785 ath6kl: Cleanup void *parent_dev in struct wmi by Vasanthakumar Thiagarajan · 13 years ago
  15. 37ca633 ath6kl: change aggreation timeout message from an error to a debug message by Kalle Valo · 13 years ago
  16. f96efb5 ath6kl: remove dependency to wireless extensions by Kalle Valo · 13 years ago
  17. 6fd1eac ath6kl: fix crash when interface is closed but scan is ongoing by Kalle Valo · 13 years ago
  18. cf104c2 ath6kl: fix atomicity in ath6kl_cfg80211_scan_node() by Kalle Valo · 13 years ago
  19. b2c76bb ath6kl: don't force foreground scan when connected by Kalle Valo · 13 years ago
  20. 575b5f3 ath6kl: Use bit field macros to maintain wlan enabled and disabled status by Raja Mani · 13 years ago
  21. c8790cb ath6kl: Avoid two memset to clear src and desr mac addr variable memory in ath6kl_wmi_dot11_hdr_remove() by Raja Mani · 13 years ago
  22. 5ba3ee4 ath6kl: Rearrange the variable and the value position in IF condition by Raja Mani · 13 years ago
  23. 2588f55 ath6kl: Print bad trailer data only when htc fails to parse trailer info by Raja Mani · 13 years ago
  24. 58d92ab ath6kl: Remove unused struct ath6kl_async_reg_io_buffer by Vasanthakumar Thiagarajan · 13 years ago
  25. fcb8205 ath6kl: Move chk_irq_status_cnt from ath6kl_device to htc_target by Vasanthakumar Thiagarajan · 13 years ago
  26. 7520ceb ath6kl: Bypass reading irq status based on chk_irq_status_cnt by Vasanthakumar Thiagarajan · 13 years ago
  27. 50745af ath6kl: Move scatter information from ath6kl_device to htc_target by Vasanthakumar Thiagarajan · 13 years ago
  28. 5be8824 ath6kl: Move block_sz and block_mask from ath6kl_device to htc_target by Vasanthakumar Thiagarajan · 13 years ago
  29. 3b2f5e5 ath6kl: Move bundle size from ath6kl_device to htc_target by Vasanthakumar Thiagarajan · 13 years ago
  30. df45f7f ath6kl: Remove callback msg_pending() and used the function directly by Vasanthakumar Thiagarajan · 13 years ago
  31. 23b7840 ath6kl: Minor cleanup in ath6kldev_submit_scat_req() by Vasanthakumar Thiagarajan · 13 years ago
  32. ca06cad ath6kl: Remove ath6kldev_setup_msg_bndl() by Vasanthakumar Thiagarajan · 13 years ago
  33. 348a8fb ath6kl: Merge scatter rw request functions into one by Vasanthakumar Thiagarajan · 13 years ago
  34. da22069 ath6kl: Refactor ath6kl_sdio_read_write_sync() by Vasanthakumar Thiagarajan · 13 years ago
  35. 4a005c3 ath6kl: Moe virt_scat from hif_dev_scat_sup_info to hif_scatter_req by Vasanthakumar Thiagarajan · 13 years ago
  36. cfeab10 ath6kl: Merge scatter gather setup functions for two method by Vasanthakumar Thiagarajan · 13 years ago
  37. 18a0f93 ath6kl: Move down scatter enable and cleanup functions by Vasanthakumar Thiagarajan · 13 years ago
  38. ac2bba0 ath6kl: Cleanup ath6kl_sdio_cleanup_scatter() by Vasanthakumar Thiagarajan · 13 years ago
  39. def85c0 ath6kl: Cleanup ath6kl_sdio_enable_scatter() by Vasanthakumar Thiagarajan · 13 years ago
  40. 3df505a ath6kl: Refactor refactor ath6kl_sdio_setup_scat_resource() by Vasanthakumar Thiagarajan · 13 years ago
  41. e041c7f ath6kl: Remove endpoint reference from hif_scatter_req by Vasanthakumar Thiagarajan · 13 years ago
  42. 7c565b6 ath6kl: Remove useless flags in hif_scatter_req by Vasanthakumar Thiagarajan · 13 years ago
  43. d4df789 ath6kl: Remove struct hif_scatter_req_priv by Vasanthakumar Thiagarajan · 13 years ago
  44. c630d18 ath6kl: Move ath6kl_sdio_async_rw_scatter() down to other hif_ops functions by Vasanthakumar Thiagarajan · 13 years ago
  45. f74a736 ath6kl: cleanup callbacks for different scatter gather method by Vasanthakumar Thiagarajan · 13 years ago
  46. bdcd817 Add ath6kl cleaned up driver by Kalle Valo · 13 years ago