1. 9b6941d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  2. 783cd01 ath9k: add missing ps wakeup/restore calls by Felix Fietkau · 14 years ago
  3. 6f48101 ath9k_hw: disabled PAPRD for AR9003 by Luis R. Rodriguez · 14 years ago
  4. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  5. 599b13a ath5k: fix locking in tx_complete_poll_work by Bob Copeland · 14 years ago
  6. 811ea25 ath9k_hw: do PA offset calibration only on longcal interval by Rajkumar Manoharan · 14 years ago
  7. dc738cb ath9k_htc: Fix endian issue in tx header by Rajkumar Manoharan · 14 years ago
  8. 58c5296 ath9k_hw: ASPM interoperability fix for AR9380/AR9382 by Luis R. Rodriguez · 14 years ago
  9. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  10. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  11. 55de80d ath9k_htc: Really fix packet injection by Sujith Manoharan · 14 years ago
  12. 6d50192 ath9k_hw: Fix RX handling for USB devices by Sujith Manoharan · 14 years ago
  13. 69bdacc ath9k_hw: Fix thermal issue with UB94 by Sujith Manoharan · 14 years ago
  14. 0742206 ath9k_hw: Fix calibration for AR9287 devices by Sujith Manoharan · 14 years ago
  15. 6cae913 ath9k_hw: Fix chip test by Sujith Manoharan · 14 years ago
  16. c96e963 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 · 14 years ago
  17. 33af881 ath9k: correct MODULE_PARM_DESC parameters for force_new_ani by John W. Linville · 14 years ago
  18. 18cb6e3 ath5k: qualify global modparam_nohwcrypt variable by John W. Linville · 14 years ago
  19. 3e6109c ath9k: qualify global modparam_nohwcrypt variable by John W. Linville · 14 years ago
  20. cc72128 ath9k_htc: Fix packet injection by Sujith Manoharan · 14 years ago
  21. a8851d1 ath5k: ath5k_eeprom_mode_from_channel() returns signed by Dan Carpenter · 14 years ago
  22. 2ae79d5 ath9k : few rate control clean ups by Mohammed Shafi Shajakhan · 14 years ago
  23. 1186488 ath9k: fix beacon restart on channel change by Rajkumar Manoharan · 14 years ago
  24. bd8027a Revert "ath9k: Parse DTIM period from mac80211" by Mohammed Shafi Shajakhan · 14 years ago
  25. 1c30cc1 ath9k_hw: fix dma descriptor rx error bit parsing by Felix Fietkau · 14 years ago
  26. 1e1f4ad ath9k_htc: Move LED/RFKILL code to htc_drv_gpio.c by Sujith Manoharan · 14 years ago
  27. 039a072 ath9k_htc: Fix fast channel change by Sujith Manoharan · 14 years ago
  28. 7390867 ath9k_htc: Handle FATAL events by Sujith Manoharan · 14 years ago
  29. 66e3547 ath9k_htc: Move work cancellation outside of mutex by Sujith Manoharan · 14 years ago
  30. ff8f59b ath9k_htc: Handle pending URBs properly by Sujith Manoharan · 14 years ago
  31. ee832d3 ath9k: Few clean ups in beacon config parameters by Mohammed Shafi Shajakhan · 14 years ago
  32. 97e2c40 carl9170: fix usb pm suspend->resume woes by Christian Lamparter · 14 years ago
  33. 3b38651 carl9170: reduce channel change delay by Christian Lamparter · 14 years ago
  34. c9e57f0 carl9170: add missing return-value check by Christian Lamparter · 14 years ago
  35. bb00755 ath5k: fix cycle counter inconsistent locking by Bob Copeland · 14 years ago
  36. 44cefea ath9k: fix spur mitigation no-spur case for AR9002 by Brian Prodoehl · 14 years ago
  37. 52671e4 ath9k: spin_lock_bh is not required within tasklet context. by Senthil Balasubramanian · 14 years ago
  38. cd2c548 ath5k: Move mac80211 functions into new file by Bruno Randolf · 14 years ago
  39. db7ec38 ath9k: Reset keycache on resume by Mohammed Shafi Shajakhan · 14 years ago
  40. d0ce2d1 ath9k_hw: Fix bug in eeprom data length validation for AR9485 by Vasanthakumar Thiagarajan · 14 years ago
  41. 0207c0c ath5k: Use helper function to get eeprom mode from channel by Bruno Randolf · 14 years ago
  42. 26a51ad ath5k: Remove ATH5K_INI_RFGAIN defines, use band instead by Bruno Randolf · 14 years ago
  43. 51f0062 ath5k: Track current TX power separately from max TX power by Bruno Randolf · 14 years ago
  44. 56bd29d ath5k: Separate powertable setup and writing by Bruno Randolf · 14 years ago
  45. 26c7fc4 ath5k: Simplify powertable recalculation by Bruno Randolf · 14 years ago
  46. 6dab55b ath9k: unlock on error path in ath9k_change_interface() by Dan Carpenter · 14 years ago
  47. e40b5fa ath9k: Use pci_is_pcie() by Hauke Mehrtens · 14 years ago
  48. e98b06b ath5k: Use pci_is_pcie() by Hauke Mehrtens · 14 years ago
  49. afe68d0 ath9k: fix aphy / wiphy idle mismatch by Luis R. Rodriguez · 14 years ago
  50. d584747 ath9k: Fix warnings on card removal by Rajkumar Manoharan · 14 years ago
  51. 97dcec5 ath9k_htc: Fix warning on device removal by Sujith Manoharan · 14 years ago
  52. 63e35cd 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 · 14 years ago
  53. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  54. d4d5dc3 ath9k: do not limit the chainmask to 1 for legacy mode by Felix Fietkau · 14 years ago
  55. f1a8abb ath9k_hw: fix PA predistortion HT40 mask by Felix Fietkau · 14 years ago
  56. b1c1d00 ath9k: Properly initialize channel table for 2GHz by Mohammed Shafi Shajakhan · 14 years ago
  57. 5582132 ath9k_hw: remove baseband rfsilent support by Felix Fietkau · 14 years ago
  58. 4b3ba66 ath9k: fix queue depth check for forming new aggregates by Felix Fietkau · 14 years ago
  59. 3de135d ath5k: Set available antenna information for cfg80211 by Bruno Randolf · 14 years ago
  60. f15a4bb ath5k: Fix survey by Bruno Randolf · 14 years ago
  61. 931299c ath: fix NULL pointer dereference on reg_notifier() by Luis R. Rodriguez · 14 years ago
  62. 45ef6a0 ath9k_hw: Configure appropriate Tx power when PAPRD fails by Vasanthakumar Thiagarajan · 14 years ago
  63. 7072bf6 ath9k_hw: Disable PAPRD for rates with low Tx power by Vasanthakumar Thiagarajan · 14 years ago
  64. 8698bca ath9k_hw: Add a helper to get paprd scale factor by Vasanthakumar Thiagarajan · 14 years ago
  65. 0b2084b ath9k_hw: Tx IQ cal changes for AR9003 by Vasanthakumar Thiagarajan · 14 years ago
  66. 895ad7e ath9k_hw: Move get_streams() to hw.h by Vasanthakumar Thiagarajan · 14 years ago
  67. d8a8440 ath9k_hw: Remove unnecessary Rx IQ cal register configuration in ar9003_hw_tx_iq_cal() by Vasanthakumar Thiagarajan · 14 years ago
  68. 7e68b74 ath9k_hw: Remove delay during regwrite of analog shift registers by Vasanthakumar Thiagarajan · 14 years ago
  69. 2b7e6bce ath9k: Add comments for making pm-qos as modparam by Mohammed Shafi Shajakhan · 14 years ago
  70. 64c6e50 ath9k_htc: Remove PCI specific configuration by Sujith Manoharan · 14 years ago
  71. bd2ce6e mac80211: Add timeout to BA session start API by Sujith Manoharan · 14 years ago
  72. 4dc3530 ath9k: Make PM-QOS value as user configurable by Mohammed Shafi Shajakhan · 14 years ago
  73. 7a7793e ath9k_hw: update AR9003 initvals to improve carrier leak calibration/correction by Felix Fietkau · 14 years ago
  74. e172e0f ath9k_hw: update AR9003 initvals for improved radar detection by Felix Fietkau · 14 years ago
  75. 1bf3866 ath9k_hw: fix PA predistortion training power selection by Felix Fietkau · 14 years ago
  76. 1782352 ath9k_hw: fix the PA predistortion rate mask by Felix Fietkau · 14 years ago
  77. 7607cbe ath9k: fix PA predistortion thermal measurement handling by Felix Fietkau · 14 years ago
  78. caabf2b ath9k_hw: fix the slot time setting for long distance links by Felix Fietkau · 14 years ago
  79. 4357c6b ath9k_hw: initialize ah->slottime by Felix Fietkau · 14 years ago
  80. 452d7dd ath9k_htc: Add Ubiquiti wifistation ext to supported devices by Sujith Manoharan · 14 years ago
  81. 62a957e ath9k_hw: remove ah->txpower_indexoffset by Felix Fietkau · 14 years ago
  82. 5f65c30 ath9k_hw: remove ah->beacon_interval by Felix Fietkau · 14 years ago
  83. 6da5a72 ath9k_hw: clean up SREV version checks by Felix Fietkau · 14 years ago
  84. df3c8b2 ath9k_hw: remove antenna configuration eeprom ops and variables by Felix Fietkau · 14 years ago
  85. 940cd2c ath9k_hw: merge the ar9287 version of ath9k_hw_get_gain_boundaries_pdadcs by Felix Fietkau · 14 years ago
  86. 115277a ath9k_hw: merge ath9k_hw_get_gain_boundaries_pdadcs between eeprom_def.c and eeprom_4k.c by Felix Fietkau · 14 years ago
  87. 4ddfcd7 ath9k_hw: clean up duplicate and unnused eeprom related defines by Felix Fietkau · 14 years ago
  88. 040b74f ath9k_hw: only use the PCIe disable register write sequence for AR5416 by Felix Fietkau · 14 years ago
  89. 248a38d ath9k: fix sequence number assigment for non-AMPDU QoS data frames by Felix Fietkau · 14 years ago
  90. 9abbfb2 ath9k: Use power save wrappers for TSF get/set by Sujith Manoharan · 14 years ago
  91. f33fdcf ath9k: clean up hardware code for beacon handling by Mohammed Shafi Shajakhan · 14 years ago
  92. 998d516 ath: Missed to clear key4 of micentry by Rajkumar Manoharan · 14 years ago
  93. 6b3b991 ath9k: Add change_interface callback by Rajkumar Manoharan · 14 years ago
  94. a08e7ad ath9k: fix assumptions for idle calls on suspend/resume by Luis R. Rodriguez · 14 years ago
  95. c2731b8 ath9k: Fix power save count imbalance on ath_radio_enable() by Luis R. Rodriguez · 14 years ago
  96. 1d212aa 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 · 14 years ago
  97. 1e13f86 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  98. b761337 ath: fix build break with ATH_DBG_WARN_ON_ONCE by John W. Linville · 14 years ago
  99. b7ee1d0 ath5k: Fix modinfo does not list alias -> pci-id lines by Sedat Dilek · 14 years ago
  100. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago