1. 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
  2. 76ff9a6 ath5k: avoid sparse warnings on tracing by Luis R. Rodriguez · 13 years ago
  3. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  4. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  5. 9a39169 ath5k: Optimize ath5k_cw_validate by Nick Kossifidis · 13 years ago
  6. b4cfb5d ath5k: Renumber hw queue ids by Nick Kossifidis · 13 years ago
  7. 29355a4 ath5k: ath5k_ani_period_restart only touches struct ath5k_ani_state by Nick Kossifidis · 13 years ago
  8. 86f62d9 ath5k: MRR support and 2GHz radio override belong in ah_capabilities by Nick Kossifidis · 13 years ago
  9. 84e1e73 ath5k: Add a module parameter to disable hw rf kill switch by Nick Kossifidis · 13 years ago
  10. dafae6a ath5k: We always do full calibration on AR5210 by Nick Kossifidis · 13 years ago
  11. c47faa3 ath5k: Cleanups v2 + add kerneldoc on all hw functions by Nick Kossifidis · 13 years ago
  12. 1846ac3 ath5k: Use usleep_range where possible by Nick Kossifidis · 13 years ago
  13. ce169ac ath5k: Calibration re-work by Nick Kossifidis · 13 years ago
  14. 34ce644 ath5k: Cleanups v1 by Nick Kossifidis · 13 years ago
  15. fea9480 ath5k: Add TXNOFRM to INT_TX_ALL by Nick Kossifidis · 13 years ago
  16. 7ff7c82 ath5k: Switch from read-and-clear to write-to-clear method when handling PISR/SISR registers by Nick Kossifidis · 13 years ago
  17. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  18. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  19. d0e88ec drivers/net: wireless/ath/ath5k/debug.c does not need module.h by Paul Gortmaker · 13 years ago
  20. 6eb07ca drivers/net: Add moduleparam.h to drivers as required. by Paul Gortmaker · 13 years ago
  21. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 14 years ago
  22. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  23. 8fb7475 ath5k: remove some unneeded error handling code by Dan Carpenter · 13 years ago
  24. 8a3a3c8 mac80211: pass vif param to conf_tx() callback by Eliad Peller · 13 years ago
  25. 37a41b4 mac80211: add ieee80211_vif param to tsf functions by Eliad Peller · 13 years ago
  26. 4d8b614 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 13 years ago
  27. bdc71bc ath5k: fix error handling in ath5k_beacon_send by Bob Copeland · 13 years ago
  28. bb1f3ad ath5k: remove last references to "softc" by Pavel Roskin · 13 years ago
  29. 931be26 ath5k: clean up base.h and its use by Pavel Roskin · 13 years ago
  30. 32c2546 ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_value by Pavel Roskin · 13 years ago
  31. 8d44a82 ath5k: remove most references to XR by Pavel Roskin · 13 years ago
  32. 2972cc1 ath5k: remove unused and write-only structures and fields by Pavel Roskin · 13 years ago
  33. 2ee33f3 ath5k: remove wireless extensions inclusions by Johannes Berg · 13 years ago
  34. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  35. 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
  36. bb78c71 ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table() by Pavel Roskin · 13 years ago
  37. c5f3f45 ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210 by Pavel Roskin · 13 years ago
  38. fabba04 ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappers by Pavel Roskin · 13 years ago
  39. e0d687b ath5k: merge ath5k_hw and ath5k_softc by Pavel Roskin · 13 years ago
  40. 95a943c 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
  41. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  42. 5d7d5d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  43. 4e86879 ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211 by Felix Fietkau · 13 years ago
  44. 6340211 ath5k: disable 32KHz sleep clock operation by default by Felix Fietkau · 13 years ago
  45. f006438 ath5k: fix reference clock usec duration setting restore by Felix Fietkau · 13 years ago
  46. fe00deb ath5k: delay full calibration after reset by Felix Fietkau · 13 years ago
  47. 26d16d2 ath5k: initialize common->clockrate by Felix Fietkau · 13 years ago
  48. 2d2cf47 ath5k: fix reference clock frequency for spur mitigation on AR2413 by Felix Fietkau · 13 years ago
  49. ca8bfd9 ath5k: apply the synth voltage tweak only on AR5112 rev 2 by Felix Fietkau · 13 years ago
  50. b613c72 ath5k: add missing checks for rfgain probe by Felix Fietkau · 13 years ago
  51. 404ba3f0 ath5k: Add missing breaks in switch/case by Joe Perches · 13 years ago
  52. 3ffca4f ath5k: Add missing breaks in switch/case by Joe Perches · 13 years ago
  53. 6a2a0e7 ath5k: fix typos, bad comment formatting and GHz in place of MHz by Pavel Roskin · 13 years ago
  54. 86fbe17 ath5k: validate mode in ath5k_ani_init() before trying to set it by Pavel Roskin · 13 years ago
  55. d859898 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  56. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  57. 4fc5401 ath5k: read sc->imask with sc->irqlock held by Pavel Roskin · 13 years ago
  58. e2df64c ath5k: use kstrtoint() to parse numbers coming from sysfs by Pavel Roskin · 13 years ago
  59. e4bbf2f ath5k: fix formatting errors found by checkpatch.pl by Pavel Roskin · 13 years ago
  60. d2c7f77 ath5k: fix misplaced or extraneous braces found by checkpatch.pl by Pavel Roskin · 13 years ago
  61. 633d006 ath5k: use parentheses around macro definitions by Pavel Roskin · 13 years ago
  62. 2753f87 ath5k: don't use volatile, it's not needed by Pavel Roskin · 13 years ago
  63. 2724a74 ath5k: use more readable way to clear MAC address by Pavel Roskin · 13 years ago
  64. 25380d8 ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinit by Pavel Roskin · 13 years ago
  65. ef82763 ath5k: use KERN_WARNING in ATH5K_PRINTF by Pavel Roskin · 13 years ago
  66. fdd55d1 ath5k: remove unneeded parentheses after return by Pavel Roskin · 13 years ago
  67. 0a5d381 ath5k: replace spaces with tabs as suggested by checkpatch.pl by Pavel Roskin · 13 years ago
  68. b988a88 ath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the code by Pavel Roskin · 13 years ago
  69. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  70. 37000b3 ath5k: fix incorrect use of drvdata in PCI suspend/resume code by Pavel Roskin · 13 years ago
  71. 95acbd4 ath5k: fix incorrect use of drvdata in sysfs code by Pavel Roskin · 13 years ago
  72. a0b8de3 ath5k: fix memory leak when fewer than N_PD_CURVES are in use by Eugene A. Shatokhin · 13 years ago
  73. 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
  74. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  75. 536e518 ath5k: add missing ieee80211_free_hw() on unload in AHB code by Pavel Roskin · 13 years ago
  76. 0e8d160 ath5k: free sc->ah in ath5k_deinit_softc by John W. Linville · 13 years ago
  77. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago
  78. d816ab2 ath5k: annotate reg in ath5k_hw_nic_reset() as __iomem by Pavel Roskin · 13 years ago
  79. f5cbc8b ath5k: minor cleanup by Pavel Roskin · 13 years ago
  80. a99168e ath5k: Disable fast channel switching by default by Nick Kossifidis · 13 years ago
  81. e00cf3b 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
  82. d381f22 ath5k: Fix lockup due to un-init spinlock. by Ben Greear · 14 years ago
  83. a70171d 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
  84. e245292 ath5k: fix uninitialized var warning for txf2txs by John W. Linville · 14 years ago
  85. cfef604 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
  86. 3a9ddde ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312 by Felix Fietkau · 14 years ago
  87. 32377b6 ath5k: fix the EEPROM check for hw AES crypto support by Felix Fietkau · 14 years ago
  88. fa9bfd6 ath5k: add a new bus op for reading the mac address by Felix Fietkau · 14 years ago
  89. 0cb9e06 ath: unshare struct ath_bus_ops between ath5k and ath9k by Felix Fietkau · 14 years ago
  90. 7f94f05 ath5k: disable 5 GHz support if a 2.4 GHz radio is detected by Felix Fietkau · 14 years ago
  91. 8962d87 ath5k: improve comments for optimized tx descriptor setup by John W. Linville · 14 years ago
  92. c266c71 ath5k: reduce interrupt load caused by rx/tx interrupts by Felix Fietkau · 14 years ago
  93. 5b7916a ath5k: clean up debugfs code by Felix Fietkau · 14 years ago
  94. ed89508 ath5k: remove ts_retry from ath5k_tx_status by Felix Fietkau · 14 years ago
  95. b2fd97d ath5k: optimize rx status processing by Felix Fietkau · 14 years ago
  96. b161b89 ath5k: optimize tx status processing by Felix Fietkau · 14 years ago
  97. fe12081 ath5k: remove ts_rate from ath5k_tx_status by Felix Fietkau · 14 years ago
  98. c5e0a88 ath5k: optimize tx descriptor setup by Felix Fietkau · 14 years ago
  99. b1ad1b6 ath5k: fix slot time handling by Felix Fietkau · 14 years ago
  100. 488a501 ath5k: fix SIFS time handling by Felix Fietkau · 14 years ago