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