1. 74a9775 ath9k: Return early for invalid rates by Sujith Manoharan · 11 years ago
  2. ab27610 ath9k: remove useless flag conversation. by Oleksij Rempel · 11 years ago
  3. 176f0e8 ath9k: Fix RX DMA mapping by Sujith Manoharan · 11 years ago
  4. 07236bf ath9k: Use lockless variants for the RX fifo queue by Sujith Manoharan · 11 years ago
  5. e87f3d5 ath9k: Reduce deep indentation by Sujith Manoharan · 11 years ago
  6. 7a897203 ath9k: Remove unused argument "size" by Sujith Manoharan · 11 years ago
  7. 3747c3e ath9k: detect more kinds of invalid descriptors by Felix Fietkau · 11 years ago
  8. 723e711 ath9k: fix handling of broken descriptors by Felix Fietkau · 11 years ago
  9. 2e1cd49 ath9k: improve dma map failure handling by Felix Fietkau · 11 years ago
  10. c60c992 ath9k_common: remove ath9k_cmn_padpos by Felix Fietkau · 11 years ago
  11. 655d8e2 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  12. 73e4937 ath9k: add support for DFS master mode by Zefir Kurtisi · 11 years ago
  13. 675a0b0 mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan by Karl Beldan · 11 years ago
  14. 1a6404a ath9k: Fix IBSS joiner mode by Sujith Manoharan · 12 years ago
  15. 1282437 ath9k: Fix sparse __CHECK_ENDIAN__ for spectral code by Sven Eckelmann · 12 years ago
  16. ab2e2fc ath9k: Only add fix_rssi_inv_only when spectral code is used by Sven Eckelmann · 12 years ago
  17. bd2ffe1 ath9k: Only process fft samples when ATH9K_DEBUGFS is enabled by Sven Eckelmann · 12 years ago
  18. 21fbbca ath9k: report A-MPDU status by Christian Lamparter · 12 years ago
  19. 4ab0b0a ath9k: Update spectral scan output data by Sven Eckelmann · 12 years ago
  20. 9b99e66 ath9k: drop spectral packets after processing them by Simon Wunderlich · 12 years ago
  21. 9ebea38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  22. 463e3ed ath9k: remove sc->rx.rxbuflock to fix a deadlock by Felix Fietkau · 12 years ago
  23. 4b883f0 ath9k: fix rx flush handling by Felix Fietkau · 12 years ago
  24. 7fc00a3 ath9k: add a better fix for the rx tasklet vs rx flush race by Felix Fietkau · 12 years ago
  25. a3dc48e ath9k: do not link receive buffers during flush by Felix Fietkau · 12 years ago
  26. e93d083 ath9k: add spectral scan feature by Simon Wunderlich · 12 years ago
  27. b81950b1 ath9k: use the devres API for allocations/mappings by Felix Fietkau · 12 years ago
  28. 96d2137 ath9k: RX timestamp is reported at end of frame by Thomas Pedersen · 12 years ago
  29. f4bda33 mac80211: support RX_FLAG_MACTIME_END by Thomas Pedersen · 12 years ago
  30. be41b05 ath9k: Ensure we set FTP_STOMP_LOW weight when WLAN is idle by Mohammed Shafi Shajakhan · 12 years ago
  31. a549459 ath9k: Fix rx filtering issue for older chips by Thomas Wagner · 12 years ago
  32. e1352fd ath9k: fix decrypt_error initialization in ath_rx_tasklet() by Lorenzo Bianconi · 12 years ago
  33. ef4ad63 ath9k: Cleanup beacon logic by Sujith Manoharan · 12 years ago
  34. b3d7aa4 ath9k: set 4ADDRESS bit in RX filter for AR9550 by Gabor Juhos · 12 years ago
  35. 635d999 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  36. 6bb51c7 ath9k: fix panic caused by returning a descriptor we have queued for reuse by Tom Hughes · 12 years ago
  37. bed3d9c ath9k: fix dynamic WEP related regression by Felix Fietkau · 12 years ago
  38. 07c15a3 ath9k: Fix powersave locking by Sujith Manoharan · 12 years ago
  39. 781b14a ath9k: Use atomic operations by Sujith Manoharan · 12 years ago
  40. 8da0783 ath9k: Move LNA code to antenna.c by Sujith Manoharan · 12 years ago
  41. 6995fb8 ath9k: improve BT FTP/PAN performance by Rajkumar Manoharan · 12 years ago
  42. 4cb54fa ath9k: Remove SC_OP_OFFCHANNEL by Sujith Manoharan · 12 years ago
  43. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  44. 2a5783b ath9k: don't strip mic on non-encrypted frames in tkip by Michael Liang · 12 years ago
  45. 990e08a ath9k: Fix compile warnings when DEBUGFS is disabled. by Ben Greear · 12 years ago
  46. 1507218 ath9k: Add more recv stats. by Ben Greear · 12 years ago
  47. 01e1891 ath9k: recover ar9380 chips from rare stuck state by Rajkumar Manoharan · 13 years ago
  48. b5447ff ath9k: fix a memory leak in ath_rx_tasklet() by Eric Dumazet · 13 years ago
  49. ffb1c56 ath9k: Fix mactime from being clobbered in rx_status by Ashok Nagarajan · 13 years ago
  50. 2ef1675 ath9k: fix signal strength reporting issues by Felix Fietkau · 13 years ago
  51. 3a2923e ath9k: get rid of double queueing of rx frames on EDMA by Felix Fietkau · 13 years ago
  52. 6a01f0c ath9k: make use of list_for_each_entry_safe by Mohammed Shafi Shajakhan · 13 years ago
  53. f88373f ath9k: fix a WEP crypto related regression by Felix Fietkau · 13 years ago
  54. d2182b6 ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO by Joe Perches · 13 years ago
  55. 356cb55 ath9k: validate for non-zero BSSID by Mohammed Shafi Shajakhan · 13 years ago
  56. 7468722 ath9k: minor cleanup by Mohammed Shafi Shajakhan · 13 years ago
  57. eb840a8 ath9k: change the default antenna settings based on diversity by Mohammed Shafi Shajakhan · 13 years ago
  58. 83c7657 ath9k: trivial: reorder rx_tasklet processing by Zefir Kurtisi · 13 years ago
  59. ec20599 ath9k: only send FCS-fail packets to mac80211 if requested by Felix Fietkau · 13 years ago
  60. 846d936 ath9k_hw: fix a regression in key miss handling by Felix Fietkau · 13 years ago
  61. 72d874c ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by default by Felix Fietkau · 13 years ago
  62. ac06697 ath9k: disable unnecessary PHY error reporting by Felix Fietkau · 13 years ago
  63. f73c604 ath9k: Remove redundant my beacon check at ath_rx_ps_beacon by Rajkumar Manoharan · 13 years ago
  64. 0874073 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 13 years ago
  65. ba54238 ath9k: Fix a dma warning/memory leak by Mohammed Shafi Shajakhan · 13 years ago
  66. 3483288 ath9k: ensure that rx is not enabled during a reset by Felix Fietkau · 13 years ago
  67. 43c3528 ath9k: implement .get_antenna and .set_antenna by Felix Fietkau · 13 years ago
  68. cf3af74 ath9k: Add debugfs support for mac/baseband samples by Rajkumar Manoharan · 13 years ago
  69. 9976f62 ath9k: use appropriate debug mask by Mohammed Shafi Shajakhan · 13 years ago
  70. 152e585 ath9k: fix MGMT packets when using TKIP by Bill Jordan · 13 years ago
  71. 3de2111 ath9k: Remove unused argument tsf from ath9k_hw_rxprocdesc by Rajkumar Manoharan · 13 years ago
  72. 29ab0b3 ath9k: Re-enable RXOEL interrupt after processing rx buffers by Rajkumar Manoharan · 13 years ago
  73. 6a6767b ath9k: remove obselete comments by Mohammed Shafi Shajakhan · 13 years ago
  74. e8fe733 ath9k: Use atomic reference count for interrupt ops by Rajkumar Manoharan · 13 years ago
  75. f749b94 ath9k: use the new channel noise value for signal strength and survey info by Felix Fietkau · 13 years ago
  76. 41bf371 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  77. 66760ea ath9k: improve reliability of MIC error detection by Felix Fietkau · 13 years ago
  78. 3609936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  79. e7ef5bc ath9k: add fast_div_bias configuration for diversity group 1 by Gabor Juhos · 13 years ago
  80. 223c5a8 ath9k: remove superfluous parentheses by Gabor Juhos · 13 years ago
  81. 66ce235 ath9k: add a missing case statement to ath_ant_div_comb_alt_check by Gabor Juhos · 13 years ago
  82. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  83. 5b68138 ath9k: Drag the driver to the year 2011 by Sujith Manoharan · 13 years ago
  84. 21e8ee6 ath9k: make sure main_rssi is positive by Mohammed Shafi Shajakhan · 13 years ago
  85. 3e9a212 ath9k: configure fast_div_bias based on diversity group by Mohammed Shafi Shajakhan · 13 years ago
  86. b85c573 ath9k: Implement an API to swap main/ALT LNA's by Mohammed Shafi Shajakhan · 13 years ago
  87. 8afbcc8 ath9k_hw: define antenna diversity group by Mohammed Shafi Shajakhan · 13 years ago
  88. 2b892a9 ath9k: Fix rssi update in ad-hoc mode by Rajkumar Manoharan · 13 years ago
  89. deb7518 ath9k: avoid enabling interrupts while processing rx by Rajkumar Manoharan · 13 years ago
  90. 429576b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  91. cedc7e3 ath9k: remove the unlikely check for autosleep by Mohammed Shafi Shajakhan · 13 years ago
  92. 0ff2b5c ath9k: Fix warnings from -Wunused-but-set-variable by Sujith Manoharan · 13 years ago
  93. 2232d31 ath9k: fix the return value of ath_stoprecv by Felix Fietkau · 13 years ago
  94. 9529497 ath9k: fix too early enabling of rx during ath_startrecv() by Felix Fietkau · 13 years ago
  95. 264bbec ath9k: fix PS-Poll reception on AR9160 and earlier by Felix Fietkau · 13 years ago
  96. 5882da02 ath9k_hw: fix stopping rx DMA during resets by Felix Fietkau · 13 years ago
  97. 99e4d43 ath9k: configure beacons based on hw opmode by Rajkumar Manoharan · 13 years ago
  98. 2e28694 ath9k: remove support for the FIF_PROMISC_IN_BSS filter flag by Felix Fietkau · 14 years ago
  99. 6ebacbb mac80211: rename RX_FLAG_TSFT by Johannes Berg · 14 years ago
  100. 0d95521 ath9k: use split rx buffers to get rid of order-1 skb allocations by Felix Fietkau · 14 years ago