1. 291689f ath9k: cleanup a min_t() cast by Dan Carpenter · 13 years ago
  2. b9d9057 Merge branch 'for-linville' of git://github.com/kvalo/ath6kl by John W. Linville · 13 years ago
  3. 5fbea5d ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' struct for create_qos command by Chilam Ng · 13 years ago
  4. 1b46dc04 ath6kl: fix compiler warning in ath6kl_init_hw_params() by Kalle Valo · 13 years ago
  5. 3c325fb ath6kl: Fix typo in cfg80211.c by Masanari Iida · 13 years ago
  6. cca4d5a ath6kl: Workaround to support Deep Sleep with MSM. by Santosh Sajjan · 13 years ago
  7. feced20 ath9k: Print the correct channel mode by Sujith Manoharan · 13 years ago
  8. 0ed7b93 ath9k_htc: Load firmware asynchronously by Sujith Manoharan · 13 years ago
  9. 3c411a4 ath6kl: Return a proper error code when not in connected state by Raja Mani · 13 years ago
  10. 081c7a8 ath6kl: Wait for host sleep mode cmd processed event during WOW suspend by Raja Mani · 13 years ago
  11. d91e8ee ath6kl: Configure WOW patterns while going to wow_suspend by Raja Mani · 13 years ago
  12. e390af7 ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend by Raja Mani · 13 years ago
  13. c865154 ath6kl: Fix kernel panic during rx aggregation by Vasanthakumar Thiagarajan · 13 years ago
  14. 5f1127f ath6kl: fix testmode when fw-2.bin or fw-3.bin is used by Kalle Valo · 13 years ago
  15. 41b2d62 ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix by John W. Linville · 13 years ago
  16. 67e43de carl9170: allow users to lower output power level by Christian Lamparter · 13 years ago
  17. 11deb53 ath5k: use bool type for no_hw_rfkill_switch module parameter by John W. Linville · 13 years ago
  18. d7d312c ath9k_htc: claim support for IBSS RSN by Antonio Quartulli · 13 years ago
  19. f997257 ath5k: claim support for IBSS RSN by Antonio Quartulli · 13 years ago
  20. 6ae4bb6 carl9170: remove eeprom data injection option by Christian Lamparter · 13 years ago
  21. e2d75c1 carl9170: claim to support IBSS RSN. by Nicolas Cavallari · 13 years ago
  22. 1d2a445 ath6kl: Fix bug in maintaining aggregation state in AP mode by Vasanthakumar Thiagarajan · 13 years ago
  23. 3fdc099 ath6kl: Fix bug in using tid given by addba/delba req events by Vasanthakumar Thiagarajan · 13 years ago
  24. 17741c8 ath6kl: Pass vif instead of ar to ath6kl_add_new_sta() by Vasanthakumar Thiagarajan · 13 years ago
  25. 7baef81 ath6kl: Define a structure for connection specific aggregation information by Vasanthakumar Thiagarajan · 13 years ago
  26. 0e7de66 ath6kl: Fix memory leak when unloading ath6kl_sdio by Vasanthakumar Thiagarajan · 13 years ago
  27. 7a950ea ath6kl: Make sure to delete rx aggregation timer in aggr_reset_state() by Vasanthakumar Thiagarajan · 13 years ago
  28. 241b128 ath6kl: add back beginnings of USB support by Kalle Valo · 13 years ago
  29. d6a434d ath6kl: create ath6kl_core.ko by Kalle Valo · 13 years ago
  30. 3b1b7d0 ath6kl: convert ath6kl_dbg() and ath6kl_dbg_dump() into functions by Kalle Valo · 13 years ago
  31. 5afa5aa ath6kl: get rid of AR_DBG_LVL_CHECK() by Kalle Valo · 13 years ago
  32. 45eaa78 ath6kl: create core.c by Kalle Valo · 13 years ago
  33. f29af97 ath6kl: add ATH6KL_CONF_UART_DEBUG by Kalle Valo · 13 years ago
  34. 46d33a2 ath6kl: unify cfg80211 init/cleanup functions by Kalle Valo · 13 years ago
  35. c25889e ath6kl: rename vif init and cleanup functions by Kalle Valo · 13 years ago
  36. cd23c1c ath6kl: add testmode 2 for 6003 ART by Alex Yang · 13 years ago
  37. e572602 ath6kl: fix uninitialized warning in ath6kl_process_uapsdq() by Kalle Valo · 13 years ago
  38. 3462735 ath6kl: remove -D__CHECK_ENDIAN__ from Makefile by Kalle Valo · 13 years ago
  39. d6f8026 ath6kl: use netdev_features_t by Kalle Valo · 13 years ago
  40. 7a532fe ath9k_hw: fix interpretation of the rx KeyMiss flag by Felix Fietkau · 13 years ago
  41. a0afd4f Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 13 years ago
  42. e80ec84 ath6kl: Remove useless initialization in ath6kl_read_fwlogs() by Raja Mani · 13 years ago
  43. c1762a3 ath6kl: Add support for uAPSD by Thirumalai Pachamuthu · 13 years ago
  44. 9ee6045 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  45. 8232736 ath6kl: Fix listen interval handling by Sujith Manoharan · 13 years ago
  46. cbec267 ath6kl: Initialize a variable properly by Sujith Manoharan · 13 years ago
  47. 4a8ce2f ath6kl: Remove redundant pointer check by Sujith Manoharan · 13 years ago
  48. 866dc88 ath6kl: Fix SDIO error path by Sujith Manoharan · 13 years ago
  49. 1a19f77 ath9k: Fix regression in channelwidth switch at the same channel by Rajkumar Manoharan · 13 years ago
  50. e4922f2 ath9k_hw: fix a comment by Mohammed Shafi Shajakhan · 13 years ago
  51. 4269a93 ath6kl: make net_device_ops const by Stephen Hemminger · 13 years ago
  52. 9d82682 ath6kl: Use a mutex_lock to avoid race in diabling and handling irq by Vasanthakumar Thiagarajan · 13 years ago
  53. 982767b ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_t by Vasanthakumar Thiagarajan · 13 years ago
  54. 3d6aba2 ath6kl: Remove deadcode in main.c by Vasanthakumar Thiagarajan · 13 years ago
  55. 80abaf9 ath6kl: Implement ndo_set_rx_mode() by Vasanthakumar Thiagarajan · 13 years ago
  56. f914edd ath6kl: Add a function in wmi.c to add/delete a multicast filter by Vasanthakumar Thiagarajan · 13 years ago
  57. 3f3c4ee ath6kl: Add a function in wmi to send WMI_MCAST_FILTER_CMDID by Vasanthakumar Thiagarajan · 13 years ago
  58. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  59. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  60. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  61. 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
  62. cb00ec3 ath6kl: revert USB support by John W. Linville · 13 years ago
  63. 117ff42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  64. 98f0a5e ath9k: tx queue enable is read only for EDMA chipsets by Mohammed Shafi Shajakhan · 13 years ago
  65. 65a6922 carl9170: move checksum and txseq into subfunctions by Christian Lamparter · 13 years ago
  66. 016c217 ath9k_hw: increase tx status ring buffer size by Rajkumar Manoharan · 13 years ago
  67. 6ec414f ath9k: make ath_mci_duty_cycle static by Luis R. Rodriguez · 13 years ago
  68. a98aa7a ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get() by Luis R. Rodriguez · 13 years ago
  69. 76ff9a6 ath5k: avoid sparse warnings on tracing by Luis R. Rodriguez · 13 years ago
  70. 1512a48 ath9k: fix tx queue sparse complaint by Luis R. Rodriguez · 13 years ago
  71. e01ff34 ath9k_hw: fix sparse warnings on ar9003_rtt.c by Luis R. Rodriguez · 13 years ago
  72. d8f46ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  73. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  74. 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
  75. b25bfda ath9k: Fix kernel panic in AR2427 in AP mode by Mohammed Shafi Shajakhan · 13 years ago
  76. 4f34dac ath6kl: send TCMD response through testmode events by Thomas Pedersen · 13 years ago
  77. 792ecb3 ath6kl: Remove redundant key_index check. by Vivek Natarajan · 13 years ago
  78. a10e2f2 ath6kl: Add a module parameter to enable uart debug by Vasanthakumar Thiagarajan · 13 years ago
  79. 351de28 ath6kl: Remove few unnecessary spin_locks around set_bit() by Vasanthakumar Thiagarajan · 13 years ago
  80. bc48ad3 ath6kl: Support for TCP checksum offload to firmware by Rishi Panjwani · 13 years ago
  81. ba1f6fe ath6kl: Advertise TX/RX support for frames in AP mode by Jouni Malinen · 13 years ago
  82. 33e5308 ath6kl: Add del_station cfg80211_ops by Jouni Malinen · 13 years ago
  83. e68f675 ath6kl: Fix panic when setting a channel by Sujith Manoharan · 13 years ago
  84. 65a8b4c ath6kl: add support for FW API 3 by Kalle Valo · 13 years ago
  85. c003897 ath6kl: handle firmware names more dynamically by Kalle Valo · 13 years ago
  86. c08631c ath6kl: Send own IP addr to the firmware during WOW suspend by Raja Mani · 13 years ago
  87. ca1d16a ath6kl: Avoid taking struct as argument in ath6kl_wmi_set_ip_cmd by Raja Mani · 13 years ago
  88. 6e786cb ath6kl: Fix connect command to clear previously used IEs by Jouni Malinen · 13 years ago
  89. 5e13fd3 ath6kl: Use cfg80211_roamed_bss() to report roaming event by Vasanthakumar Thiagarajan · 13 years ago
  90. cf9bc5b atheros: force endian checks on atheros wireless drivers by Luis R. Rodriguez · 13 years ago
  91. ec9a570 ath9k: fix roadkill due to Joe's patch on ath_dbg() changes by Luis R. Rodriguez · 13 years ago
  92. 092fadb ath9k: classify DFS debug header further by Luis R. Rodriguez · 13 years ago
  93. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  94. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  95. 23de5dc ath9k: fix tx locking issues by Felix Fietkau · 13 years ago
  96. 8a30930 ath9k_hw: make bluetooth coexistence support optional at compile time by Felix Fietkau · 13 years ago
  97. d2182b6 ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO by Joe Perches · 13 years ago
  98. 9f6e20c 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
  99. 7e95e365 Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 13 years ago
  100. 5bd5e9a ath9k: Support RSN Mesh by Chun-Yeow Yeoh · 13 years ago