1. 516304b ath: Add and use pr_fmt, convert printks to pr_<level> by Joe Perches · 13 years ago
  2. de1c732 ath: optimize processing of CTLs for country IEs for world roaming cards by Luis R. Rodriguez · 13 years ago
  3. 43fcb43 ath: add a helper for processing reg data on init by Luis R. Rodriguez · 13 years ago
  4. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  5. a59be08 ath: Fix NULL ptr dereference in ath_reg_apply_world_flags by Helmut Schaa · 13 years ago
  6. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  7. 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 · 13 years ago
  8. 2290a9c35 ath: fix 0x6C for beaconing/passive scan flags based on country IE by Luis R. Rodriguez · 13 years ago
  9. 34a0a20 ath: Add a missing world regulatory domain 0x6C by Senthil Balasubramanian · 13 years ago
  10. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  11. 5719efd ath: Add function to check if 4.9GHz channels are allowed by Bruno Randolf · 14 years ago
  12. 931299c ath: fix NULL pointer dereference on reg_notifier() by Luis R. Rodriguez · 14 years ago
  13. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  14. 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
  15. cfcfe44 ath: fix code readability in regd.c by Luis de Bethencourt · 15 years ago
  16. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  17. 641eabb ath: fix WARN_ON with Polish (Poland) Contry code by Christian Lamparter · 15 years ago
  18. 5be83de cfg80211: convert bools into flags by Johannes Berg · 15 years ago
  19. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  20. 5d2214a ath: add support for special 0x8000 regulatory domain by Luis R. Rodriguez · 15 years ago
  21. 88f6bfe ath: remove unnecessary return in ath_regd_get_band_ctl by Bob Copeland · 15 years ago
  22. e03e5ffd ath: make regulatory parsing more verbose on debug by Luis R. Rodriguez · 15 years ago
  23. 038659e cfg80211: Process regulatory max bandwidth checks for HT40 by Luis R. Rodriguez · 15 years ago
  24. d323655 cfg80211: clean up includes by Johannes Berg · 15 years ago
  25. 85efc86 atheros: fix propagation of bad EEPROM on regulatory init by Luis R. Rodriguez · 15 years ago
  26. 6b2b2ff ath: space cleanup by Luis R. Rodriguez · 16 years ago
  27. e3bb249 ath: move more setup code into ath_regd_init by Bob Copeland · 16 years ago
  28. 3a702e4 atheros: introduce ath module containing common ath5k/ath9k/ar9170 code by Bob Copeland · 16 years ago[Renamed (75%) from drivers/net/wireless/ath9k/regd.c]
  29. c02cf37 ath9k: pass regd structure directly to regulatory functions by Bob Copeland · 16 years ago
  30. fc2ada3 ath9k: separate ath9k specific code from ath9k_regd_get_ctl() by Bob Copeland · 16 years ago
  31. cee075a ath9k: Update copyright in all the files by Sujith · 16 years ago
  32. 7db90f4 cfg80211: move enum reg_set_by to nl80211.h by Luis R. Rodriguez · 16 years ago
  33. 0fee54c cfg80211: remove REGDOM_SET_BY_INIT by Luis R. Rodriguez · 16 years ago
  34. bce048d ath9k: Add data structure for supporting virtual radio/wiphy operation by Jouni Malinen · 16 years ago
  35. 204b190 ath9k: fix 802.11g conformance test limit typo by Bob Copeland · 16 years ago
  36. 8454086 ath9k: follow beacon hints on reg_notifier when world roaming by Luis R. Rodriguez · 16 years ago
  37. 17580f6 ath9k: remove ath9k_regd_get_rd() by Bob Copeland · 16 years ago
  38. d0f48f9 ath9k: convert isWwrSKU macro into C code by Bob Copeland · 16 years ago
  39. e775aaf ath9k: save a few calls to ath9k_regd_get_eepromRD by Bob Copeland · 16 years ago
  40. 63a7c8e ath9k: remove write-only current_rd_inuse by Bob Copeland · 16 years ago
  41. cbe61d8 ath9k: Merge ath_hal and ath_hal_5416 structures by Sujith · 16 years ago
  42. d6bad49 ath9k: Move regulatory information to a separate structure by Sujith · 16 years ago
  43. 394cf0a ath9k: Header file cleanup by Sujith · 16 years ago
  44. de9f97e ath9k: fix reg_notifier() flags used upon a country IE by Luis R. Rodriguez · 16 years ago
  45. 7519a8f ath9k: remove passive scan on 5 GHz if country IE knows better by Luis R. Rodriguez · 16 years ago
  46. 547e4c2 ath9k: move check for radar freqs into a helper by Luis R. Rodriguez · 16 years ago
  47. 8c63c46 ath9k: replace usage of internal wireless_modes for conf by Luis R. Rodriguez · 16 years ago
  48. 0c6666e ath9k: fix debug print on regd by Luis R. Rodriguez · 16 years ago
  49. 5f8e077 ath9k: simplify regulatory code by Luis R. Rodriguez · 16 years ago
  50. 4c7f0bc generic swap(): ath9k: rename swap() to swap_array() by Wu Fengguang · 16 years ago
  51. d97809d ath9k: Replace ath9k_opmode with nl80211_iftype by Colin McCabe · 16 years ago
  52. 04bd463 ath9k: Use cleaner debug masks by Sujith · 16 years ago
  53. 86b89ee ath9k: Revamp wireless mode usage by Sujith · 16 years ago
  54. 60b67f5 ath9k: Cleanup data structures related to HW capabilities by Sujith · 16 years ago
  55. f078f20 ath9k: Add new Atheros IEEE 802.11n driver by Luis R. Rodriguez · 16 years ago