1. a65e4cb ath9k: remove VEOL support for ad-hoc by Felix Fietkau · 16 years ago
  2. 774610e ath9k: change beacon allocation to prefer the first beacon slot by Felix Fietkau · 16 years ago
  3. ededf1f ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleep by Vasanthakumar Thiagarajan · 16 years ago
  4. 7606688 ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs() by Dan Carpenter · 16 years ago
  5. 690e781 ath9k_htc: dereferencing before check in hif_usb_tx_cb() by Dan Carpenter · 16 years ago
  6. 3dc3fc5 Revert "ath9k: Group Key fix for VAPs" by John W. Linville · 16 years ago
  7. 617f3d0 wireless: update gfp/slab.h includes by Tejun Heo · 16 years ago
  8. b5eae9f ath5k: consistently use rx_bufsize for RX DMA by Bruno Randolf · 16 years ago
  9. ab1d864 ath9k: remove AR9003 from PCI IDs for now by Luis R. Rodriguez · 16 years ago
  10. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  11. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 16 years ago
  12. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 16 years ago
  13. 820ae8a Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  14. 6fe70aa 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 · 16 years ago
  15. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 16 years ago
  16. 2cb1ba1 ar9170usb: add vendor and device ID for Qwest/Actiontec 802AIN Wireless N USB Network Adapter by Steve Tanner · 16 years ago
  17. ffdc4cb ath9k_hw: clean up EEPROM endian handling on AR9003 by Felix Fietkau · 16 years ago
  18. 9bff0bc ath9k: add debugfs files for reading/writing registers by Felix Fietkau · 16 years ago
  19. 1534069 ath9k: add debugfs files for reading/writing the rx and tx chainmask by Felix Fietkau · 16 years ago
  20. c8a72c0 ath9k: use debugfs_remove_recursive() instead of keeping pointers to all entries by Felix Fietkau · 16 years ago
  21. 8116daf ath9k_htc: Fix array overflow by Sujith.Manoharan@atheros.com · 16 years ago
  22. d8c49ff ath9k_htc: Fix target ready race condition by Sujith.Manoharan@atheros.com · 16 years ago
  23. 47fce02 ath9k_htc: Reorder HTC initialization by Sujith.Manoharan@atheros.com · 16 years ago
  24. 1d8af8c ath9k_htc: Allocate URBs properly by Sujith.Manoharan@atheros.com · 16 years ago
  25. 05a30f9 ath9k_htc: Lock sta_notify() callback by Sujith.Manoharan@atheros.com · 16 years ago
  26. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  27. b29e7eb ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma() by Vasanthakumar Thiagarajan · 16 years ago
  28. 083e3e8 ath9k: Fix bug in handling rx frames with invalid descriptor content by Vasanthakumar Thiagarajan · 16 years ago
  29. 7fca8e2 ath9k_hw: new initialization values for AR9003 by Luis R. Rodriguez · 16 years ago
  30. 9637e51 ath5k: drop warning on jumbo frames by Luis R. Rodriguez · 16 years ago
  31. 5a147e8 ar9170: fix for driver-core ABI change by Stephen Rothwell · 16 years ago
  32. cc75589 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 · 16 years ago
  33. de02d72 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  34. a15707d Merge branch 'wireless-2.6' into wireless-next-2.6 by Reinette Chatre · 16 years ago
  35. 05e8594 ath5k: several off by one range checks by Dan Carpenter · 16 years ago
  36. 0730d11 ath9k/htc_drv_main: off by one error by Dan Carpenter · 16 years ago
  37. 277a64d ath9k/htc_drv_main: null dereference typo by Dan Carpenter · 16 years ago
  38. 5efa3a6 ath9k_hw: enable PCIe low power mode for AR9003 by Luis R. Rodriguez · 16 years ago
  39. 2ff6575 ath9k_htc: Handle IDLE LED properly by Sujith · 16 years ago
  40. bc6fb35 ath9k_hw: Update initvals for AR9003 for xb113 by Luis R. Rodriguez · 16 years ago
  41. 6f256de ath9k_common: drop incomming frames with an invalid hardware rate by Luis R. Rodriguez · 16 years ago
  42. 8e15599 ath9k_common: move the rate status setting into ath9k_process_rate() by Luis R. Rodriguez · 16 years ago
  43. 9c6dda4 ath9k_htc: Fix beaconing in IBSS mode by Sujith · 16 years ago
  44. 3ef83d7 ath9k: fix another source of corrupt frames by Felix Fietkau · 16 years ago
  45. f3926b4 ar9170usb: remove deprecated aggregation code by Christian Lamparter · 16 years ago
  46. 160b824 ar9170: wait for asynchronous firmware loading by Christian Lamparter · 16 years ago
  47. 8316324 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 · 16 years ago
  48. f5c044e mac80211: remove deprecated noise field from ieee80211_rx_status by John W. Linville · 16 years ago
  49. 62dad5b ath9k: Added get_survey callback in order to get channel noise by Benoit Papillault · 16 years ago
  50. 32a0a33 ath9k: remove usage of deprecated noise value by John W. Linville · 16 years ago
  51. 54c7c91 ath5k: remove usage of deprecated noise value by John W. Linville · 16 years ago
  52. 5d6566f ar9170: remove usage of deprecated noise value by John W. Linville · 16 years ago
  53. 3a37495 ath9k: Avoid corrupt frames being forwarded to mac80211. by Vivek Natarajan · 16 years ago
  54. 8a8572a ath9k_htc: Handle CONF_IDLE during unassociated state to save power. by Vivek Natarajan · 16 years ago
  55. 5bea400 ath9k_hw: Fix TX interrupt mitigation settings by Luis R. Rodriguez · 16 years ago
  56. 5d5d44d ath9k_hw: fix noisefloor timeout handling on AR9003 by Felix Fietkau · 16 years ago
  57. 0cf3107 ath9k_hw: Fix endian bug in an AR9003 EEPROM field by Felix Fietkau · 16 years ago
  58. d10baf9 ath9k_hw: Fix typos in tx rate power level parsing for AR9003 by Felix Fietkau · 16 years ago
  59. 597a94b ath9k_hw: use the configured power limit for AR9003 by Felix Fietkau · 16 years ago
  60. 7f9f360 ath9k: wake queue after processing edma rx frames by Felix Fietkau · 16 years ago
  61. 6b42e8d ath9k_hw: fix fast clock handling for 5GHz channels by Felix Fietkau · 16 years ago
  62. 5b75d0f ath9k_hw: update EEPROM data structure for AR9280 by Felix Fietkau · 16 years ago
  63. e555372 ath9k_hw: Fix usec to hw clock conversion in 5Ghz for ar9003 by Vasanthakumar Thiagarajan · 16 years ago
  64. b360a88 ath9k_hw: disable TX IQ calibration for AR9003 by Luis R. Rodriguez · 16 years ago
  65. 8393722 ath9k_hw: fix typo in the AR9003 EEPROM data structure definition by Felix Fietkau · 16 years ago
  66. 14bc110 ath9k_hw: fix pll clock setting for 5ghz on AR9003 by Felix Fietkau · 16 years ago
  67. 2fcb913 ath9k_hw: update initvals for AR9003 by Felix Fietkau · 16 years ago
  68. 4f82471 ath9k_htc: Simplify RX IRQ handler by Sujith · 16 years ago
  69. d439260 ath9k_htc: Validate TX Endpoint ID by Sujith · 16 years ago
  70. 5bf1e17 ath9k_htc: Remove unnecessary powersave restore by Sujith · 16 years ago
  71. d8f996f ath9k_htc: Really fix device hotunplug by Sujith · 16 years ago
  72. 0d36d71 ath9k_htc: Fix WMI command race by Sujith · 16 years ago
  73. ba44370 ath9k_htc: Increase WMI timeout value by Sujith · 16 years ago
  74. 5ab0af3 ath9k_htc: Process command data properly by Sujith · 16 years ago
  75. 62e4716 ath9k_htc: Use USB reboot by Sujith · 16 years ago
  76. f668907 ath9k_htc: Pass correct private pointer by Sujith · 16 years ago
  77. 51f139d ath9k_hw: Remove pointless ANI deinit by Sujith · 16 years ago
  78. 7073daa ath9k_htc: Cancel running timers before disabling HW by Sujith · 16 years ago
  79. d5e347b ath9k_htc: Use multiple register writes by Sujith · 16 years ago
  80. a3be14b ath9k_htc: Handle device unplug properly by Sujith · 16 years ago
  81. c11d8f8 ath9k_htc: Simplify TX URB management by Sujith · 16 years ago
  82. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 16 years ago
  83. 81b208a ath9k_hw: make all AR9002 initvals use u32 by Luis R. Rodriguez · 16 years ago
  84. 020ab48 ath9k_hw: make two initvals consto for the AR9001 family by Luis R. Rodriguez · 16 years ago
  85. 58b5190 ath9k: set the STBC flag in rate control if the peer supports it by Felix Fietkau · 16 years ago
  86. 074a8c0 ath9k: add support for Tx and Rx STBC by Felix Fietkau · 16 years ago
  87. 3bb065a ath9k: initialize the number of tx/rx streams correctly by Felix Fietkau · 16 years ago
  88. c666387 ath9k: reduce the bits_per_symbol table size, support more streams by Felix Fietkau · 16 years ago
  89. 0e668cd ath9k: update the ath_max_4ms_framelen table by Felix Fietkau · 16 years ago
  90. 7817e4c ath9k: update the MCS mask for MCS16 and above by Felix Fietkau · 16 years ago
  91. 0a8cea8 ath9k: clean up tx buffer handling by Felix Fietkau · 16 years ago
  92. c9c99e5 ath9k: check for specific rx stuck conditions and recover from them by Felix Fietkau · 16 years ago
  93. 55ee82b ath5k: basic support for survey by Holger Schurig · 16 years ago
  94. 03ceede ath9k: Group Key fix for VAPs by Daniel Yingqiang Ma · 16 years ago
  95. 7f1f5a0 ath9k_htc: Fix sparse endian warnings by Sujith · 16 years ago
  96. 6ce34ec ath9k_htc: Handle WMI timeouts properly by Sujith · 16 years ago
  97. eac8e38 ath9k_htc: Add dropped SKB count to debugfs by Sujith · 16 years ago
  98. 0daa3e3 ath9k_htc: Remove GPIO set on unload by Sujith · 16 years ago
  99. 7d0d0df ath9k_hw: Use buffered register writes by Sujith · 16 years ago
  100. 6819d57 ath9k_hw: Relocate Opmode initialization by Sujith · 16 years ago