1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. f6f2230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  3. 2ac2927 ath5k: use correct packet type when transmitting by Bob Copeland · 14 years ago
  4. 3b21190 ath5k: remove get_tx_stats() mac80211 op by Kalle Valo · 14 years ago
  5. 10be7eb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  6. a951ae2 ath5k: fix setup for CAB queue by Bob Copeland · 14 years ago
  7. 6373464 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  8. 6e08d22 ath5k: Implement mac80211 callback set_coverage_class by Lukáš Turek · 14 years ago
  9. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 14 years ago
  10. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  11. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 14 years ago
  12. 671adc9 wireless: remove remaining qual code by Johannes Berg · 14 years ago
  13. 242ab7a ath5k: fix SWI calibration interrupt storm by Bob Copeland · 14 years ago
  14. dc1e001 ath5k: use the common->keymap by Luis R. Rodriguez · 15 years ago
  15. dd84978 ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it by Luis R. Rodriguez · 15 years ago
  16. cc861f7 ath: move the rx bufsize to common to share with ath5k/ath9k by Luis R. Rodriguez · 15 years ago
  17. 2071a00 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  18. bcfc56a ath5k: don't reset mcast filter when configuring the mode by Bob Copeland · 15 years ago
  19. 8ce54c5 ath5k: enable Power-Save Polls by setting the association ID by Luis R. Rodriguez · 15 years ago
  20. be5d6b7 ath5k: simplify passed params to ath5k_hw_set_associd() by Luis R. Rodriguez · 15 years ago
  21. baee1f3 Wireless / ath5k: Simplify suspend and resume callbacks by Rafael J. Wysocki · 15 years ago
  22. b002a4a atheros: add ieee80211_hw to ath_common by Luis R. Rodriguez · 15 years ago
  23. 13b8155 atheros: define shared bssidmask setting by Luis R. Rodriguez · 15 years ago
  24. e5aa847 ath5k: define ath_common ops by Luis R. Rodriguez · 15 years ago
  25. 9adca12 ath5k: allocate ath5k_hw prior to initializing hw by Luis R. Rodriguez · 15 years ago
  26. db71971 ath5k: move ath_common to ath5k_hw by Luis R. Rodriguez · 15 years ago
  27. 954fece ath5k: use common curbssid, bssidmask and macaddr by Luis R. Rodriguez · 15 years ago
  28. 1775374 ath: move ath_bcast_mac to common header by Luis R. Rodriguez · 15 years ago
  29. 97a81f5 ath5k: don't use PCI ID to find the chip revision by Pavel Roskin · 15 years ago
  30. 1c81874 ath5k: add hardware CCMP encyption support by Bob Copeland · 15 years ago
  31. 1c5256b ath5k: use the skb->cb directly for RX status by Bob Copeland · 15 years ago
  32. 56d1de0 ath5k: clean up filter flags setting by Bob Copeland · 15 years ago
  33. 608b88c ath: move regulatory info into shared common structure by Luis R. Rodriguez · 15 years ago
  34. 3ac64be mac80211: allow configure_filter callback to sleep by Johannes Berg · 15 years ago
  35. 13311b0 ath5k: use bit shift operators for cache line size by Luis R. Rodriguez · 15 years ago
  36. aeb63cf ath5k: use common ath.ko ath_rxbuf_alloc() by Luis R. Rodriguez · 15 years ago
  37. 6e220662 ath5k: Use SWI to trigger calibration by Nick Kossifidis · 15 years ago
  38. edd7fc7 ath5k: Wakeup fixes by Nick Kossifidis · 15 years ago
  39. e30eb4a ath5k: fix missing output in monitor mode after ifconfig up by Joerg Albert · 15 years ago
  40. 8784d2e ath5k: fix CAB queue operation by Bob Copeland · 15 years ago
  41. ae6f53f ath5k: update PCU opmode whenever a new interface is added by Bob Copeland · 15 years ago
  42. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  43. 65b5a69 ath5k: temporarily disable crypto for AP mode by Bob Copeland · 15 years ago
  44. 3355443 ath5k: write PCU registers on initial reset by Bob Copeland · 15 years ago
  45. 0d0cd72 ath5k: do not release irq across suspend/resume by Bob Copeland · 15 years ago
  46. 2180049 ath5k: rework beacon configuration by Bob Copeland · 15 years ago
  47. cec8db2 ath5k: send buffered frames after the beacon by Bob Copeland · 15 years ago
  48. f1d58c2 mac80211: push rx status into skb->cb by Johannes Berg · 15 years ago
  49. f0f3d38 ath5k: enable hardware LEDs by Bob Copeland · 15 years ago
  50. eab0cd4 ath5k: fix beacon_int handling by Jiri Slaby · 15 years ago
  51. 8451d22d ath5k: avoid PCI FATAL interrupts by restoring RETRY_TIMEOUT disabling by Jouni Malinen · 15 years ago
  52. a6ae071 ath5k: minor rfkill cleanup by Bob Copeland · 15 years ago
  53. e6a3b61 ath5k: added cfg80211 based rfkill support by Tobias Doerffel · 15 years ago
  54. 72828b1 ath5k: disable beacon interrupt when interface is down by Bob Copeland · 15 years ago
  55. 73ca520 ath5k: remove conf->beacon_int usage by Bob Copeland · 15 years ago
  56. 55aa4e0 ath5k: avoid leaking mutex in ath5k_config by John W. Linville · 15 years ago
  57. 1071db8 ath5k: update beacons in AP mode by Bob Copeland · 15 years ago
  58. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  59. 2bed03e ath5k: Implement antenna control by Nick Kossifidis · 15 years ago
  60. 6f5f39c ath5k: Enable AP mode by Jiri Slaby · 15 years ago
  61. 428cbd4 ath5k: Beaconing fixes by Nick Kossifidis · 15 years ago
  62. a082381 ath5k: Allow user/driver to set txpower by Nick Kossifidis · 15 years ago
  63. 2516baa ath5k: correct interrupt storm warning by Bob Copeland · 15 years ago
  64. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 15 years ago
  65. 57c4d7b mac80211: clean up beacon interval settings by Johannes Berg · 15 years ago
  66. 2692504 ath5k: manipulate rxlink and descriptor address under rxbuf lock by Bob Copeland · 15 years ago
  67. c57ca81 ath5k: use rx hw descriptor pointer for self-linked check by Bob Copeland · 15 years ago
  68. 46802a4 ath5k: use bool for modparams by Bob Copeland · 15 years ago
  69. 56d2ac7 ath5k: use tasklet_hi_schedule for beacon queue by Bob Copeland · 15 years ago
  70. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 15 years ago[Renamed from drivers/net/wireless/ath5k/base.c]
  71. f769c36 ath5k: use regulatory infrastructure by Bob Copeland · 15 years ago
  72. 42639fc ath5k: reduce exported channel list by Bob Copeland · 15 years ago
  73. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  74. 5a0fe8ac ath5k: properly drop packets from ops->tx by Bob Copeland · 15 years ago
  75. b726604 ath5k: warn and correct rate for unknown hw rate indexes by Bob Copeland · 15 years ago
  76. 8f655dd ath5k: Add tx power calibration support by Nick Kossifidis · 15 years ago
  77. e23a901 ath5k: remove dummy PCI "retry timeout" fix by Bob Copeland · 15 years ago
  78. 9ca9fb8 ath5k: disable MIB interrupts by Bob Copeland · 15 years ago
  79. 0ed4548 ath5k: extract LED code into a separate file by Bob Copeland · 15 years ago
  80. 2c91108c ath5k: constify stuff by Jiri Slaby · 15 years ago
  81. db5b4f7 ath5k: fix hw rate index condition by Jiri Slaby · 15 years ago
  82. 362695e ath5k: compute rts/cts duration after computing full pktlen by Bob Copeland · 15 years ago
  83. acf3c1a ath5k: move beacon processing to a tasklet by Bob Copeland · 15 years ago
  84. b5f0395 ath5k: use spin_lock_irqsave for beacon lock by Bob Copeland · 15 years ago
  85. 0b6f582 ath5k: don't mask off interrupt bits by Bob Copeland · 15 years ago
  86. fa8419d ath5k: Don't call reset on config_interface by Nick Kossifidis · 15 years ago
  87. 1e3e6e8 ath5k: Disable BMISS interrupts by Nick Kossifidis · 15 years ago
  88. 6f3b414 ath5k: Update gain_F calibration code and add documentation by Nick Kossifidis · 15 years ago
  89. a6c8d37 ath5k: properly free rx dma descriptors by Felix Fietkau · 15 years ago
  90. 1725d40 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  91. be00937 ath5k: fix locking in ath5k_config by Bob Copeland · 15 years ago
  92. f677d77 ath5k: support LED's on emachines E510 notebook by Tulio Magno Quites Machado Filho · 15 years ago
  93. 3b5d665 mac80211: Generic TSF debugging by Alina Friedrichsen · 15 years ago
  94. 07c1e85 ath5k: honor the RTS/CTS bits by Bob Copeland · 15 years ago
  95. 8902ff4 ath5k: use short preamble when possible by Bob Copeland · 15 years ago
  96. bb2beca ath5k: remove stop/start calls from within suspend/resume by Bob Copeland · 15 years ago
  97. b6ea035 ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rx by Bob Copeland · 15 years ago
  98. 63649b6 ath5k: support LEDs on Acer Aspire One netbook by Bob Copeland · 15 years ago
  99. dc822b5 mac80211: clean up set_key callback by Johannes Berg · 15 years ago
  100. 71ef99c ath5k: fix return values from ath5k_tx by Bob Copeland · 15 years ago