1. 24fc32b ath6kl: add ath6kl_bmi_write_hi32() by Kalle Valo · 13 years ago
  2. d0d670a ath6kl: remove multiple assignments by Kalle Valo · 13 years ago
  3. ddc3d77 ath6kl: logical continuations should be on the previous line by Kalle Valo · 13 years ago
  4. 96f1fad ath6kl: alignment should match open parenthesis by Kalle Valo · 13 years ago
  5. c650538 ath6kl: fix checkpatch error with EPSTAT() macro by Kalle Valo · 13 years ago
  6. 51b56e2 ath6kl: fix pointer style by Kalle Valo · 13 years ago
  7. ce0dc0c ath6kl: Set optimal listen intvl,bmiss,scan params while going to wow suspend by Raja Mani · 13 years ago
  8. 8f46fcc ath6kl: Maintain the listen interval per VIF specific by Raja Mani · 13 years ago
  9. 390a8c8 ath6kl: Check wow state before sending control and data pkt by Raja Mani · 13 years ago
  10. 1e9a905 ath6kl: Add provision to define suspend policy in disconnected state. by Raja Mani · 13 years ago
  11. 068a463 ath6kl: Fix kernel panic while receiving fwlog during boot by Vasanthakumar Thiagarajan · 13 years ago
  12. 05e5bd0 Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 13 years ago
  13. daa16bc ath6kl: Restrict memcpy to bounce buffer only for write request by Raja Mani · 13 years ago
  14. d1f4159 ath6kl: Fix random system lockup by Raja Mani · 13 years ago
  15. af840ba ath6kl: Collect residue firmware logs by Etay Luz · 13 years ago
  16. 7504a3e ath6kl: add padding to firmware log records by Etay Luz · 13 years ago
  17. 67cd22e ath6kl: implement hidden ssid by Thomas Pedersen · 13 years ago
  18. 080eec4 ath6kl: Clear the IE in firmware if not set by Aarthi Thiruvengadam · 13 years ago
  19. e5348a1 ath6kl: Make sure wiphy is registered before calling regulatory_hint() by Vasanthakumar Thiagarajan · 13 years ago
  20. b796f09 ath6kl: Defer wiphy and netdev registration till the end of ath6kl_core_init() by Vasanthakumar Thiagarajan · 13 years ago
  21. 81db48d ath6kl: Skip vif index validation in ath6kl_rx() for wmi events by Vasanthakumar Thiagarajan · 13 years ago
  22. 5dbc811 ath6kl: Refactor ath6kl_wmi_control_rx() by Vasanthakumar Thiagarajan · 13 years ago
  23. 4705b70 ath6kl: Initialize netdev hw_features for every interface by Vasanthakumar Thiagarajan · 13 years ago
  24. f2afdac ath6kl: Group wiphy initialization into ath6kl_cfg80211_init() by Vasanthakumar Thiagarajan · 13 years ago
  25. faaf192 ath6kl: Register driver ht capabilities in wiphy by Vasanthakumar Thiagarajan · 13 years ago
  26. 4480bb5 ath6kl: Lower SDIO pad drive strength for hw2.1.1 board by Raja Mani · 13 years ago
  27. 13423c3 ath6kl: Make foreground scan a deterministic one by Vasanthakumar Thiagarajan · 13 years ago
  28. 5378f24 ath6kl: Fix memory leak of rx packets in endpoint 0 by Vasanthakumar Thiagarajan · 13 years ago
  29. bd5b5ac ath6kl: Make sure to allocate rx buffers after the endpoint connection by Vasanthakumar Thiagarajan · 13 years ago
  30. cc4d623 ath6kl: Remove bogus non-NULL pointer check by Vasanthakumar Thiagarajan · 13 years ago
  31. e8ad9a0 ath6kl: Fix missing release of semaphore in ath6kl_stop_txrx() by Vasanthakumar Thiagarajan · 13 years ago
  32. 0ea10f2b ath6kl: assign Tx packet drop threshold per endpoint based on AC priority by Chilam Ng · 13 years ago
  33. d0ff738 ath6kl: Add unicast mgmt frame buffering by Naveen Gangadharan · 13 years ago
  34. 8860020 cfg80211: restructure AP/GO mode API by Johannes Berg · 13 years ago
  35. 3b96d49 ath6kl: Fix firmware crash dump by Naveen Gangadharan · 13 years ago
  36. fb1ac2e ath6kl: add support for AR6003 2048 byte board file by Prasanna Kumar · 13 years ago
  37. b29072c ath6kl: prioritize Tx bundling based on AC priorities by Chilam Ng · 13 years ago
  38. 1b2df40 ath6kl: Update license header by Vasanthakumar Thiagarajan · 13 years ago
  39. c807b30 ath6kl: add blocking debugfs file for retrieving firmware logs by Kalle Valo · 13 years ago
  40. 9b9a4f2 ath6kl: store firmware logs in skbuffs by Kalle Valo · 13 years ago
  41. 5fbea5d ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' struct for create_qos command by Chilam Ng · 13 years ago
  42. 1b46dc04 ath6kl: fix compiler warning in ath6kl_init_hw_params() by Kalle Valo · 13 years ago
  43. 3c325fb ath6kl: Fix typo in cfg80211.c by Masanari Iida · 13 years ago
  44. cca4d5a ath6kl: Workaround to support Deep Sleep with MSM. by Santosh Sajjan · 13 years ago
  45. 3c411a4 ath6kl: Return a proper error code when not in connected state by Raja Mani · 13 years ago
  46. 081c7a8 ath6kl: Wait for host sleep mode cmd processed event during WOW suspend by Raja Mani · 13 years ago
  47. d91e8ee ath6kl: Configure WOW patterns while going to wow_suspend by Raja Mani · 13 years ago
  48. e390af7 ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend by Raja Mani · 13 years ago
  49. c865154 ath6kl: Fix kernel panic during rx aggregation by Vasanthakumar Thiagarajan · 13 years ago
  50. 5f1127f ath6kl: fix testmode when fw-2.bin or fw-3.bin is used by Kalle Valo · 13 years ago
  51. 1d2a445 ath6kl: Fix bug in maintaining aggregation state in AP mode by Vasanthakumar Thiagarajan · 13 years ago
  52. 3fdc099 ath6kl: Fix bug in using tid given by addba/delba req events by Vasanthakumar Thiagarajan · 13 years ago
  53. 17741c8 ath6kl: Pass vif instead of ar to ath6kl_add_new_sta() by Vasanthakumar Thiagarajan · 13 years ago
  54. 7baef81 ath6kl: Define a structure for connection specific aggregation information by Vasanthakumar Thiagarajan · 13 years ago
  55. 0e7de66 ath6kl: Fix memory leak when unloading ath6kl_sdio by Vasanthakumar Thiagarajan · 13 years ago
  56. 7a950ea ath6kl: Make sure to delete rx aggregation timer in aggr_reset_state() by Vasanthakumar Thiagarajan · 13 years ago
  57. 241b128 ath6kl: add back beginnings of USB support by Kalle Valo · 13 years ago
  58. d6a434d ath6kl: create ath6kl_core.ko by Kalle Valo · 13 years ago
  59. 3b1b7d0 ath6kl: convert ath6kl_dbg() and ath6kl_dbg_dump() into functions by Kalle Valo · 13 years ago
  60. 5afa5aa ath6kl: get rid of AR_DBG_LVL_CHECK() by Kalle Valo · 13 years ago
  61. 45eaa78 ath6kl: create core.c by Kalle Valo · 13 years ago
  62. f29af97 ath6kl: add ATH6KL_CONF_UART_DEBUG by Kalle Valo · 13 years ago
  63. 46d33a2 ath6kl: unify cfg80211 init/cleanup functions by Kalle Valo · 13 years ago
  64. c25889e ath6kl: rename vif init and cleanup functions by Kalle Valo · 13 years ago
  65. cd23c1c ath6kl: add testmode 2 for 6003 ART by Alex Yang · 13 years ago
  66. e572602 ath6kl: fix uninitialized warning in ath6kl_process_uapsdq() by Kalle Valo · 13 years ago
  67. 3462735 ath6kl: remove -D__CHECK_ENDIAN__ from Makefile by Kalle Valo · 13 years ago
  68. d6f8026 ath6kl: use netdev_features_t by Kalle Valo · 13 years ago
  69. a0afd4f Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 13 years ago
  70. e80ec84 ath6kl: Remove useless initialization in ath6kl_read_fwlogs() by Raja Mani · 13 years ago
  71. c1762a3 ath6kl: Add support for uAPSD by Thirumalai Pachamuthu · 13 years ago
  72. 8232736 ath6kl: Fix listen interval handling by Sujith Manoharan · 13 years ago
  73. cbec267 ath6kl: Initialize a variable properly by Sujith Manoharan · 13 years ago
  74. 4a8ce2f ath6kl: Remove redundant pointer check by Sujith Manoharan · 13 years ago
  75. 866dc88 ath6kl: Fix SDIO error path by Sujith Manoharan · 13 years ago
  76. 4269a93 ath6kl: make net_device_ops const by Stephen Hemminger · 13 years ago
  77. 9d82682 ath6kl: Use a mutex_lock to avoid race in diabling and handling irq by Vasanthakumar Thiagarajan · 13 years ago
  78. 982767b ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_t by Vasanthakumar Thiagarajan · 13 years ago
  79. 3d6aba2 ath6kl: Remove deadcode in main.c by Vasanthakumar Thiagarajan · 13 years ago
  80. 80abaf9 ath6kl: Implement ndo_set_rx_mode() by Vasanthakumar Thiagarajan · 13 years ago
  81. f914edd ath6kl: Add a function in wmi.c to add/delete a multicast filter by Vasanthakumar Thiagarajan · 13 years ago
  82. 3f3c4ee ath6kl: Add a function in wmi to send WMI_MCAST_FILTER_CMDID by Vasanthakumar Thiagarajan · 13 years ago
  83. 1032c73 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  84. cb00ec3 ath6kl: revert USB support by John W. Linville · 13 years ago
  85. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  86. 4f34dac ath6kl: send TCMD response through testmode events by Thomas Pedersen · 13 years ago
  87. 792ecb3 ath6kl: Remove redundant key_index check. by Vivek Natarajan · 13 years ago
  88. a10e2f2 ath6kl: Add a module parameter to enable uart debug by Vasanthakumar Thiagarajan · 13 years ago
  89. 351de28 ath6kl: Remove few unnecessary spin_locks around set_bit() by Vasanthakumar Thiagarajan · 13 years ago
  90. bc48ad3 ath6kl: Support for TCP checksum offload to firmware by Rishi Panjwani · 13 years ago
  91. ba1f6fe ath6kl: Advertise TX/RX support for frames in AP mode by Jouni Malinen · 13 years ago
  92. 33e5308 ath6kl: Add del_station cfg80211_ops by Jouni Malinen · 13 years ago
  93. e68f675 ath6kl: Fix panic when setting a channel by Sujith Manoharan · 13 years ago
  94. 65a8b4c ath6kl: add support for FW API 3 by Kalle Valo · 13 years ago
  95. c003897 ath6kl: handle firmware names more dynamically by Kalle Valo · 13 years ago
  96. c08631c ath6kl: Send own IP addr to the firmware during WOW suspend by Raja Mani · 13 years ago
  97. ca1d16a ath6kl: Avoid taking struct as argument in ath6kl_wmi_set_ip_cmd by Raja Mani · 13 years ago
  98. 6e786cb ath6kl: Fix connect command to clear previously used IEs by Jouni Malinen · 13 years ago
  99. 5e13fd3 ath6kl: Use cfg80211_roamed_bss() to report roaming event by Vasanthakumar Thiagarajan · 13 years ago
  100. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago