1. 1ca4d0b ath6kl: fix error handling ath6kl_target_config_wlan_params() by Kalle Valo · 13 years ago
  2. 80fb268 ath6kl: add ath6kl_bmi_read_hi32() by Kalle Valo · 13 years ago
  3. 24fc32b ath6kl: add ath6kl_bmi_write_hi32() by Kalle Valo · 13 years ago
  4. 96f1fad ath6kl: alignment should match open parenthesis by Kalle Valo · 13 years ago
  5. 4480bb5 ath6kl: Lower SDIO pad drive strength for hw2.1.1 board by Raja Mani · 13 years ago
  6. e8ad9a0 ath6kl: Fix missing release of semaphore in ath6kl_stop_txrx() by Vasanthakumar Thiagarajan · 13 years ago
  7. fb1ac2e ath6kl: add support for AR6003 2048 byte board file by Prasanna Kumar · 14 years ago
  8. 1b2df40 ath6kl: Update license header by Vasanthakumar Thiagarajan · 14 years ago
  9. 1b46dc04 ath6kl: fix compiler warning in ath6kl_init_hw_params() by Kalle Valo · 14 years ago
  10. 5f1127f ath6kl: fix testmode when fw-2.bin or fw-3.bin is used by Kalle Valo · 14 years ago
  11. 1d2a445 ath6kl: Fix bug in maintaining aggregation state in AP mode by Vasanthakumar Thiagarajan · 14 years ago
  12. d6a434d ath6kl: create ath6kl_core.ko by Kalle Valo · 14 years ago
  13. 45eaa78 ath6kl: create core.c by Kalle Valo · 14 years ago
  14. f29af97 ath6kl: add ATH6KL_CONF_UART_DEBUG by Kalle Valo · 14 years ago
  15. 46d33a2 ath6kl: unify cfg80211 init/cleanup functions by Kalle Valo · 14 years ago
  16. c25889e ath6kl: rename vif init and cleanup functions by Kalle Valo · 14 years ago
  17. cd23c1c ath6kl: add testmode 2 for 6003 ART by Alex Yang · 14 years ago
  18. a0afd4f Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 14 years ago
  19. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 14 years ago
  20. a10e2f2 ath6kl: Add a module parameter to enable uart debug by Vasanthakumar Thiagarajan · 14 years ago
  21. bc48ad3 ath6kl: Support for TCP checksum offload to firmware by Rishi Panjwani · 14 years ago
  22. 65a8b4c ath6kl: add support for FW API 3 by Kalle Valo · 14 years ago
  23. c003897 ath6kl: handle firmware names more dynamically by Kalle Valo · 14 years ago
  24. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 14 years ago
  25. 7e95e365 Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 14 years ago
  26. 39586bf ath6kl: Support different uart_tx pin and refclk configuration by Ryan Hsu · 14 years ago
  27. 10509f9 ath6kl: implement scheduled scan by Kalle Valo · 14 years ago
  28. 277d90f ath6kl: fix reading of FW IE capabilities by Kalle Valo · 14 years ago
  29. 7c4ef71 cfg80211: add flags for off-channel capabilities by Johannes Berg · 14 years ago
  30. b64de35 ath6kl: Enable multiple vif support by Vasanthakumar Thiagarajan · 14 years ago
  31. f143379 ath6kl: Find ar->max_norm_iface in firmware IE parsing by Vasanthakumar Thiagarajan · 14 years ago
  32. fb94333 ath6kl: indicate probe-resp offload support by Arik Nemtsov · 14 years ago
  33. 368b1b0 ath6kl: add firmware IE for maximum number of vifs by Kalle Valo · 14 years ago
  34. 71f96ee ath6kl: make maximum number of vifs runtime configurable by Kalle Valo · 14 years ago
  35. d1a9421 ath6kl: add firmware filename info to struct ath6kl_hw by Kalle Valo · 14 years ago
  36. 0d0192ba ath6kl: use hardware version names consistently by Kalle Valo · 14 years ago
  37. 293badf ath6kl: add name field to struct ath6kl_hw by Kalle Valo · 14 years ago
  38. 03ef025 ath6kl: add firmware IE for board data address by Kalle Valo · 14 years ago
  39. 0d4d72b ath6kl: add board address to struct ath6kl_hw by Kalle Valo · 14 years ago
  40. 856f4b31 ath6kl: move hw version related to parameters to struct by Kalle Valo · 14 years ago
  41. f275dc7 ath6kl: remove hw version related parameter defines by Kalle Valo · 14 years ago
  42. 50e2740 ath6kl: firmware boot fixes for ar6004 by Kalle Valo · 14 years ago
  43. 8277de1 ath6kl: add suspend_cutpower module parameter by Kalle Valo · 14 years ago
  44. cf97fa9 ath6kl: don't power down hardware when interface is down by Kalle Valo · 14 years ago
  45. 11f6e40 ath6kl: Fix lockdep warning by Vasanthakumar Thiagarajan · 14 years ago
  46. 76a9fbe ath6kl: add state variable depicting hw/fw state by Kalle Valo · 14 years ago
  47. 6250aac ath6kl: print firmware crashes always by Kalle Valo · 14 years ago
  48. 5fe4dff ath6kl: power down hardware when interface is down by Kalle Valo · 14 years ago
  49. 20459ee ath6kl: separate hardware boot code from module initialisation code by Kalle Valo · 14 years ago
  50. 61448a9 ath6kl: merge ath6kl_init() to ath6kl_core_init() by Kalle Valo · 14 years ago
  51. b2e7569 ath6kl: move power control from sdio to core by Kalle Valo · 14 years ago
  52. f783020 ath6kl: Fix compilation error from of.h by Sangwook Lee · 14 years ago
  53. cb64a61 ath6kl: use ath6kl_credit prefix consistently by Kalle Valo · 14 years ago
  54. fa99e96 ath6kl: use ath6kl prefix in credit functions by Kalle Valo · 14 years ago
  55. 0ce5944 ath6kl: Initialize target wlan values for every vif by Vasanthakumar Thiagarajan · 14 years ago
  56. 3226f68a ath6kl: Add a modparam to enable multi normal interface support by Vasanthakumar Thiagarajan · 14 years ago
  57. 5505597 ath6kl: Implement add_virtual_intf() and del_virtual_intf() by Vasanthakumar Thiagarajan · 14 years ago
  58. 7b85832 ath6kl: Configure inteface information at init time by Vasanthakumar Thiagarajan · 14 years ago
  59. 2792972 ath6kl: Use the other variant of netdev (un)register APIs by Vasanthakumar Thiagarajan · 14 years ago
  60. 990bd91 ath6kl: Maintain virtual interface in a list by Vasanthakumar Thiagarajan · 14 years ago
  61. d66ea4f ath6kl: Store hw mac address in struct ath6kl by Vasanthakumar Thiagarajan · 14 years ago
  62. 6db8fa5 ath6kl: Refactor ath6kl_destroy() by Vasanthakumar Thiagarajan · 14 years ago
  63. e29f25f ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_profile_info() by Vasanthakumar Thiagarajan · 14 years ago
  64. 28ae58d ath6kl: Remove net_device from ath6kl by Vasanthakumar Thiagarajan · 14 years ago
  65. 334234b ath6kl: Maintain firmware interface index in struct ath6kl_vif by Vasanthakumar Thiagarajan · 14 years ago
  66. 6f2a73f ath6kl: Move key information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  67. f74bac5 ath6kl: Move channel information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  68. 8c8b65e ath6kl: Move bssid information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  69. f5938f2 ath6kl: Move nw_type to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  70. 3450334 ath6kl: Move ssid and crypto information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  71. 59c9844 ath6kl: Define interface specific states by Vasanthakumar Thiagarajan · 14 years ago
  72. 108438b ath6kl: Define an initial vif structure and use it by Vasanthakumar Thiagarajan · 14 years ago
  73. dd3751f ath6kl: Cleanup fw interface type setting by Vasanthakumar Thiagarajan · 14 years ago
  74. 8dafb70 ath6kl: Refactor wiphy dev and net dev init functions by Vasanthakumar Thiagarajan · 14 years ago
  75. be98e3a ath6kl: Keep wiphy reference in ath6kl structure by Vasanthakumar Thiagarajan · 14 years ago
  76. 521dffc ath6kl: Pass ath6kl structure to ath6kl_init() instead of net_device by Vasanthakumar Thiagarajan · 14 years ago
  77. bef26a7 ath6kl: fix firmware start address for ar6003 hw2.0 by Kalle Valo · 14 years ago
  78. cbf49a6 ath6kl: fix struct host_app_area endian handling by Kalle Valo · 14 years ago
  79. 562a748 nl80211: advertise device AP SME by Johannes Berg · 14 years ago
  80. ef54862 ath6kl: fix size_t related warnings by Kalle Valo · 14 years ago
  81. c6efe578 wireless/ath6kl: use of module_param requires the inclusion of moduleparam.h by Stephen Rothwell · 14 years ago
  82. 6bc3643 ath6kl: add debug logs for booting by Kalle Valo · 14 years ago
  83. 1b4304d ath6kl: allow firmware to override firmware patch address by Kalle Valo · 14 years ago
  84. 011a36e ath6kl: Indicate the roaming capability of the firmware by Vivek Natarajan · 14 years ago
  85. 457fb04 ath6kl: Remove the unused node table implementation by Jouni Malinen · 14 years ago
  86. ac59a2b ath6kl: Remove auth type fall back in auto authentication mode by Vasanthakumar Thiagarajan · 14 years ago
  87. 97e0496 ath6kl: add firmware capabilities support by Kalle Valo · 14 years ago
  88. 8a13748 ath6kl: read reserved ram size from firmware file by Kalle Valo · 14 years ago
  89. 639d0b8 ath6kl: read firmware start address from hardware by Kalle Valo · 14 years ago
  90. 991b27e ath6kl: refactor firmware ext data addr and reserved ram handling size by Kalle Valo · 14 years ago
  91. a01ac41 ath6kl: refactor firmware load address code by Kalle Valo · 14 years ago
  92. 50d4123 ath6kl: add support for firmware API 2 format by Kalle Valo · 14 years ago
  93. 772c31e ath6kl: separate firmware fetch from upload by Kalle Valo · 14 years ago
  94. 92ecbff ath6kl: query device tree for firmware board-id by Sam Leffler · 14 years ago
  95. 6bbc7c3 ath6kl: Allow enabling of P2P support by Jouni Malinen · 14 years ago
  96. e509044 ath6kl: Add debugfs entry to modify roaming parameters. by Vivek Natarajan · 14 years ago
  97. bc07ddb ath6kl: read fwlog from firmware ring buffer by Kalle Valo · 14 years ago
  98. addb44b ath6kl: cleanup diagnose window read and write functions by Kalle Valo · 14 years ago
  99. bdf5396 ath6kl: add firmware log support by Kalle Valo · 14 years ago
  100. d748753 ath6kl: Do not enable Probe Request reporting by default by Jouni Malinen · 14 years ago