1. 516304b ath: Add and use pr_fmt, convert printks to pr_<level> by Joe Perches · 12 years ago
  2. 86f62d9 ath5k: MRR support and 2GHz radio override belong in ah_capabilities by Nick Kossifidis · 13 years ago
  3. c47faa3 ath5k: Cleanups v2 + add kerneldoc on all hw functions by Nick Kossifidis · 13 years ago
  4. 1846ac3 ath5k: Use usleep_range where possible by Nick Kossifidis · 13 years ago
  5. bb1f3ad ath5k: remove last references to "softc" by Pavel Roskin · 13 years ago
  6. 931be26 ath5k: clean up base.h and its use by Pavel Roskin · 13 years ago
  7. 32c2546 ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_value by Pavel Roskin · 13 years ago
  8. 2972cc1 ath5k: remove unused and write-only structures and fields by Pavel Roskin · 13 years ago
  9. e0d687b ath5k: merge ath5k_hw and ath5k_softc by Pavel Roskin · 13 years ago
  10. 6a2a0e7 ath5k: fix typos, bad comment formatting and GHz in place of MHz by Pavel Roskin · 13 years ago
  11. e4bbf2f ath5k: fix formatting errors found by checkpatch.pl by Pavel Roskin · 13 years ago
  12. 2724a74 ath5k: use more readable way to clear MAC address by Pavel Roskin · 13 years ago
  13. 3a9ddde ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312 by Felix Fietkau · 13 years ago
  14. 32377b6 ath5k: fix the EEPROM check for hw AES crypto support by Felix Fietkau · 13 years ago
  15. d985255 ath5k: Enable AR2315 chipset recognition by Wojciech Dubowik · 13 years ago
  16. 76a9f6f ath5k: Fix short and long retry configuration by Bruno Randolf · 14 years ago
  17. e98b06b ath5k: Use pci_is_pcie() by Hauke Mehrtens · 14 years ago
  18. e7aecd3 ath5k: Add a function to read chipset's MAC revision by Felix Fietkau · 14 years ago
  19. 8efa5d7 ath5k: Check if pci pdev struct is initialized in common functions. by Felix Fietkau · 14 years ago
  20. 132b1c3 ath5k: Introduce ath5k_init_softc function as in ath9k by Felix Fietkau · 14 years ago
  21. fa3d2fe ath5k: Add new field on ath5k_hw to track bandwidth modes by Nick Kossifidis · 14 years ago
  22. 3d435ad ath5k: Fix double free on hw attach error path by Jones Desougi · 14 years ago
  23. 4a79f2c ath5k: Remove unused variable for atim window by Bruno Randolf · 14 years ago
  24. de8af45 ath5k: Simplify cw_min/max and AIFS configuration by Bruno Randolf · 14 years ago
  25. ce2220d ath/ath5k/ath9k: Fix crypto capabilities merge issue by Bruno Randolf · 14 years ago
  26. 781f313 ath5k: Use common crypt capabilities flags by Bruno Randolf · 14 years ago
  27. e0f8c2a ath5k: Use common ath key management functions by Bruno Randolf · 14 years ago
  28. a180a13 ath5k: clean up some comments by Bob Copeland · 14 years ago
  29. 418de6d ath5k: rename ath5k_hw_set_associd to _set_bssid by Nick Kossifidis · 14 years ago
  30. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  31. b685577 ath5k: initialize ah->ah_current_channel by Bob Copeland · 14 years ago
  32. 230fc4f ath5k: remove ATH_TRACE macro by Bruno Randolf · 14 years ago
  33. 5c01d56 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
  34. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  35. 2111ac0 ath5k: Adaptive Noise Immunity (ANI) Implementation by Bruno Randolf · 14 years ago
  36. 9d332c8 ath5k: initialize default noise floor by Bruno Randolf · 14 years ago
  37. 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
  38. a71bceb ath5k: remove ah_mac_revision by Bruno Randolf · 14 years ago
  39. ccfe555 ath5k: remove double opmode definition by Bruno Randolf · 14 years ago
  40. caec911 ath5k: preserve antenna settings by Bruno Randolf · 14 years ago
  41. e5e2647 ath5k: use noise calibration from madwifi hal by Bob Copeland · 15 years ago
  42. be5d6b7 ath5k: simplify passed params to ath5k_hw_set_associd() by Luis R. Rodriguez · 15 years ago
  43. 13b8155 atheros: define shared bssidmask setting by Luis R. Rodriguez · 15 years ago
  44. 9adca12 ath5k: allocate ath5k_hw prior to initializing hw by Luis R. Rodriguez · 15 years ago
  45. 394317f ath5k: initialize eeprom struct early on attach by Luis R. Rodriguez · 15 years ago
  46. 954fece ath5k: use common curbssid, bssidmask and macaddr by Luis R. Rodriguez · 15 years ago
  47. 1775374 ath: move ath_bcast_mac to common header by Luis R. Rodriguez · 15 years ago
  48. 97a81f5 ath5k: don't use PCI ID to find the chip revision by Pavel Roskin · 15 years ago
  49. ca5efbe ath5k: clarify srev comparison for CCMP check by Bob Copeland · 15 years ago
  50. 1c81874 ath5k: add hardware CCMP encyption support by Bob Copeland · 15 years ago
  51. b55a5de ath5k: Preserve pcicfg bits during attach by Nick Kossifidis · 15 years ago
  52. edd7fc7 ath5k: Wakeup fixes by Nick Kossifidis · 15 years ago
  53. c38e7a9 ath5k: Check EEPROM before tweaking SERDES by Nick Kossifidis · 15 years ago
  54. f0f3d38 ath5k: enable hardware LEDs by Bob Copeland · 15 years ago
  55. 2bed03e ath5k: Implement antenna control by Nick Kossifidis · 15 years ago
  56. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 15 years ago[Renamed from drivers/net/wireless/ath5k/attach.c]
  57. 8f655dd ath5k: Add tx power calibration support by Nick Kossifidis · 15 years ago
  58. 2c91108c ath5k: constify stuff by Jiri Slaby · 15 years ago
  59. e8f055f ath5k: Update reset code by Nick Kossifidis · 15 years ago
  60. 6f3b414 ath5k: Update gain_F calibration code and add documentation by Nick Kossifidis · 15 years ago
  61. f650470 ath5k: enable combined michael mic in key cache by Bob Copeland · 16 years ago
  62. 0e149cf ath5k: set mac address in add_interface by Bob Copeland · 16 years ago
  63. ee81c55 ath5k: Use new srevs to properly attach radio chips by Nick Kossifidis · 16 years ago
  64. 1bef016 ath5k: Update registers and SREV ids v2 by Nick Kossifidis · 16 years ago
  65. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  66. c6e387a ath5k: HW code cleanup by Nick Kossifidis · 16 years ago