1. d472b5e ath6kl: Fix bug in bg scan configuration in schedule scan by Subramania Sharma Thandaveswaran · 13 years ago
  2. eb38987 ath6kl: Retain bg scan period value modified by the user by Raja Mani · 13 years ago
  3. ebc6a53 ath6kl: list_first_entry() is never NULL by Dan Carpenter · 13 years ago
  4. 2023dbb ath6kl: Normalize use of FW_DIR by Tim Gardner · 13 years ago
  5. 48f2758 ath6kl: allow deepsleep_suspend function when wlan interface down by Ming Jiang · 13 years ago
  6. 08c6100 ath6kl: Fix system crash sometimes for USB hotplug by Ray Chen · 13 years ago
  7. cdeb860 ath6kl: merge split format strings into one by Kalle Valo · 13 years ago
  8. ae9a340 ath6kl: fix memory leak in ath6kl_fwlog_block_read() by Jesper Juhl · 13 years ago
  9. 6146ca6 ath6kl: Add AR6004 1.2 support for USB and SDIO by Ray Chen · 13 years ago
  10. 9e8b16d ath6kl: Configure 0 as rsn cap when it is not there in rsn ie by Vasanthakumar Thiagarajan · 13 years ago
  11. 798985c ath6kl: Fix possible unaligned memory access in ath6kl_get_rsn_capab() by Vasanthakumar Thiagarajan · 13 years ago
  12. c4f7863 ath6kl: handle concurrent AP-STA channel switches by Thomas Pedersen · 13 years ago
  13. d968370 Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 13 years ago
  14. 14dc785 ath5k: Remove extraneous statements from ath5k_hw_proc_4word_tx_status and ath5k_hw_proc_2word_status. by Qasim Javed · 13 years ago
  15. da951c2 wireless: Remove unnecessary ; from while (0) macros by Joe Perches · 13 years ago
  16. 1507218 ath9k: Add more recv stats. by Ben Greear · 13 years ago
  17. a5a0bca ath9k: Add tx-failed counter. by Ben Greear · 13 years ago
  18. 56dc389 ath9k: update to DFS pattern detector interface by Zefir Kurtisi · 13 years ago
  19. 8e92d3f ath9k: add DFS pattern detector instance to ath_softc by Zefir Kurtisi · 13 years ago
  20. 6ee159e ath9k: add DFS pattern detector by Zefir Kurtisi · 13 years ago
  21. 8f727ef mac80211: notify driver of rate control updates by Johannes Berg · 13 years ago
  22. 64f68e5 mac80211: remove channel type argument from rate_update by Johannes Berg · 13 years ago
  23. 81ddbb5 mac80211: don't always advertise remain-on-channel by Johannes Berg · 13 years ago
  24. 227842d ath5k: Introduce _ath5k_printk to reduce code/text by Joe Perches · 13 years ago
  25. 516304b ath: Add and use pr_fmt, convert printks to pr_<level> by Joe Perches · 13 years ago
  26. 68d9e1f ath9k_hw: Update rx gain initval to improve rx sensitivity by Rajkumar Manoharan · 13 years ago
  27. 01e1891 ath9k: recover ar9380 chips from rare stuck state by Rajkumar Manoharan · 13 years ago
  28. 54da20d ath9k_hw: improve ANI processing and rx desensitizing parameters by Rajkumar Manoharan · 13 years ago
  29. d97c121 ath6kl: Fix 4-way handshake failure in AP and P2P GO mode by Vasanthakumar Thiagarajan · 13 years ago
  30. df90b36 ath6kl: Configure htcap in fw based on the channel type in AP mode by Vasanthakumar Thiagarajan · 13 years ago
  31. bed56e3 ath6kl: Don't advertise HT40 support in 2.4 Ghz by Vasanthakumar Thiagarajan · 13 years ago
  32. 1e8d13b ath6kl: Fix target assert in p2p bringup with multi vif by Vasanthakumar Thiagarajan · 13 years ago
  33. b514fab ath6kl: Support net_stats.multicast by Vasanthakumar Thiagarajan · 13 years ago
  34. 3d79499 ath6kl: Fix scan related issue on suspend-resume by Vivek Natarajan · 13 years ago
  35. 8437754 ath6kl: Use vmalloc instead of kmalloc for fw by Vivek Natarajan · 13 years ago
  36. f599359 ath6kl: Set background scan period. by Bala Shanmugam · 13 years ago
  37. 5b35dff ath6kl: Store scan request info in-advance before sending SCAN request by Raja Mani · 13 years ago
  38. b5447ff ath9k: fix a memory leak in ath_rx_tasklet() by Eric Dumazet · 13 years ago
  39. 195ca3b ath9k: reduce listen time period by Rajkumar Manoharan · 13 years ago
  40. 2ee0a07 ath9k: fix max noise floor threshold by Rajkumar Manoharan · 13 years ago
  41. 9cbee35 ath6kl: add full USB support by Kalle Valo · 13 years ago
  42. 636f828 ath6kl: Add HTC pipe implementation by Kalle Valo · 13 years ago
  43. e76ac2bf ath6kl: add htc ops by Kalle Valo · 13 years ago
  44. 048f24f ath6kl: remove void pointer from ath6kl_credit_setup() by Kalle Valo · 13 years ago
  45. 8bd5bca ath6kl: add rx data padding support by Kalle Valo · 13 years ago
  46. cfc10f2 ath6kl: add pointer to the skb in htc_packet by Kalle Valo · 13 years ago
  47. 900d6b3 ath6kl: add tx_comp_multi() to struct htc_ep_callbacks by Kalle Valo · 13 years ago
  48. 63de111 ath6kl: Add tx_complete() to struct htc_ep_callbacks by Kalle Valo · 13 years ago
  49. 6b42d30 ath6kl: set ram reserved size only for ar6003 by Kalle Valo · 13 years ago
  50. 03bdeb0 ath6kl: Configure inactivity timeout in fw by Vasanthakumar Thiagarajan · 13 years ago
  51. 0564161 Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 13 years ago
  52. 40abc2d ath6kl: Optimize target power in deep sleep suspend by Raja Mani · 13 years ago
  53. 055bde4 ath6kl: Isolate host sleep mode config part from ath6kl_wow_suspend by Raja Mani · 13 years ago
  54. 5c980fb ath6kl: Dump htc header when invalid Rx frame length is detected by Vasanthakumar Thiagarajan · 13 years ago
  55. b4d13d3 ath6kl: abort normal scan when scheduled scan is started by Kalle Valo · 13 years ago
  56. 7084bee ath6kl: Add __printf verification to ath6kl_printk by Joe Perches · 13 years ago
  57. f0446ea ath6kl: Add ARP offload related statistic info in tgt_stats by Raja Mani · 13 years ago
  58. 7397dde ath6kl: add debug log for AP MLME operations by Aarthi Thiruvengadam · 13 years ago
  59. c86e4f4 ath6kl: handle probe response from P2P device in P2P GO mode by Aarthi Thiruvengadam · 13 years ago
  60. 01a2829 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
  61. 783b732 ath9k_hw: remove unused initvals by Felix Fietkau · 13 years ago
  62. c7effd3 ath9k: inline AR9271 1.0 INI overrides by Felix Fietkau · 13 years ago
  63. aa0e578 ath9k_hw: remove iniModes_*_tx_gain_9271 by Felix Fietkau · 13 years ago
  64. c7d36f9 ath9k_hw: clean up iniModesAdditional by Felix Fietkau · 13 years ago
  65. 9951c4d ath9k_hw: fix AR9380 register settings for channel 14 by Felix Fietkau · 13 years ago
  66. c8664d1 ath9k_hw: fold ar9002_hw_cck_chan14_spread into mode regs initialization by Felix Fietkau · 13 years ago
  67. bbf2b30 ath9k_hw: remove iniCommon_*_cck_fir_coeff_9271 by Felix Fietkau · 13 years ago
  68. aebc0a8 ath9k_hw: clean up ath9k_hw_setuprxdesc by Felix Fietkau · 13 years ago
  69. 239c795 ath9k_hw: remove ath9k_hw_gettxintrtxqs by Felix Fietkau · 13 years ago
  70. f3eef64 ath9k: optimize register access functions by Felix Fietkau · 13 years ago
  71. 99ac8cd ath9k_hw: remove ath9k_hw_getdefantenna by Felix Fietkau · 13 years ago
  72. 8efa7a8 ath9k_hw: remove ath9k_hw_htc_resetinit by Felix Fietkau · 13 years ago
  73. ce8fdf6 ath9k_hw: clean up tx completion interrupt handling by Felix Fietkau · 13 years ago
  74. 7e03072 ath9k_hw: simplify tx queue interrupt mask handling by Felix Fietkau · 13 years ago
  75. d47a61a ath9k: Fix multi-VIF BSS handling by Sujith Manoharan · 13 years ago
  76. 3d4e20f ath9k: Remove aggregation flags by Sujith Manoharan · 13 years ago
  77. caed657 ath9k_hw: Cleanup FastChannelChange by Sujith Manoharan · 13 years ago
  78. bcf6f96 ath9k: Remove 'other' VIF count by Sujith Manoharan · 13 years ago
  79. 62450b8 ath9k: Remove unused variables by Sujith Manoharan · 13 years ago
  80. bf106e1 ath9k: Remove unnecessary initialization by Sujith Manoharan · 13 years ago
  81. 843dc66 Merge branch 'for-linville' of git://github.com/kvalo/ath6kl by John W. Linville · 13 years ago
  82. 9df2a0b ath6kl: fix debug.c file mode by Kalle Valo · 13 years ago
  83. b528387 ath6kl: use max_t() in ath6kl_cfg80211_connect() by Kalle Valo · 13 years ago
  84. 7433a49 ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend() by Kalle Valo · 13 years ago
  85. 06f33f1 ath6kl: replace strict_strtoul() with kstrtoul() by Kalle Valo · 13 years ago
  86. b0fc7c1 ath6kl: fix regression in ath6kl_upload_board_file() by Kalle Valo · 13 years ago
  87. c1afdaf ath9k: fix going to full-sleep on PS idle by Felix Fietkau · 13 years ago
  88. ffb1c56 ath9k: Fix mactime from being clobbered in rx_status by Ashok Nagarajan · 13 years ago
  89. 9f61903 ath9k: configure bss info at assoc notification by Rajkumar Manoharan · 13 years ago
  90. 3789d59 ath9k_hw: Fix enabling of MCI and RTT by Mohammed Shafi Shajakhan · 13 years ago
  91. 98b36a0 ath9k: Add wiphy name to log messages. by Ben Greear · 13 years ago
  92. bff2ec2 ath9k: Fix BTCOEX shutdown by Sujith Manoharan · 13 years ago
  93. 17a7b16 ath6kl: Fix merge error in ath6kl_set_ies() by Aarthi Thiruvengadam · 13 years ago
  94. 74dd152 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
  95. 2ef1675 ath9k: fix signal strength reporting issues by Felix Fietkau · 13 years ago
  96. 3a2923e ath9k: get rid of double queueing of rx frames on EDMA by Felix Fietkau · 13 years ago
  97. fc16fd8 ath9k: remove rssi/antenna information from recv debug stats by Felix Fietkau · 13 years ago
  98. 5baec74 ath9k: make MAC sample statistics optional by Felix Fietkau · 13 years ago
  99. 9c083af ath9k_hw: use cold instead of warm reset on AR9280 by Felix Fietkau · 13 years ago
  100. b51f92e ath6kl: make ath6kl_bmi_[read|write]_hi32() endian safe by Kalle Valo · 13 years ago