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