1. 20459ee ath6kl: separate hardware boot code from module initialisation code by Kalle Valo · 14 years ago
  2. 61448a9 ath6kl: merge ath6kl_init() to ath6kl_core_init() by Kalle Valo · 14 years ago
  3. b2e7569 ath6kl: move power control from sdio to core by Kalle Valo · 14 years ago
  4. f783020 ath6kl: Fix compilation error from of.h by Sangwook Lee · 14 years ago
  5. cb64a61 ath6kl: use ath6kl_credit prefix consistently by Kalle Valo · 14 years ago
  6. fa99e96 ath6kl: use ath6kl prefix in credit functions by Kalle Valo · 14 years ago
  7. 0ce5944 ath6kl: Initialize target wlan values for every vif by Vasanthakumar Thiagarajan · 14 years ago
  8. 3226f68a ath6kl: Add a modparam to enable multi normal interface support by Vasanthakumar Thiagarajan · 14 years ago
  9. 5505597 ath6kl: Implement add_virtual_intf() and del_virtual_intf() by Vasanthakumar Thiagarajan · 14 years ago
  10. 7b85832 ath6kl: Configure inteface information at init time by Vasanthakumar Thiagarajan · 14 years ago
  11. 2792972 ath6kl: Use the other variant of netdev (un)register APIs by Vasanthakumar Thiagarajan · 14 years ago
  12. 990bd91 ath6kl: Maintain virtual interface in a list by Vasanthakumar Thiagarajan · 14 years ago
  13. d66ea4f ath6kl: Store hw mac address in struct ath6kl by Vasanthakumar Thiagarajan · 14 years ago
  14. 6db8fa5 ath6kl: Refactor ath6kl_destroy() by Vasanthakumar Thiagarajan · 14 years ago
  15. e29f25f ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_profile_info() by Vasanthakumar Thiagarajan · 14 years ago
  16. 28ae58d ath6kl: Remove net_device from ath6kl by Vasanthakumar Thiagarajan · 14 years ago
  17. 334234b ath6kl: Maintain firmware interface index in struct ath6kl_vif by Vasanthakumar Thiagarajan · 14 years ago
  18. 6f2a73f ath6kl: Move key information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  19. f74bac5 ath6kl: Move channel information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  20. 8c8b65e ath6kl: Move bssid information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  21. f5938f2 ath6kl: Move nw_type to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  22. 3450334 ath6kl: Move ssid and crypto information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  23. 59c9844 ath6kl: Define interface specific states by Vasanthakumar Thiagarajan · 14 years ago
  24. 108438b ath6kl: Define an initial vif structure and use it by Vasanthakumar Thiagarajan · 14 years ago
  25. dd3751f ath6kl: Cleanup fw interface type setting by Vasanthakumar Thiagarajan · 14 years ago
  26. 8dafb70 ath6kl: Refactor wiphy dev and net dev init functions by Vasanthakumar Thiagarajan · 14 years ago
  27. be98e3a ath6kl: Keep wiphy reference in ath6kl structure by Vasanthakumar Thiagarajan · 14 years ago
  28. 521dffc ath6kl: Pass ath6kl structure to ath6kl_init() instead of net_device by Vasanthakumar Thiagarajan · 14 years ago
  29. bef26a7 ath6kl: fix firmware start address for ar6003 hw2.0 by Kalle Valo · 14 years ago
  30. cbf49a6 ath6kl: fix struct host_app_area endian handling by Kalle Valo · 14 years ago
  31. 562a748 nl80211: advertise device AP SME by Johannes Berg · 14 years ago
  32. ef54862 ath6kl: fix size_t related warnings by Kalle Valo · 14 years ago
  33. c6efe578 wireless/ath6kl: use of module_param requires the inclusion of moduleparam.h by Stephen Rothwell · 14 years ago
  34. 6bc3643 ath6kl: add debug logs for booting by Kalle Valo · 14 years ago
  35. 1b4304d ath6kl: allow firmware to override firmware patch address by Kalle Valo · 14 years ago
  36. 011a36e ath6kl: Indicate the roaming capability of the firmware by Vivek Natarajan · 14 years ago
  37. 457fb04 ath6kl: Remove the unused node table implementation by Jouni Malinen · 14 years ago
  38. ac59a2b ath6kl: Remove auth type fall back in auto authentication mode by Vasanthakumar Thiagarajan · 14 years ago
  39. 97e0496 ath6kl: add firmware capabilities support by Kalle Valo · 14 years ago
  40. 8a13748 ath6kl: read reserved ram size from firmware file by Kalle Valo · 14 years ago
  41. 639d0b8 ath6kl: read firmware start address from hardware by Kalle Valo · 14 years ago
  42. 991b27e ath6kl: refactor firmware ext data addr and reserved ram handling size by Kalle Valo · 14 years ago
  43. a01ac41 ath6kl: refactor firmware load address code by Kalle Valo · 14 years ago
  44. 50d4123 ath6kl: add support for firmware API 2 format by Kalle Valo · 14 years ago
  45. 772c31e ath6kl: separate firmware fetch from upload by Kalle Valo · 14 years ago
  46. 92ecbff ath6kl: query device tree for firmware board-id by Sam Leffler · 14 years ago
  47. 6bbc7c3 ath6kl: Allow enabling of P2P support by Jouni Malinen · 14 years ago
  48. e509044 ath6kl: Add debugfs entry to modify roaming parameters. by Vivek Natarajan · 14 years ago
  49. bc07ddb ath6kl: read fwlog from firmware ring buffer by Kalle Valo · 14 years ago
  50. addb44b ath6kl: cleanup diagnose window read and write functions by Kalle Valo · 14 years ago
  51. bdf5396 ath6kl: add firmware log support by Kalle Valo · 14 years ago
  52. d748753 ath6kl: Do not enable Probe Request reporting by default by Jouni Malinen · 14 years ago
  53. 003353b0d ath6kl: add testmode support by Kalle Valo · 14 years ago
  54. 38acde3 ath6kl: Fix a typo in ath6k context by Edward Lu · 14 years ago
  55. ae32c30 ath6kl: Report received Probe Request frames to cfg80211 by Jouni Malinen · 14 years ago
  56. 4dea08e ath6kl: Request P2P capabilities during target init by Jouni Malinen · 14 years ago
  57. d999ba3 ath6kl: Add initial debugfs changes by Vasanthakumar Thiagarajan · 14 years ago
  58. 1df94a8 ath6kl: Fix buffer alignment for scatter-gather I/O by Vasanthakumar Thiagarajan · 14 years ago
  59. 31024d9 ath6kl: Add beginning of AR6004 initialisation support by Kevin Fang · 14 years ago
  60. ad226ec ath6kl: fix function name conflicts with ath9k by Kalle Valo · 14 years ago
  61. 1970357 ath6kl: Release the memory allocated for the firmware by Raja Mani · 14 years ago
  62. 852bd9d ath6kl: Move initialization/deinitialization of scan_table to appropriate functions by Vasanthakumar Thiagarajan · 14 years ago
  63. 2865785 ath6kl: Cleanup void *parent_dev in struct wmi by Vasanthakumar Thiagarajan · 14 years ago
  64. 575b5f3 ath6kl: Use bit field macros to maintain wlan enabled and disabled status by Raja Mani · 14 years ago
  65. bdcd817 Add ath6kl cleaned up driver by Kalle Valo · 14 years ago